summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-12-29 10:08:04 +0000
committerhubertf <hubertf>2004-12-29 10:08:04 +0000
commit1b1527a38bab91212f1c449575124aabd42e6942 (patch)
tree94f144cefc21bd56b99b9f772710a0c7c196f614 /sysutils/grub
parent30c489b1ca83e805587195f613f6d942673b29d8 (diff)
downloadpkgsrc-1b1527a38bab91212f1c449575124aabd42e6942.tar.gz
Add example for menu.lst
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/MESSAGE8
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
+
===========================================================================