Commit 86dd8145 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: add use/tty for all regulars

Needed for setup serial console when starting the installer and in the system being installed.
parent 37f9996b
......@@ -5,7 +5,8 @@ ifeq (distro,$(IMAGE_CLASS))
distro/.regular-bare: distro/.base use/kernel/net use/docs/license \
use/stage2/fs use/stage2/hid use/stage2/md \
use/stage2/mmc use/stage2/net use/stage2/net-nfs use/stage2/cifs \
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb \
use/tty
@$(call try,SAVE_PROFILE,yes)
ifeq (,$(BRANCH))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
......
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