Commit 4a362955 authored by Michael Shigorin's avatar Michael Shigorin

init: added bash-completion-systemd

...for a "full" systemd target that's been re-aliased as "+systemd"; please adjust any minimalistic images to use/init/systemd instead of +systemd.
parent f1dffda8
+sysvinit: use/init/sysv; @: +sysvinit: use/init/sysv; @:
+systemd: use/init/systemd; @: +systemd: use/init/systemd/full; @:
use/init: use/init:
@$(call add_feature) @$(call add_feature)
...@@ -19,6 +19,9 @@ use/init/systemd: use/init ...@@ -19,6 +19,9 @@ use/init/systemd: use/init
@$(call set,INIT_TYPE,systemd) @$(call set,INIT_TYPE,systemd)
@$(call add,INSTALL2_PACKAGES,installer-feature-journald-tty) @$(call add,INSTALL2_PACKAGES,installer-feature-journald-tty)
use/init/systemd/full: use/init/systemd
@$(call add,THE_PACKAGES,bash-completion-systemd)
# http://www.freedesktop.org/wiki/Software/systemd/Debugging # http://www.freedesktop.org/wiki/Software/systemd/Debugging
use/init/systemd/debug: use/init/systemd use/services use/init/systemd/debug: use/init/systemd use/services
@$(call add,THE_PACKAGES,systemd-shutdown-debug-script) @$(call add,THE_PACKAGES,systemd-shutdown-debug-script)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment