summaryrefslogtreecommitdiffstats
path: root/rules/initmethod.in
diff options
context:
space:
mode:
authorJon Ringle <jringle@gridpoint.com>2018-07-11 09:17:38 -0400
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-13 15:12:37 +0200
commit509c5450f268f69ba45ed3cf293915ad8bbde374 (patch)
treee5779033db3905ce8f9a92e7d99b4f275a96f1f5 /rules/initmethod.in
parent3864d6e975e6169a128f15f40056cfb124091f09 (diff)
downloadptxdist-509c5450f268f69ba45ed3cf293915ad8bbde374.tar.gz
ptxdist-509c5450f268f69ba45ed3cf293915ad8bbde374.tar.xz
initramfs-tools: Restore package
This was removed in 4e8ea1703cad595f3136f0d48ae93de73a180c40 However, initramfs-tools is still being used to install scripts provided by this package. Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/initmethod.in')
-rw-r--r--rules/initmethod.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/initmethod.in b/rules/initmethod.in
index c1ef054df..b8c0b9f97 100644
--- a/rules/initmethod.in
+++ b/rules/initmethod.in
@@ -26,6 +26,11 @@ choice
select SYSTEMD
prompt "systemd "
+ config INITMETHOD_INITRAMFS
+ bool
+ select INITRAMFS_TOOLS
+ prompt "initramfs init "
+
endchoice
source "generated/initmethod.in"