Commit 41d537fb authored by Michael Shigorin's avatar Michael Shigorin

init: added tty12 log setup for systemd case

That's a part of ALT Linux conveniences: system log messages at tty12 (helps immensely in case of disk crash or cable problems as running anything, including utilities to view logs, becomes painful to impossible in such cases). systemd lacks this kind of setup out-of-box for sure so zerg@ hacked a substitute together; just pull that in.
parent e45fa5b0
......@@ -15,3 +15,4 @@ use/init/sysv: use/init
use/init/systemd: use/init
@$(call set,INIT_TYPE,systemd)
@$(call add,BASE_PACKAGES,installer-feature-systemd-stage3)
@$(call add,BASE_PACKAGES,installer-feature-journald-tty)
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