]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysvinit: Enable volatiles caching
authorRichard Purdie <richard@openedhand.com>
Tue, 20 May 2008 13:39:48 +0000 (13:39 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 20 May 2008 13:39:48 +0000 (13:39 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4509 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 46e48b9796fca7fdf244c3fd720e2d7ba0ef0029..7ad3c7bf8fc44399a3e34985cdcd55edc16c76ee 100644 (file)
@@ -15,7 +15,11 @@ 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
 #TICKADJ=10000
+# Enable caching in populate-volatile.sh
+VOLATILE_ENABLE_CACHE=yes
index 885199e5424b567ac00889c9ac54c68fc4a2782c..a5e6237575ca7d258f9d41b8b643c490d3b93c26 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
 SECTION = "base"
 LICENSE = "GPL"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r28"
+PR = "r29"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.