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.
This commit is contained in:
Michael Shigorin 2014-07-24 21:19:51 +04:00
parent e45fa5b090
commit 41d537fb60

View File

@ -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)