regular-vm.mk: add base+network to jeos

etcnet will be useful in any case, even if we switch to NetworkManager.
This commit is contained in:
Anton Midyukov 2021-12-10 16:56:16 +07:00
parent aba1b884c7
commit 4f387eed34

View File

@ -33,6 +33,7 @@ endif
mixin/regular-vm-jeos: mixin/regular-vm-base use/deflogin/root \
use/net/etcnet use/net/dhcp
@$(call add,THE_PACKAGES,livecd-net-eth)
@$(call add,THE_LISTS, $(call tags,base network))
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1 livecd-net-eth)
mixin/regular-vm-x11:: mixin/regular-vm-base mixin/regular-x11 \