mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
Add insserv
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4830 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
do_rootfs[depends] += "insserv-native:do_populate_staging"
|
||||
run_insserv () {
|
||||
insserv -p ${IMAGE_ROOTFS}/etc/init.d -c ${STAGING_ETCDIR_NATIVE}/insserv.conf
|
||||
}
|
||||
ROOTFS_POSTPROCESS_COMMAND += " run_insserv ; "
|
||||
Reference in New Issue
Block a user