summaryrefslogtreecommitdiffstats
path: root/rules/initng.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-02-20 17:49:36 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-02-20 17:49:36 +0000
commit3261f403f2322525492e0cd990e10b57a5bb3931 (patch)
tree1c6137279ab6aea6cdfd05926c83bb4c9013412b /rules/initng.in
parente01ec0a7a18f8a0109bcf1132322f519d65c0cbf (diff)
downloadptxdist-3261f403f2322525492e0cd990e10b57a5bb3931.tar.gz
ptxdist-3261f403f2322525492e0cd990e10b57a5bb3931.tar.xz
fixed dependencies of initng
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7013 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/initng.in')
-rw-r--r--rules/initng.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/initng.in b/rules/initng.in
index 6449d5d05..52a4fbbf7 100644
--- a/rules/initng.in
+++ b/rules/initng.in
@@ -2,9 +2,14 @@ menuconfig INITNG
bool
select HOST_CMAKE
select NCURSES
+ select GLIBC_DL
prompt "initng "
help
- FIXME
+ Initng is a full replacement of the old and in many ways
+ deprecated sysvinit tool. It is designed with speed in mind, doing
+ as much as possible asynchronously. In other words: It will boot
+ your system faster, give you more control over the boot process,
+ and provide you with additional statistics.
config INITNG_WITH_BUSYBOX
bool