]> TLD Linux GIT Repositories - packages/grub2.git/commitdiff
- disable predictable interface names and bios device names via kernel
authorMarcin Krol <hawk@tld-linux.org>
Thu, 17 May 2018 22:37:42 +0000 (22:37 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 17 May 2018 22:37:42 +0000 (22:37 +0000)
  commandline (just in case, we have it disabled by default anyway)

grub.sysconfig
grub2.spec

index 7b1699d22e3fb9a9fe47aa6783310c25f72cbbe6..0402e1dee1254ac457db55055da4af103d4db738 100644 (file)
@@ -27,7 +27,7 @@ GRUB_TIMEOUT=15
 # to add only to the default menu entry, after those listed in
 # `GRUB_CMDLINE_LINUX'.
 # To disable IPv6 in kernel, append: ipv6.disable=1
-GRUB_CMDLINE_LINUX_DEFAULT="panic=300 quiet"
+GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 biosdevname=0 panic=300 quiet"
 
 # Command-line arguments to add to menu entries for the Linux kernel.
 GRUB_CMDLINE_LINUX=""
index 471a99b3e9718bbd11386a5c03da0662a78e3734..a66ca9029af9ccbb7155f3f58910d96edf02ed0d 100644 (file)
@@ -38,7 +38,7 @@ Summary(pl.UTF-8):    GRUB2 - bootloader dla x86
 Summary(pt_BR.UTF-8):  Gerenciador de inicializaĆ§Ć£o GRUB2
 Name:          grub2
 Version:       2.02
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Base
 Source0:       ftp://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz