X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F05mountpoints;h=a334af8b1f2605e7d210f0181566aaa86c6a97af;hb=cb896241d0ec8eb2bba0cecd11de3500869176a6;hp=028c74b543c24fd8d894ca3f95c678e407a53b83;hpb=07326dcaadd181e214db9b002180a0e086c4df40;p=live-boot-grml.git diff --git a/scripts/live-bottom/05mountpoints b/scripts/live-bottom/05mountpoints index 028c74b..a334af8 100755 --- a/scripts/live-bottom/05mountpoints +++ b/scripts/live-bottom/05mountpoints @@ -27,9 +27,10 @@ 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