X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-aaa-fixme.sh;h=a1eb14a97e170181427db6495abb9d93a92ef514;hb=e651a4fbfe518f6a3a8759037dcf41861639f665;hp=77a291a072f55967441993469e695723d2a33a19;hpb=2e70d7be610c9e45787c37352d36241de3c155d7;p=live-boot-grml.git diff --git a/scripts/boot/9990-aaa-fixme.sh b/scripts/boot/9990-aaa-fixme.sh index 77a291a..a1eb14a 100755 --- a/scripts/boot/9990-aaa-fixme.sh +++ b/scripts/boot/9990-aaa-fixme.sh @@ -1,17 +1,11 @@ #!/bin/sh -if [ -e /scripts/functions ] -then - # initramfs-tools specific (FIXME) - . /scripts/functions -fi - export PATH="/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin:/bin:/sbin" echo "/root/lib" >> /etc/ld.so.conf echo "/root/usr/lib" >> /etc/ld.so.conf -mountpoint="/live/image" +mountpoint="/live/medium" alt_mountpoint="/media" LIVE_MEDIA_PATH="live" @@ -49,7 +43,8 @@ fi old_root_overlay_label="live-rw" old_home_overlay_label="home-rw" custom_overlay_label="persistence" -persistence_list="live-persistence.conf" +persistence_list="persistence.conf" +old_persistence_list="live-persistence.conf" if [ ! -f /live.vars ] then