summaryrefslogtreecommitdiffstats
path: root/meta/packages/sysvinit/sysvinit/rcS-default
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/sysvinit/sysvinit/rcS-default')
-rw-r--r--meta/packages/sysvinit/sysvinit/rcS-default4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/sysvinit/sysvinit/rcS-default b/meta/packages/sysvinit/sysvinit/rcS-default
index 46e48b9796..7ad3c7bf8f 100644
--- a/meta/packages/sysvinit/sysvinit/rcS-default
+++ b/meta/packages/sysvinit/sysvinit/rcS-default
@@ -15,7 +15,11 @@ DELAYLOGIN=no
15VERBOSE=no 15VERBOSE=no
16# Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically 16# Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically
17EDITMOTD=no 17EDITMOTD=no
18# Whether to fsck root on boot
19ENABLE_ROOTFS_FSCK=no
18# Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup. 20# Set FSCKFIX to "yes" if you want to add "-y" to the fsck at startup.
19FSCKFIX=yes 21FSCKFIX=yes
20# Set TICKADJ to the correct tick value for this specific machine 22# Set TICKADJ to the correct tick value for this specific machine
21#TICKADJ=10000 23#TICKADJ=10000
24# Enable caching in populate-volatile.sh
25VOLATILE_ENABLE_CACHE=yes