summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-12-29 10:08:04 +0000
committerhubertf <hubertf@pkgsrc.org>2004-12-29 10:08:04 +0000
commit1f0c82217a796404b3d7f7e2735bda0b2bfbec2d (patch)
tree94f144cefc21bd56b99b9f772710a0c7c196f614 /sysutils
parent487cd231d0e6a63df29ca3d3cef0e6c9da4bee61 (diff)
downloadpkgsrc-1f0c82217a796404b3d7f7e2735bda0b2bfbec2d.tar.gz
Add example for menu.lst
Diffstat (limited to 'sysutils')
-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
+
===========================================================================