diff options
author | Chen Qi <qi.chen@windriver.com> | 2013-11-02 13:22:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-08 17:24:52 +0000 |
commit | f6a9df6b7cd411b52e71022b8f7bf8bda6395649 (patch) | |
tree | 56032f1641723d0d035402715027d3fe832d0c8f /meta/recipes-kernel/modutils-initscripts | |
parent | 6059be3ab60b8ab463d438c47bb17553d184a790 (diff) | |
download | openembedded-core-f6a9df6b7cd411b52e71022b8f7bf8bda6395649.tar.gz openembedded-core-f6a9df6b7cd411b52e71022b8f7bf8bda6395649.tar.bz2 openembedded-core-f6a9df6b7cd411b52e71022b8f7bf8bda6395649.zip |
sysvinit: adjust boot sequence and remove hack from udev
Adjust the boot sequence in sysvinit based systems.
The mountall.sh (mounting the local file system) needs to be started
before udev and bootlogd.
This patch makes mountall.sh start before udev and removes the hack of
mounting tmpfs in the udev init script.
This patch also adds some comments to the udev init script to make it
clear why we create the '/var/volatile/tmp' directory.
[YOCTO #5273]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/modutils-initscripts')
-rw-r--r-- | meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb index 89d38cff45..594e554871 100644 --- a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb +++ b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb @@ -7,7 +7,7 @@ SRC_URI = "file://modutils.sh \ PR = "r6" INITSCRIPT_NAME = "modutils.sh" -INITSCRIPT_PARAMS = "start 4 S ." +INITSCRIPT_PARAMS = "start 05 S ." inherit update-rc.d |