Commit 009e3a4d authored by Michael Shigorin's avatar Michael Shigorin

tty: restrict installer features to distros

...as vm images don't need extra processing.
parent 35dd2008
......@@ -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)
......
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