Commit 94168cf1 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: enable getty@tty1 for server-base

parent 7c897bb8
...@@ -189,6 +189,7 @@ distro/.regular-server: distro/.regular-server-base \ ...@@ -189,6 +189,7 @@ distro/.regular-server: distro/.regular-server-base \
@$(call add,MAIN_PACKAGES,aptitude) @$(call add,MAIN_PACKAGES,aptitude)
@$(call add,CLEANUP_PACKAGES,qt4-common qt5-base-common) @$(call add,CLEANUP_PACKAGES,qt4-common qt5-base-common)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge) @$(call add,DEFAULT_SERVICES_DISABLE,bridge)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1)
distro/.regular-server-managed: distro/.regular-server distro/.regular-server-managed: distro/.regular-server
@$(call add,THE_PACKAGES,alterator-fbi) @$(call add,THE_PACKAGES,alterator-fbi)
......
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