1
0
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:
Ross Burton
2008-07-04 15:07:33 +00:00
parent bd267516ed
commit 285ac1c213
7 changed files with 243 additions and 0 deletions
+5
View File
@@ -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 ; "