X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F05mountpoints;h=a8717d74c900e6bea0fad4f2d0a04d3a9a76e92e;hb=ad5f39fff408a174a5b86194bf4fb7553dc212a1;hp=028c74b543c24fd8d894ca3f95c678e407a53b83;hpb=d9ba94a9c03bae6905ff08ece35751eab82781a1;p=live-boot-grml.git diff --git a/scripts/live-bottom/05mountpoints b/scripts/live-bottom/05mountpoints index 028c74b..a8717d7 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/image ]; then - mkdir -p /root/live/image - mount -n --move /live/image /root/live/image +if [ ! -d /root/live/image ] +then + mkdir -p /root/live/image + mount -n --move /live/image /root/live/image fi log_end_msg