tty: restrict installer features to distros

...as vm images don't need extra processing.
This commit is contained in:
Michael Shigorin 2017-08-02 18:49:46 +03:00
parent 35dd200883
commit 009e3a4d13

View File

@ -2,7 +2,9 @@ use/tty:
@$(call add_feature)
@$(call xport,TTY_DEV)
@$(call xport,TTY_RATE)
ifeq (distro,$(IMAGE_CLASS))
@$(call add,BASE_PACKAGES,installer-feature-serial-stage3)
endif
use/tty/S0: use/tty
@$(call add,THE_PACKAGES,agetty)