regular-vm.mk: do not restrict vm/regular-systemd IMAGE_TYPE=qcow2

This created the problem of checking all the images by the command:
make CHECK=1 everything
This commit is contained in:
Anton Midyukov 2022-01-20 12:21:07 +07:00
parent 5518192d19
commit 0045aa1471

View File

@ -1,6 +1,6 @@
ifeq (vm,$(IMAGE_CLASS))
ifeq (,$(filter-out qcow2 qcow2c,$(IMAGE_TYPE)))
#ifeq (,$(filter-out qcow2 qcow2c,$(IMAGE_TYPE)))
vm/regular-systemd: vm/systemd-net use/vmguest/kvm use/tty/S0 \
use/deflogin/root use/net/networkd/resolved
@$(call add,BASE_PACKAGES,apt-repo)
@ -9,7 +9,7 @@ vm/regular-systemd: vm/systemd-net use/vmguest/kvm use/tty/S0 \
@$(call add,BASE_PACKAGES,systemd-settings-disable-kill-user-processes)
@$(call add,DEFAULT_SERVICES_ENABLE,nfs-client.target)
@$(call add,DEFAULT_SERVICES_DISABLE,consolesaver)
endif
#endif
mixin/vm-archdep:: use/auto-resize; @: