X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F05mountpoints;h=ce151e19e8493a91a0e0a8c0dc52d3c5fc9454b4;hb=24b9fd1c70013f5847d3a4658e56bd44534e7890;hp=a334af8b1f2605e7d210f0181566aaa86c6a97af;hpb=fdd8036ba32ad88e83a61191cc4597ae060355d2;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