X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F05mountpoints;h=ce151e19e8493a91a0e0a8c0dc52d3c5fc9454b4;hb=refs%2Ftags%2Fupstream%2F1.177.1;hp=a334af8b1f2605e7d210f0181566aaa86c6a97af;hpb=cb896241d0ec8eb2bba0cecd11de3500869176a6;p=live-boot-grml.git diff --git a/scripts/live-bottom/05mountpoints b/scripts/live-bottom/05mountpoints index a334af8..ce151e1 100755 --- a/scripts/live-bottom/05mountpoints +++ b/scripts/live-bottom/05mountpoints @@ -22,7 +22,7 @@ esac . /scripts/live-functions -log_begin_msg "Moving mount points..." +log_begin_msg "Moving mount points" # live-initramfs script @@ -30,7 +30,7 @@ log_begin_msg "Moving mount points..." if [ ! -d /root/live/image ] then mkdir -p /root/live/image - mount -n --move /live/image /root/live/image + mount --move /live/image /root/live/image fi log_end_msg