live.mk: add use/stage2/kms to grub-net-install

Unfortunately, simpledrm or simplefb does not work everywhere.
This commit is contained in:
Anton Midyukov 2023-09-28 10:35:17 +07:00
parent 69bc754586
commit ba3311ebbd

View File

@ -25,7 +25,7 @@ endif
distro/grub-net-install: distro/.base +efi \ distro/grub-net-install: distro/.base +efi \
use/firmware use/grub/sdab_bios.cfg use/l10n \ use/firmware use/grub/sdab_bios.cfg use/l10n \
use/stage2/net-install use/stage2/hid use/stage2/usb \ use/stage2/net-install use/stage2/hid use/stage2/usb \
use/stage2/ata use/stage2/sbc use/stage2/ata use/stage2/sbc use/stage2/kms
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot) @$(call set,BOOTLOADER,grubpcboot)
endif endif