Commit 42d9cb8d authored by Anton Midyukov's avatar Anton Midyukov

phone.mk: use partition table msdos for vm/phosh on aarch64

This will boot on u-boot with extlinux.conf and on edk2 with grub-efi.
parent 81346b76
......@@ -32,6 +32,10 @@ vm/.phosh: vm/systemd mixin/phone-base mixin/phosh +systemd \
vm/phosh: vm/.phosh use/tty/S0 use/efi/grub use/uboot \
use/firmware +x11 +plymouth +vmguest
@$(call set,KFLAVOURS,un-def)
ifeq (aarch64,$(ARCH))
@$(call set,VM_PARTTABLE,msdos)
@$(call set,VM_BOOTTYPE,EFI)
endif
endif
ifeq (aarch64,$(ARCH))
......
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