Commit 6b2643b9 authored by Anton Midyukov's avatar Anton Midyukov

slinux.mk: add +vmguest to vm/slinux

These images also launch in virtual machines.
parent 3336b6e0
...@@ -21,7 +21,7 @@ endif ...@@ -21,7 +21,7 @@ endif
endif endif
ifeq (vm,$(IMAGE_CLASS)) ifeq (vm,$(IMAGE_CLASS))
vm/slinux:: use/slinux/vm-base use/auto-resize; @: vm/slinux:: use/slinux/vm-base use/auto-resize +vmguest; @:
ifeq (,$(filter-out aarch64 armh riscv64,$(ARCH))) ifeq (,$(filter-out aarch64 armh riscv64,$(ARCH)))
vm/slinux:: use/uboot vm/slinux:: use/uboot
......
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