rcS-default: Add VOLATILE_ENABLE_CACHE=yes to /etc/default/rcS
authorMatthias Hentges <oe@hentges.net>
Wed, 3 May 2006 12:37:12 +0000 (12:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 May 2006 12:37:12 +0000 (12:37 +0000)
packages/sysvinit/sysvinit/rcS-default

index 46e48b9..82bf559 100644 (file)
@@ -19,3 +19,5 @@ EDITMOTD=no
 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