From: Paul Sokolovsky Date: Mon, 24 Sep 2007 22:22:00 +0000 (+0000) Subject: sysvinit 2.86: ENABLE_ROOTFS_FSCK is referenced by checkroot.sh, so add it here. X-Git-Tag: Release-2010-05/1~8606^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f4d8291961add9ec9fe21bd4498b339361df27;p=openembedded.git sysvinit 2.86: ENABLE_ROOTFS_FSCK is referenced by checkroot.sh, so add it here. * The value is a bit arbitrary. --- diff --git a/packages/sysvinit/sysvinit/rcS-default b/packages/sysvinit/sysvinit/rcS-default index 82bf55970c..7ad3c7bf8f 100644 --- a/packages/sysvinit/sysvinit/rcS-default +++ b/packages/sysvinit/sysvinit/rcS-default @@ -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 diff --git a/packages/sysvinit/sysvinit_2.86.bb b/packages/sysvinit/sysvinit_2.86.bb index a4ce1252f8..f87c3f917a 100644 --- a/packages/sysvinit/sysvinit_2.86.bb +++ b/packages/sysvinit/sysvinit_2.86.bb @@ -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.