regular.mk: add su, agetty to jeos

These were clearly missing!
This commit is contained in:
Michael Shigorin 2019-09-03 18:45:42 +03:00
parent 7642e27a3d
commit dc50249329

View File

@ -58,7 +58,7 @@ distro/.regular-jeos-base: distro/.regular-bare +sysvinit \
@$(call set,INSTALLER,altlinux-generic)
@$(call add,INSTALL2_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator) # just to be cleaned up later on
@$(call add,THE_PACKAGES,apt basesystem dhcpcd vim-console)
@$(call add,THE_PACKAGES,apt basesystem dhcpcd vim-console su agetty)
@$(call add,THE_LISTS,openssh)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))