etc/default/grub.d: add nouveau

This commit is contained in:
Aminda Suomalainen 2019-09-04 11:40:06 +03:00
parent b07d6a404e
commit 4b214b0e0f
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# This supposedly ensures that nouveau gets modprobed
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT nouveau"