X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=grub.sysconfig;h=91028116cbb896593d4395603439580599b7db1f;hb=71dd2aed5bb2b72c2d2d58235936d03ceec35757;hp=6d0d59998498689780b0e8c329e40563d9ca18bb;hpb=874c4add0aa91b4d5d5a6665790c95d9f8757d81;p=packages%2Fgrub2.git diff --git a/grub.sysconfig b/grub.sysconfig index 6d0d599..9102811 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 enable auto generation of /boot/grub/grub.conf on kernel package -# install, UPDATE_GRUB must be set to "yes". +# To disable auto generation of /boot/grub/grub.conf on kernel package +# install/upgrade, UPDATE_GRUB must be set to "no". #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=""