diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 16:39:52 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:35:56 +0200 |
commit | 97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f (patch) | |
tree | ff2720832bf061beb2ab505599667b7be1de0137 /initramfs-tools/scripts/live-bottom/12fstab | |
parent | d16c9d87a189d136231a48f6ccd1fd54d4debaf5 (diff) | |
download | live-boot-97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f.tar.gz live-boot-97c0e08bd0f00264eb3c2c5896a28e25a89d9f6f.zip |
Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans.
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 |