Commit 91d58553 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: Do not set bootloader to everyone, grub-pc is now default

parent 5ea983ba
......@@ -11,11 +11,6 @@ distro/.regular-bare: distro/.base use/kernel/net use/docs/license \
@$(call add,STAGE1_PACKAGES,firmware-linux)
@$(call add,STAGE1_KMODULES,drm)
@$(call set,BOOTVGA,)
ifeq (sisyphus,$(BRANCH))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
endif
# base target (for most images)
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest \
......
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