From 25fbd9d4038897da9fcf4c70ea20713c42f27b6c Mon Sep 17 00:00:00 2001 From: Sergey V Turchin Date: Thu, 16 Dec 2021 15:48:52 +0300 Subject: [PATCH] - kwrk: change syslinux to grub-pc for iso boot from BIOS mode --- conf.d/kworkstation.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.d/kworkstation.mk b/conf.d/kworkstation.mk index 5efffc11..b36eb959 100644 --- a/conf.d/kworkstation.mk +++ b/conf.d/kworkstation.mk @@ -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)