diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-12-29 14:38:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-12-29 14:38:18 +0000 |
commit | 5444696cdd76cb093f9eb215f6bbf0d08c897c38 (patch) | |
tree | fffa8106f09d1bef526fe4611ca6ac83cb244cc7 /sysutils | |
parent | 22900973a3a0de6ce6e8866d7aaf2a4d391e025c (diff) | |
download | pkgsrc-5444696cdd76cb093f9eb215f6bbf0d08c897c38.tar.gz |
Document things a bit better
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub/MESSAGE | 4 |
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 =========================================================================== |