diff options
Diffstat (limited to 'initramfs-tools/scripts/live-bottom/12fstab')
-rwxr-xr-x | initramfs-tools/scripts/live-bottom/12fstab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs-tools/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab index 89f6e1e..e0b248a 100755 --- a/initramfs-tools/scripts/live-bottom/12fstab +++ b/initramfs-tools/scripts/live-bottom/12fstab @@ -83,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 |