mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-10 02:47:36 +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]))
|
entry[1]))
|
||||||
elif args.union_type == "aufs":
|
elif args.union_type == "aufs":
|
||||||
fd.write("mount -n -t 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,
|
target,
|
||||||
entry[0],
|
entry[0],
|
||||||
entry[1]))
|
entry[1]))
|
||||||
|
Loading…
Reference in New Issue
Block a user