summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-12-29 14:38:18 +0000
committerhubertf <hubertf@pkgsrc.org>2004-12-29 14:38:18 +0000
commitd660ae7b3ff37ba7b4bde28a13f040207096ff96 (patch)
treefffa8106f09d1bef526fe4611ca6ac83cb244cc7 /sysutils/grub
parent46e6e5dda0996b5bffff3c0b07b890b75c2f45c4 (diff)
downloadpkgsrc-d660ae7b3ff37ba7b4bde28a13f040207096ff96.tar.gz
Document things a bit better
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/MESSAGE4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub/MESSAGE b/sysutils/grub/MESSAGE
index 2c85048bb26..43b9c8cc2bd 100644
--- a/sysutils/grub/MESSAGE
+++ b/sysutils/grub/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.3 2004/12/29 10:08:04 hubertf Exp $
+$NetBSD: MESSAGE,v 1.4 2004/12/29 14:38:18 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
@@ -16,7 +16,7 @@ or
To boot NetBSD, put something similar to these lines into /grub/menu.lst:
title NetBSD
- root (hd0,0,a)
+ root (hd0,0,a) # NetBSD on 1st MBR partition of 1st IDE disk
chainloader +1
===========================================================================