X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F05mountpoints;h=ce151e19e8493a91a0e0a8c0dc52d3c5fc9454b4;hb=ad7598cb46a5a6268ca60e5dba156056fb86c09d;hp=a8717d74c900e6bea0fad4f2d0a04d3a9a76e92e;hpb=5f0f3b0c36d433a462176f970d371c77c3020749;p=live-boot-grml.git diff --git a/scripts/live-bottom/05mountpoints b/scripts/live-bottom/05mountpoints index a8717d7..ce151e1 100755 --- a/scripts/live-bottom/05mountpoints +++ b/scripts/live-bottom/05mountpoints @@ -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