diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-12-29 10:08:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-12-29 10:08:04 +0000 |
commit | 7767cd06673a8ac42d1c5d423216cc13462d07ae (patch) | |
tree | 94f144cefc21bd56b99b9f772710a0c7c196f614 /sysutils/grub | |
parent | 27fa99852f1c301229981be82facf39ff517b9bc (diff) | |
download | pkgsrc-7767cd06673a8ac42d1c5d423216cc13462d07ae.tar.gz |
Add example for menu.lst
Diffstat (limited to 'sysutils/grub')
-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 + =========================================================================== |