diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-20 13:39:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-20 13:39:48 +0000 |
| commit | 1cc5d12080404d17693e84a4b8537e3b0c1772e7 (patch) | |
| tree | 2bc4a6eb2ad489c0ef96883114c5611af52c8978 | |
| parent | c87c8e40719dbd5c863f607d3e18adce9a9b46b7 (diff) | |
| download | poky-1cc5d12080404d17693e84a4b8537e3b0c1772e7.tar.gz | |
sysvinit: Enable volatiles caching
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4509 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/sysvinit/sysvinit/rcS-default | 4 | ||||
| -rw-r--r-- | meta/packages/sysvinit/sysvinit_2.86.bb | 2 |
2 files changed, 5 insertions, 1 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 | |||
| 15 | VERBOSE=no | 15 | VERBOSE=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 |
| 17 | EDITMOTD=no | 17 | EDITMOTD=no |
| 18 | # Whether to fsck root on boot | ||
| 19 | ENABLE_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. |
| 19 | FSCKFIX=yes | 21 | FSCKFIX=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 | ||
| 25 | VOLATILE_ENABLE_CACHE=yes | ||
diff --git a/meta/packages/sysvinit/sysvinit_2.86.bb b/meta/packages/sysvinit/sysvinit_2.86.bb index 885199e542..a5e6237575 100644 --- a/meta/packages/sysvinit/sysvinit_2.86.bb +++ b/meta/packages/sysvinit/sysvinit_2.86.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init." | |||
| 2 | SECTION = "base" | 2 | SECTION = "base" |
| 3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
| 4 | HOMEPAGE = "http://freshmeat.net/projects/sysvinit/" | 4 | HOMEPAGE = "http://freshmeat.net/projects/sysvinit/" |
| 5 | PR = "r28" | 5 | PR = "r29" |
| 6 | 6 | ||
| 7 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. | 7 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. |
| 8 | # Set PACKAGE_ARCH appropriately. | 8 | # Set PACKAGE_ARCH appropriately. |
