diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 11:46:41 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-11-29 11:46:41 +0000 |
commit | 52953ad1ef6850a93ec433cfcd38810433e11a8a (patch) | |
tree | 5c96a8a77dc18378ffd651798ad4604194d560ad /sys-boot/grub/files/grub-2.00-os-prober-efi-system.patch | |
parent | f99e4460b0bd3b9372f57482547e287f12ba6418 (diff) |
drop our grub, use gentoo one
Diffstat (limited to 'sys-boot/grub/files/grub-2.00-os-prober-efi-system.patch')
-rw-r--r-- | sys-boot/grub/files/grub-2.00-os-prober-efi-system.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-boot/grub/files/grub-2.00-os-prober-efi-system.patch b/sys-boot/grub/files/grub-2.00-os-prober-efi-system.patch deleted file mode 100644 index 7e0888a8..00000000 --- a/sys-boot/grub/files/grub-2.00-os-prober-efi-system.patch +++ /dev/null @@ -1,27 +0,0 @@ -=== modified file 'util/grub.d/30_os-prober.in' ---- util/grub.d/30_os-prober.in 2013-04-19 08:08:46 +0000 -+++ util/grub.d/30_os-prober.in 2013-05-31 16:29:03 +0000 -@@ -149,6 +149,22 @@ - } - EOF - ;; -+ efi) -+ -+ EFIPATH=${DEVICE#*@} -+ DEVICE=${DEVICE%@*} -+ onstr="$(gettext_printf "(on %s)" "${DEVICE}")" -+ cat << EOF -+menuentry '$(echo "${LONGNAME} $onstr" | grub_quote)' --class windows --class os \$menuentry_id_option 'osprober-efi-$(grub_get_device_id "${DEVICE}")' { -+EOF -+ save_default_entry | sed -e "s/^/\t/" -+ prepare_grub_to_access_device ${DEVICE} | sed -e "s/^/\t/" -+ -+ cat <<EOF -+ chainloader ${EFIPATH} -+} -+EOF -+ ;; - linux) - if [ "x$BTRFS" = "xbtrfs" ]; then - LINUXPROBED="`linux-boot-prober btrfs ${BTRFSuuid} ${BTRFSsubvol} 2> /dev/null | tr ' ' '^' | paste -s -d ' '`" - |