Commit 69827e15 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

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
#!/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
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