2 ################################################
 
   3 ### Managed by someone's ansible provisioner ###
 
   4 ################################################
 
   5 # Part of: https://git.somenet.org/root/pub/somesible.git
 
   6 # 2017-2025 by someone <someone@somenet.org>
 
   8 # If you change this file, run 'update-grub' afterwards to update
 
  10 # For full documentation of the options in this file, see:
 
  11 #   info -f grub -n 'Simple configuration'
 
  15 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
 
  16 GRUB_CMDLINE_LINUX_DEFAULT="quiet"
 
  17 GRUB_CMDLINE_LINUX="net.ifnames=0 consoleblank=0"
 
  19 # If your computer has multiple operating systems installed, then you
 
  20 # probably want to run os-prober. However, if your computer is a host
 
  21 # for guest OSes installed via LVM or raw disk devices, running
 
  22 # os-prober can cause damage to those guest OSes as it mounts
 
  23 # filesystems to look for things.
 
  24 #GRUB_DISABLE_OS_PROBER=false
 
  26 # Uncomment to enable BadRAM filtering, modify to suit your needs
 
  27 # This works with Linux (no patch required) and with any kernel that obtains
 
  28 # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
 
  29 #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
 
  31 # Uncomment to disable graphical terminal
 
  32 #GRUB_TERMINAL=console
 
  34 # The resolution used on graphical terminal
 
  35 # note that you can use only modes which your graphic card supports via VBE
 
  36 # you can see them in real GRUB with the command `vbeinfo'
 
  39 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
 
  40 #GRUB_DISABLE_LINUX_UUID=true
 
  42 # Uncomment to disable generation of recovery mode menu entries
 
  43 GRUB_DISABLE_RECOVERY="true"
 
  45 # Uncomment to get a beep at grub start
 
  46 #GRUB_INIT_TUNE="480 440 1"