diff options
Diffstat (limited to 'sys-boot/grub/grub-1.99.ebuild')
-rw-r--r-- | sys-boot/grub/grub-1.99.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-boot/grub/grub-1.99.ebuild b/sys-boot/grub/grub-1.99.ebuild index a5de638..fcd5df1 100644 --- a/sys-boot/grub/grub-1.99.ebuild +++ b/sys-boot/grub/grub-1.99.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 |