git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2018-11-20 12:28:34 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2018-11-20 12:28:34 +0100
commit92de94836a2247bd550bc73b2956da69a49f036b (patch)
tree3713fab683bc0883d5c74b80ce58bf0e3e34108d
parent3feaced29d3603b7ff1bcaae36330966f5b7ff99 (diff)
downloadfedora-laptop-92de94836a2247bd550bc73b2956da69a49f036b.tar.bz2
grub config was a temporary one
-rw-r--r--localfs/etc/default/grub8
1 files changed, 4 insertions, 4 deletions
diff --git a/localfs/etc/default/grub b/localfs/etc/default/grub
index b20578a..5261a02 100644
--- a/localfs/etc/default/grub
+++ b/localfs/etc/default/grub
@@ -5,13 +5,13 @@ 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:
-#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"
+## ...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" #i915.modeset=0"
+#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,1280x1024x24m1024x768x24,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"