Commit 1cc05d24 authored by Anton Midyukov's avatar Anton Midyukov

basealt.mk: add nomodeset to RESCUE_BOOTARGS on x86 arches only

Other architectures do not have vesa and may not have an EFI framebuffer. Parmeter vga=0 does not work with grub.
parent 23fda053
......@@ -52,7 +52,9 @@ endif # e2kv6
endif # e2k%
@$(call add,MAIN_GROUPS,$(mediaplayer))
@$(call add,LIVE_LISTS,$(mediaplayer))
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,RESCUE_BOOTARGS,nomodeset)
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
distro/alt-workstation:: +power; @:
......
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