X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F05mountpoints;h=ce151e19e8493a91a0e0a8c0dc52d3c5fc9454b4;hb=24b9fd1c70013f5847d3a4658e56bd44534e7890;hp=82cc7c380c1cf24013c3c270132adc2b8c7c8778;hpb=ccea277caf476cdfef4c0f953df5a97062d8be42;p=live-boot-grml.git diff --git a/scripts/live-bottom/05mountpoints b/scripts/live-bottom/05mountpoints index 82cc7c3..ce151e1 100755 --- a/scripts/live-bottom/05mountpoints +++ b/scripts/live-bottom/05mountpoints @@ -22,14 +22,15 @@ esac . /scripts/live-functions -log_begin_msg "Moving mount points..." +log_begin_msg "Moving mount points" # live-initramfs script # Move to the new root filesystem so that programs there can get at it. -if [ ! -d /root/live_media ]; then - mkdir -p /root/live_media - mount -n --move /live_media /root/live_media +if [ ! -d /root/live/image ] +then + mkdir -p /root/live/image + mount --move /live/image /root/live/image fi log_end_msg