X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-main.sh;h=983a1cba20b3c7c267080cee8e503a5e3e3b4a09;hb=476f642f1d56377a684f532d17ef4550bb89aacb;hp=171d0ea76831bd5bdefa76ee8e5de92193b5c1fb;hpb=698de1fad6697ea3f9c0d723a4b6a21dfe325380;p=live-boot-grml.git diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh index 171d0ea..983a1cb 100755 --- a/scripts/boot/9990-main.sh +++ b/scripts/boot/9990-main.sh @@ -146,8 +146,8 @@ Main () esac # Move to the new root filesystem so that programs there can get at it. - mkdir -p /root/lib/live/mount/image - mount --move /live/image /root/lib/live/mount/image + mkdir -p /root/lib/live/mount/medium + mount --move /live/medium /root/lib/live/mount/medium # aufs2 in kernel versions around 2.6.33 has a regression: # directories can't be accessed when read for the first the time,