Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 345371 | Differences between
and this patch

Collapse All | Expand All

(-)grub-1.98.orig/util/i386/efi/grub-install.in (-3 / +3 lines)
Lines 37-43 Link Here
37
grub_probe=${sbindir}/`echo grub-probe | sed ${transform}`
37
grub_probe=${sbindir}/`echo grub-probe | sed ${transform}`
38
grub_editenv=${bindir}/`echo grub-editenv | sed ${transform}`
38
grub_editenv=${bindir}/`echo grub-editenv | sed ${transform}`
39
rootdir=
39
rootdir=
40
grub_prefix=`echo /boot/grub | sed ${transform}`
40
grub_prefix=`echo /boot/efi/EFI/grub | sed ${transform}`
41
modules=
41
modules=
42
42
43
no_floppy=
43
no_floppy=
Lines 63-69 Link Here
63
  --no-floppy             do not probe any floppy drive
63
  --no-floppy             do not probe any floppy drive
64
  --recheck               probe a device map even if it already exists
64
  --recheck               probe a device map even if it already exists
65
65
66
grub-install copies GRUB images into the DIR/boot directory specified by
66
grub-install copies GRUB images into the DIR/boot/efi/EFI directory specified by
67
--root-directory.
67
--root-directory.
68
68
69
Report bugs to <bug-grub@gnu.org>.
69
Report bugs to <bug-grub@gnu.org>.
Lines 119-125 Link Here
119
    ;;
119
    ;;
120
*)
120
*)
121
    # Use /boot/grub by default.
121
    # Use /boot/grub by default.
122
    bootdir=${rootdir}/boot
122
    bootdir=${rootdir}/boot/efi/EFI
123
    ;;
123
    ;;
124
esac
124
esac
125
125

Return to bug 345371