ansible_etalon/files/default_grub.patch.bookworm
2023-06-24 01:28:55 +02:00

23 lines
796 B
Plaintext

--- grub.orig 2023-06-18 23:39:13.949849870 +0200
+++ grub 2023-06-19 00:26:36.680663106 +0200
@@ -6,8 +6,8 @@
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
-GRUB_CMDLINE_LINUX_DEFAULT="quiet"
-GRUB_CMDLINE_LINUX=""
+GRUB_CMDLINE_LINUX_DEFAULT=""
+GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
# If your computer has multiple operating systems installed, then you
# probably want to run os-prober. However, if your computer is a host
@@ -22,7 +22,7 @@
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal
-#GRUB_TERMINAL=console
+GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE