sysvinit 2.86: ENABLE_ROOTFS_FSCK is referenced by checkroot.sh, so add it here.
authorPaul Sokolovsky <pmiscml@gmail.com>
Mon, 24 Sep 2007 22:22:00 +0000 (22:22 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Mon, 24 Sep 2007 22:22:00 +0000 (22:22 +0000)
* The value is a bit arbitrary.

packages/sysvinit/sysvinit/rcS-default
packages/sysvinit/sysvinit_2.86.bb

index 82bf559..7ad3c7b 100644 (file)
@@ -15,6 +15,8 @@ DELAYLOGIN=no
 VERBOSE=no
 # Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically
 EDITMOTD=no
+# Whether to fsck root on boot
+ENABLE_ROOTFS_FSCK=no
 # Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup.
 FSCKFIX=yes
 # Set TICKADJ to the correct tick value for this specific machine
index a4ce125..f87c3f9 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
 SECTION = "base"
 LICENSE = "GPL"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r35"
+PR = "r36"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.