Commit 3aa0acaf by Åsmund Grammeltvedt Committed by Stéphane Graber

lxc-start-ephemeral: Fix syntax error in aufs

parent 9accc2ef
...@@ -212,7 +212,7 @@ LXC_NAME="%s" ...@@ -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]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment