Skip to content

Commit

Permalink
The video card intallation has been added to linux-zen kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Renny Rodriguez committed Jul 19, 2020
1 parent 18ee6a5 commit b4fb2b1
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 b4fb2b1

Please sign in to comment.