Commit c5c2ea9d authored by Michael Shigorin's avatar Michael Shigorin

init: tweak +systemd

Added chkconfig (spotted in alt-server's m-p-d) and vconsole-setup-kludge@X86 (common problem stop-gap item, unfortunately).
parent fdd117f4
......@@ -25,7 +25,10 @@ use/init/systemd: use/init
@$(call add,INSTALL2_PACKAGES,installer-feature-journald-tty)
use/init/systemd/full: use/init/systemd
@$(call add,THE_PACKAGES,bash-completion-systemd)
@$(call add,THE_PACKAGES,bash-completion-systemd chkconfig)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,THE_PACKAGES,vconsole-setup-kludge)
endif
# http://www.freedesktop.org/wiki/Software/systemd/Debugging
use/init/systemd/debug: use/init/systemd use/services
......
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