From 97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 16:39:52 +0200 Subject: Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans. --- initramfs-tools/scripts/live-bottom/12fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs-tools/scripts/live-bottom/12fstab') 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 -- cgit v1.2.3