Commit 7a409fd5 by Serge Hallyn

lxc-busybox: don't copy temp mounts into mtab

parent 6bd3f98c
......@@ -196,7 +196,7 @@ configure_busybox()
cat <<EOF >$CHPASSWD_FILE
echo "setting root password to \"root\""
mount --bind /lib $rootfs/lib
mount -n --bind /lib $rootfs/lib
if [ \$? -ne 0 ]; then
echo "Failed bind-mounting /lib at $rootfs/lib"
exit 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