Skip to content

Commit

Permalink
change grub_cmdline_linux
Browse files Browse the repository at this point in the history
  • Loading branch information
J-SirL committed Jan 9, 2024
1 parent b5d2827 commit a401c94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ grub_disable_submenu: 'true'
grub_terminal_output: console

# Additional kernel parameters
grub_cmdline_linux: rd.driver.blacklist=nouveau modprobe.blacklist=nouveau crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M resume=/dev/mapper/almalinux_developer-swap
rd.lvm.lv=almalinux_developer/root rd.lvm.lv=almalinux_developer/swap rhgb quiet

# OnlyNvidia grub_cmdline_linux: rd.driver.blacklist=nouveau modprobe.blacklist=nouveau crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M resume=/dev/mapper/almalinux_developer-swap rd.lvm.lv=almalinux_developer/root rd.lvm.lv=almalinux_developer/swap rhgb quiet

Check warning on line 20 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint

20:121 [line-length] line too long (257 > 120 characters)
grub_cmdline_linux: "crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M resume=/dev/mapper/almalinux-swap rd.lvm.lv=almalinux/root rd.lvm.lv=almalinux/swap rhgb quiet"

Check warning on line 21 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint

21:121 [line-length] line too long (161 > 120 characters)
# Whether to disable recovery mode
grub_disable_recovery: 'true'

Expand Down

0 comments on commit a401c94

Please sign in to comment.