pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/grub Add example for menu.lst



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a5010981f5e
branches:  trunk
changeset: 486521:9a5010981f5e
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Wed Dec 29 10:08:04 2004 +0000

description:
Add example for menu.lst

diffstat:

 sysutils/grub/MESSAGE |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 73bf57643384 -r 9a5010981f5e sysutils/grub/MESSAGE
--- a/sysutils/grub/MESSAGE     Wed Dec 29 09:53:17 2004 +0000
+++ b/sysutils/grub/MESSAGE     Wed Dec 29 10:08:04 2004 +0000
@@ -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 @@
 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
+
 ===========================================================================



Home | Main Index | Thread Index | Old Index