All of lore.kernel.org
 help / color / mirror / Atom feed
* sysvinit?
@ 2013-04-09 11:35 Jaap de Jong
  0 siblings, 0 replies; only message in thread
From: Jaap de Jong @ 2013-04-09 11:35 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hi All,

I was wondering what the status is for sysvinit.
Is it maintained or not?
If I want to use it in my image how should it look like?
Something like this?

    inherit core-image

    IMAGE_LOGIN_MANAGER = "tinylogin shadow"
    IMAGE_DEV_MANAGER = "busybox-mdev"
    IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
    IMAGE_INITSCRIPTS = "initscripts"

    export IMAGE_BASENAME = "${PN}"

    IMAGE_FEATURES += " \
         package-management \
         debug-tweaks \
         "

    IMAGE_INSTALL += " \
         ${IMAGE_LOGIN_MANAGER} \
         ${IMAGE_DEV_MANAGER} \
         ${IMAGE_INIT_MANAGER} \
         ${IMAGE_INITSCRIPTS} \
         "

Should I add more?

Jaap


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-09 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 11:35 sysvinit? Jaap de Jong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.