mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 07:11:51 +00:00
lxc-start-ephemeral: Fix syntax error in aufs
Signed-off-by: Åsmund Grammeltvedt <asmundg@snap.tv> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
9accc2efea
commit
3aa0acaf0c
@ -212,7 +212,7 @@ LXC_NAME="%s"
|
||||
entry[1]))
|
||||
elif args.union_type == "aufs":
|
||||
fd.write("mount -n -t aufs "
|
||||
"-o br=${upper}=rw:${lower}=ro,noplink none %s\n" % (
|
||||
"-o br=%s=rw:%s=ro,noplink none %s\n" % (
|
||||
target,
|
||||
entry[0],
|
||||
entry[1]))
|
||||
|
Loading…
Reference in New Issue
Block a user