diff options
author | 2011-08-27 11:29:52 +0000 | |
---|---|---|
committer | 2011-08-27 11:29:52 +0000 | |
commit | 91339f4956cb3e63960c1d6edd636601ced324ce (patch) | |
tree | ed9517545ab048eb22e4014de666e747e2f14bb7 /sys-boot/grub/files | |
parent | alpha/ia64/s390/sh/sparc stable wrt #377909 (diff) | |
download | historical-91339f4956cb3e63960c1d6edd636601ced324ce.tar.gz historical-91339f4956cb3e63960c1d6edd636601ced324ce.tar.bz2 historical-91339f4956cb3e63960c1d6edd636601ced324ce.zip |
Bump to grub 1.99. Drop older grub2 versions. Take maintainership of grub:2 series.
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/grub/files')
-rw-r--r-- | sys-boot/grub/files/defaults | 30 | ||||
-rw-r--r-- | sys-boot/grub/files/grub-1.96-genkernel.patch | 19 | ||||
-rw-r--r-- | sys-boot/grub/files/grub-1.99-genkernel.patch | 19 | ||||
-rw-r--r-- | sys-boot/grub/files/grub.default | 36 |
4 files changed, 36 insertions, 68 deletions
diff --git a/sys-boot/grub/files/defaults b/sys-boot/grub/files/defaults deleted file mode 100644 index 25e59090071f..000000000000 --- a/sys-boot/grub/files/defaults +++ /dev/null @@ -1,30 +0,0 @@ -# /etc/defaults/grub -# If you change this file, run 'grub-mkconfig -o /boot/grub/grub.cfg' -# afterwords to update /boot/grub/grub.cfg. Make sure your /boot is -# mounted rw before executing this command. -# -# See the grub info page for documentation on possible variables and -# their associated values. This wiki also has random bits of info: -# http://en.gentoo-wiki.com/wiki/Grub2#Using_variables - -GRUB_DEFAULT=0 -GRUB_HIDDEN_TIMEOUT=0 -GRUB_HIDDEN_TIMEOUT_QUIET=true -GRUB_TIMEOUT=10 - -GRUB_CMDLINE_LINUX_DEFAULT="" -GRUB_CMDLINE_LINUX="" - -# Uncomment to disable graphical terminal (grub-pc only) -#GRUB_TERMINAL=console - -# The resolution used on graphical terminal -# note that you can use only modes which your graphic card supports via VBE -# you can see them in real GRUB with the command `vbeinfo' -#GRUB_GFXMODE=640x480 - -# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux -#GRUB_DISABLE_LINUX_UUID=true - -# Uncomment to disable generation of recovery mode menu entrys -#GRUB_DISABLE_RECOVERY=true diff --git a/sys-boot/grub/files/grub-1.96-genkernel.patch b/sys-boot/grub/files/grub-1.96-genkernel.patch deleted file mode 100644 index e06f38356a02..000000000000 --- a/sys-boot/grub/files/grub-1.96-genkernel.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- util/grub.d/10_linux.in -+++ util/grub.d/10_linux.in -@@ -61,7 +61,7 @@ - EOF - } - --list=`for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do -+list=`for i in /boot/kernel-* /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do - if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi - done` - -@@ -78,6 +78,7 @@ - initrd= - for i in "initrd.img-${version}" "initrd-${version}.img" \ - "initrd-${version}" "initrd.img-${alt_version}" \ -+ "initramfs-genkernel-${version}" "initramfs-genkernel-${alt_version}" \ - "initrd-${alt_version}.img" "initrd-${alt_version}"; do - if test -e "${dirname}/${i}" ; then - initrd="$i" diff --git a/sys-boot/grub/files/grub-1.99-genkernel.patch b/sys-boot/grub/files/grub-1.99-genkernel.patch deleted file mode 100644 index 4d4aee5a0e9e..000000000000 --- a/sys-boot/grub/files/grub-1.99-genkernel.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- util/grub.d/10_linux.in -+++ util/grub.d/10_linux.in -@@ -109,7 +109,7 @@ - EOF - } - --list=`for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* ; do -+list=`for i in /boot/kernel-* /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* /vmlinux-* ; do - if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi - done` - prepare_boot_cache= -@@ -127,6 +127,7 @@ - initrd= - for i in "initrd.img-${version}" "initrd-${version}.img" \ - "initrd-${version}" "initramfs-${version}.img" \ -+ "initramfs-genkernel-${version}" "initramfs-genkernel-${alt_version}" \ - "initrd.img-${alt_version}" "initrd-${alt_version}.img" \ - "initrd-${alt_version}" "initramfs-${alt_version}.img"; do - if test -e "${dirname}/${i}" ; then diff --git a/sys-boot/grub/files/grub.default b/sys-boot/grub/files/grub.default new file mode 100644 index 000000000000..b8767d9a9602 --- /dev/null +++ b/sys-boot/grub/files/grub.default @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/files/grub.default,v 1.1 2011/08/27 11:29:52 scarabeus Exp $ +# +# To populate all changes in this file you need to regenerate your +# grub configuration file afterwards: +# 'grub2-mkconfig -o /boot/grub2/grub.cfg' +# +# See the grub info page for documentation on possible variables and +# their associated values. + +GRUB_DEFAULT=0 +GRUB_HIDDEN_TIMEOUT=0 +GRUB_HIDDEN_TIMEOUT_QUIET=true +GRUB_TIMEOUT=10 + +GRUB_CMDLINE_LINUX_DEFAULT="" +GRUB_CMDLINE_LINUX="" + +# Uncomment to disable graphical terminal (grub-pc only) +#GRUB_TERMINAL=console + +# The resolution used on graphical terminal. +# Note that you can use only modes which your graphic card supports via VBE. +# You can see them in real GRUB with the command `vbeinfo'. +#GRUB_GFXMODE=640x480 + +# Background image used on graphical terminal. +# Can be in various bitmap formats. +#GRUB_BACKGROUND="/boot/grub2/mybackground.png" + +# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux +#GRUB_DISABLE_LINUX_UUID=true + +# Uncomment to disable generation of recovery mode menu entrys +#GRUB_DISABLE_RECOVERY=true |