git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/default/grub
blob: 5261a02249de25b917459ffaf7b666e9deb3b18e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
#GRUB_TERMINAL_OUTPUT="console"
## With plymouth:
#GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr rhgb quiet"
## ...and without plymouth (who the fuck needs a BAR for SYSTEM INFORMATION):
# chipset is i915. if it doesn't do the trick, simply add nomodeset
#GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr quiet rhgb acpi_backlight=vendor acpi=on" # nomodeset"
GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-6e954a90-4449-4697-a452-f70abc6bc87e rd.lvm.lv=system/root rd.lvm.lv=system/swap rd.lvm.lv=system/usr quiet systemd.show_status=1" # acpi_backlight=vendor acpi=on" # nomodeset"
GRUB_DISABLE_RECOVERY="true"
#GRUB_GFXMODE=2560x1440x32,1920x1080x32,16801050x32,1280x900x32,1280x1024x32m1024x768x24,800x600x24
GRUB_GFXMODE=1920x1080x24,16801050x24,1280x900x24,1280x1024x24,1024x768x24,800x600x24
#GRUB_GFXPAYLOAD=1920x1080x24
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_THEME="/boot/grub2/themes/elegant-grub2/theme.txt"
#GRUB_THEME="/boot/grub2/themes/breeze/theme.txt"