Skip to content

Commit

Permalink
Merge pull request #438 from rennydonny/fix-videocard2linux-zen
Browse files Browse the repository at this point in the history
The video card installation has been added to the linux-zen kernel
  • Loading branch information
helmuthdu authored Jul 20, 2020
2 parents 18ee6a5 + b4fb2b1 commit 3b92f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,8 @@ create_ramdisk_environment(){
mkinitcpio -p linux-hardened
elif [ "$(ls /boot | grep lts -c)" -gt "0" ]; then
mkinitcpio -p linux-lts
elif [ "$(ls /boot | grep zen -c)" -gt "0" ]; then
mkinitcpio -p linux-zen
else
mkinitcpio -p linux
fi
Expand Down

0 comments on commit 3b92f0e

Please sign in to comment.