Commit 25fbd9d4 authored by Sergey V Turchin's avatar Sergey V Turchin Committed by Anton Midyukov

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

parent 82236106
......@@ -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)
......
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