Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans.
[live-boot-grml.git] / initramfs-tools / scripts / live-bottom / 12fstab
index 7f43937..e0b248a 100755 (executable)
@@ -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