diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub/MESSAGE | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/grub/MESSAGE b/sysutils/grub/MESSAGE index 486ebe44d8d..2c85048bb26 100644 --- a/sysutils/grub/MESSAGE +++ b/sysutils/grub/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/04/16 00:24:54 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2004/12/29 10:08:04 hubertf Exp $ Because NetBSD already uses /boot for a different purpose, this version of GRUB has been compiled to look in /grub for its files @@ -13,4 +13,10 @@ such as or grub-install '(hd0)' +To boot NetBSD, put something similar to these lines into /grub/menu.lst: + + title NetBSD + root (hd0,0,a) + chainloader +1 + =========================================================================== |