Skip to content

Commit

Permalink
lxc-busybox: don't copy temp mounts into mtab
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
hallyn committed Oct 22, 2013
1 parent 6bd3f98 commit 7a409fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-busybox.in
Expand Up @@ -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
Expand Down

0 comments on commit 7a409fd

Please sign in to comment.