]> git.somenet.org - root/pub/somesible.git/blob - roles/base/grub/files/default/grub
[roles/base/logrotate] install + update logrotate
[root/pub/somesible.git] / roles / base / grub / files / default / grub
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8 # If you change this file, run 'update-grub' afterwards to update
9 # /boot/grub/grub.cfg.
10 # For full documentation of the options in this file, see:
11 #   info -f grub -n 'Simple configuration'
12
13 GRUB_DEFAULT=0
14 GRUB_TIMEOUT=1
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"
18
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
25
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"
30
31 # Uncomment to disable graphical terminal
32 #GRUB_TERMINAL=console
33
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'
37 #GRUB_GFXMODE=640x480
38
39 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
40 #GRUB_DISABLE_LINUX_UUID=true
41
42 # Uncomment to disable generation of recovery mode menu entries
43 GRUB_DISABLE_RECOVERY="true"
44
45 # Uncomment to get a beep at grub start
46 #GRUB_INIT_TUNE="480 440 1"