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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
69827e15
Commit
69827e15
authored
Nov 07, 2022
by
Michael Shigorin
Committed by
Anton Midyukov
Mar 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: ADD the extra gpu modules instead of PRELOADing those
NB: the missing modules break image build, avoid mga2/galcore/vivante by default (absent in some CPU-specific kernels).
parent
94e35d5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
20-initrd-e2k-kms
features.in/e2k/stage1/scripts.d/20-initrd-e2k-kms
+6
-2
No files found.
features.in/e2k/stage1/scripts.d/20-initrd-e2k-kms
View file @
69827e15
#!/bin/sh
#!/bin/sh
# ensure early kms so stage1 issues can at least be displayed on tty0
# ensure early kms so stage1 issues can at least be displayed on tty0;
# trying to preload the missing modules will result in image build failure
echo
'MODULES_PRELOAD += radeon galcore vivante'
>>
/etc/initrd.mk
cat
>>
/etc/initrd.mk
<<
EOF
MODULES_PRELOAD += radeon
#MODULES_ADD += mga2 galcore vivante
EOF
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