X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=grub.sysconfig;h=1eb63dd5db18374aa177351b58cd55e3326852b3;hb=4e9726973d9cf3ba2a72d1b1a1df60a80ee77f10;hp=870007aa31dec26f9bdd99757725f3f879ad267d;hpb=40a8ae5147e6360ac4a7d112ab59ff4ecae669c9;p=packages%2Fgrub2.git diff --git a/grub.sysconfig b/grub.sysconfig index 870007a..1eb63dd 100644 --- a/grub.sysconfig +++ b/grub.sysconfig @@ -2,8 +2,8 @@ # # If you change this file, run 'update-grub' afterwards to update /boot/grub/grub.cfg. # -# To disable auto generation of /boot/grub/grub.conf on kernel package -# install/upgrade, UPDATE_GRUB must be set to "no". +# To enable auto generation of /boot/grub/grub.conf on kernel package +# install, UPDATE_GRUB must be set to "yes". #UPDATE_GRUB=yes # Default entry to boot. Numeric value starting with 0. @@ -20,7 +20,8 @@ GRUB_TIMEOUT=15 # entry for recovery mode. This option lists command-line arguments # to add only to the default menu entry, after those listed in # `GRUB_CMDLINE_LINUX'. -GRUB_CMDLINE_LINUX_DEFAULT="quiet panic=120" +# To disable IPv6 in kernel, append: ipv6.disable=1 +GRUB_CMDLINE_LINUX_DEFAULT="panic=120 quiet" # Command-line arguments to add to menu entries for the Linux kernel. GRUB_CMDLINE_LINUX="" @@ -40,7 +41,7 @@ GRUB_CMDLINE_LINUX="" GRUB_DISABLE_RECOVERY="true" # Disable creating "advanced" submenus, just use flat list -GRUB_DISABLE_SUBMENU="true" +GRUB_DISABLE_SUBMENU="y" # Control which initial ramdisk should grub-mkconfig prefer when searching # default is initrd-*.gz created by geninitrd, uncomment to make it prefer