]> TLD Linux GIT Repositories - packages/grub2.git/blobdiff - grub.sysconfig
- merged 2.12 from PLD
[packages/grub2.git] / grub.sysconfig
index 0c2f1816f584299e8311d898094c1e56263fbe90..ba0af18e03558dc4fc71151449be6ddac2de5db3 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=""
@@ -49,10 +49,8 @@ GRUB_DISABLE_RECOVERY="true"
 # Disable creating "advanced" submenus, just use flat list
 GRUB_DISABLE_SUBMENU="y"
 
-# Control which initial ramdisk should grub-mkconfig prefer. Ddefault is
-# initramf-*.img created by dracut. Set to false to prefer initrd-*.img
-# created by geninitrd.
-GRUB_PREFER_DRACUT="true"
-
 # Uncomment to get a beep at grub start
 #GRUB_INIT_TUNE="480 440 1"
+
+# Disable restricted boot
+GRUB_RESTRICTED="false"