Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Jun 15, 2024
1 parent 6c531b4 commit 9dbbd47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/6-install-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ chown -R root:root $ROOT/root/alpinebox
mkdir $ROOT/root/.ssh
touch $ROOT/root/.ssh/authorized_keys


########## Blacklist GPUs (issue #3)
cp files/blacklist-gpu.conf $ROOT/etc/modprobe.d

12 changes: 12 additions & 0 deletions install/files/blacklist-gpu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# Blacklist common GPU drivers that give boot problems on older hardware
blacklist radeon
blacklist amdgpu
blacklist nouveau
blacklist nvidia
blacklist nvidiafb
blacklist rivafb
blacklist i915
blacklist intel_agp
blacklist drm
blacklist drm_kms_helper

0 comments on commit 9dbbd47

Please sign in to comment.