Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
1cc05d24
Commit
1cc05d24
authored
Dec 18, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
basealt.mk
conf.d/basealt.mk
+3
-1
No files found.
conf.d/basealt.mk
View file @
1cc05d24
...
...
@@ -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; @:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment