X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=initramfs-tools%2Fscripts%2Flive-bottom%2F12fstab;h=e0b248af50c802a2c9da8b0d7b00d8a7310c32f1;hb=97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f;hp=7f43937e97106f46612b3fffeaeccf58e92f86b9;hpb=a2049b4f8507bf9c7950d553ec1172ec388304e0;p=live-boot-grml.git diff --git a/initramfs-tools/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab index 7f43937..e0b248a 100755 --- a/initramfs-tools/scripts/live-bottom/12fstab +++ b/initramfs-tools/scripts/live-bottom/12fstab @@ -21,7 +21,9 @@ esac # live-boot header -. /scripts/live-functions +# FIXME: stop hardcoding overloading of initramfs-tools functions +. /scripts/functions +. /lib/live/boot/initramfs-tools.sh if [ -n "${NOFSTAB}" ] then @@ -81,7 +83,7 @@ fi # disabled for now #rm -f /root/etc/rcS.d/S*checkroot.sh -if [ "${NOFASTBOOT}" != "Yes" ] +if [ "${NOFASTBOOT}" != "true" ] then touch root/fastboot fi