Fix code blocks

This commit is contained in:
Andrew David Wong 2016-09-18 16:52:54 -07:00
parent 9d1211a69b
commit dae8dfda68
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -40,15 +40,15 @@ Then you need to disable nouveau (normally it is done by install scripts from nv
Edit /etc/default/grub:
~~~
GRUB_CMDLINE_LINUX="quiet rhgb nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off"
~~~
~~~
GRUB_CMDLINE_LINUX="quiet rhgb nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off"
~~~
Regenerate grub configuration:
~~~
grub2-mkconfig -o /boot/grub2/grub.cfg
~~~
~~~
grub2-mkconfig -o /boot/grub2/grub.cfg
~~~
Reboot.