summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r--sys-boot/grub/grub-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 4a9d5ed..c841ea8 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -220,10 +220,8 @@ setup_boot_dir() {
if [[ ! -e ${dir}/grub.cfg ]]; then
# display the link to guide if user didn't set up anything yet.
- elog "For informations how to configure grub-2 please reffer to guide:"
- # FIXME: we don't have any guide yet!
- # Lets just use archlinux wiki until we have some.
- elog " https://wiki.archlinux.org/index.php/GRUB2"
+ elog "For informations how to configure grub-2 please reffer to the guide:"
+ elog " http://dev.gentoo.org/~scarabeus/grub-2-guide.xml"
fi
if [[ ! -e ${dir}/grub.cfg && -e ${dir/2/}/menu.lst ]] ; then