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.
This commit is contained in:
Anton Midyukov 2023-07-18 23:16:26 +07:00
parent 81346b766c
commit 42d9cb8dfb

View File

@ -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))