mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
sysvinit: Enable volatiles caching
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4509 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user