This commit is contained in:
Andrey Sokolov 2021-08-03 14:25:08 +03:00
parent 25478776bd
commit 2e36347f71

View File

@ -5,6 +5,9 @@ ifeq (vm,$(IMAGE_CLASS))
vm/bare: vm/.base-lilo +sysvinit
@$(call add,BASE_PACKAGES,apt)
vm/acos: vm/.base-grub +systemd use/net-eth/networkd-dhcp use/net-ssh use/control/sudo-su
@$(call add,BASE_PACKAGES,ostree dracut ignition docker-engine sudo su)
vm/systemd: vm/.base-grub +systemd
@$(call add,BASE_PACKAGES,glibc-gconv-modules glibc-locales tzdata)
@$(call add,BASE_PACKAGES,apt)