Closes: https://bugs.gentoo.org/703050
Closes: https://github.com/gentoo/gentoo/pull/13996
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
if use efi; then
export EFI_VENDOR="gentoo"
- export EFI_MOUNTPOINT="boot"
+ export EFI_MOUNTPOINT="/boot"
fi
default
elog "Official Xen Guide:"
elog " https://wiki.gentoo.org/wiki/Xen"
- use efi && einfo "The efi executable is installed in boot/efi/gentoo"
+ use efi && einfo "The efi executable is installed in /boot/efi/gentoo"
elog "You can optionally block the installation of /boot/xen-syms by an entry"
elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK"
if use efi; then
export EFI_VENDOR="gentoo"
- export EFI_MOUNTPOINT="boot"
+ export EFI_MOUNTPOINT="/boot"
fi
default
elog "Official Xen Guide:"
elog " https://wiki.gentoo.org/wiki/Xen"
- use efi && einfo "The efi executable is installed in boot/efi/gentoo"
+ use efi && einfo "The efi executable is installed in /boot/efi/gentoo"
elog "You can optionally block the installation of /boot/xen-syms by an entry"
elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK"