Commit 0045aa14 authored by Anton Midyukov's avatar Anton Midyukov

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
parent 5518192d
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; @:
......
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