slinux: Use grubpcboot on i586 and x86_64

Use grub in legacy mode too.
This commit is contained in:
Mikhail Efremov 2022-06-03 18:26:41 +03:00 committed by Anton Midyukov
parent 22753fa403
commit 53e0191d9a

View File

@ -123,6 +123,9 @@ use/slinux/base: use/isohybrid use/luks \
use/vmguest/kvm/x11 use/stage2/kms \
use/e2k/multiseat/full use/e2k/x11/101 use/e2k/sound/401 \
use/slinux/mixin-base
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
use/slinux/full: use/slinux/base \