summaryrefslogtreecommitdiffstats
path: root/rules/initmethod.in
diff options
context:
space:
mode:
authorJon Ringle <jon@ringle.org>2010-03-09 21:45:48 -0500
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-11 16:55:07 +0100
commit33bd32fb4149f87a4f8191cd8cab25667dad41fa (patch)
tree502b4fc6990979e9caf5b3538ec2b45d091c7ae5 /rules/initmethod.in
parente37efbbfd7f9ab021f7070d5ddd0bf3e49c19f76 (diff)
downloadptxdist-33bd32fb4149f87a4f8191cd8cab25667dad41fa.tar.gz
ptxdist-33bd32fb4149f87a4f8191cd8cab25667dad41fa.tar.xz
[initramfs-tools] initramfs_spec installed via $(call install_spec,...)
Signed-off-by: Jon Ringle <jon@ringle.org> [mkl: - fix indention - remove obsolete strip from install_spec] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/initmethod.in')
-rw-r--r--rules/initmethod.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/initmethod.in b/rules/initmethod.in
index bdb8265bb..6864e6bdc 100644
--- a/rules/initmethod.in
+++ b/rules/initmethod.in
@@ -27,6 +27,10 @@ choice
depends on BROKEN
prompt "init ng "
+ config INITMETHOD_INITRAMFS
+ bool
+ prompt "initramfs init "
+
endchoice
source "generated/initmethod.in"