* docs/menu.lst: Add NetBSD, OpenBSD, GNU/KFreeBSD and GNU/KNetBSD.
This commit is contained in:
parent
0c05e9955d
commit
cc1da3b822
2 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-09-01 Robert Millan <robertmh@gnu.org>
|
||||
|
||||
* docs/menu.lst: Add NetBSD, OpenBSD, GNU/KFreeBSD and GNU/KNetBSD.
|
||||
|
||||
2003-08-13 Jason Thomas <jason@intology.com.au>
|
||||
|
||||
* util/grub-install.in (resolve_symlink): New function to resolve symlinks
|
||||
|
|
|
@ -29,11 +29,21 @@ pause Insert the diskette now!!
|
|||
kernel (fd0)/boot/kernel root=hd0s3
|
||||
module (fd0)/boot/bootstrap
|
||||
|
||||
# For booting FreeBSD
|
||||
title FreeBSD 3.4
|
||||
# For booting FreeBSD or GNU/KFreeBSD
|
||||
title FreeBSD / GNU/KFreeBSD
|
||||
root (hd0,2,a)
|
||||
kernel /boot/loader
|
||||
|
||||
# For booting NetBSD or GNU/KNetBSD
|
||||
title NetBSD / GNU/KNetBSD
|
||||
root (hd0,2,a)
|
||||
kernel --type=netbsd /netbsd
|
||||
|
||||
# For booting OpenBSD
|
||||
title OpenBSD
|
||||
root (hd0,2,a)
|
||||
kernel --type=netbsd /bsd
|
||||
|
||||
# For booting OS/2
|
||||
title OS/2
|
||||
root (hd0,1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue