- kwrk: change syslinux to grub-pc for iso boot from BIOS mode

This commit is contained in:
Сергей Турчин 2021-12-16 15:48:52 +03:00 committed by Anton Midyukov
parent 82236106bf
commit 25fbd9d403

View File

@ -30,6 +30,9 @@ mixin/kworkstation-common-deps: \
mixin/kworkstation-common-opts:
@$(call add,EFI_BOOTARGS,lang=ru_RU)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
@$(call set,BRANDING,xalt-kworkstation)
@$(call set,GRUBTHEME,branding-xalt-kworkstation)
@$(call set,DOCS,alt-kworkstation)