]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/menu.lst: Add NetBSD, OpenBSD, GNU/KFreeBSD and GNU/KNetBSD.
authorrobertmh <robertmh@localhost>
Mon, 1 Sep 2003 15:07:32 +0000 (15:07 +0000)
committerrobertmh <robertmh@localhost>
Mon, 1 Sep 2003 15:07:32 +0000 (15:07 +0000)
ChangeLog
docs/menu.lst

index 49ad874bf6a91d3d468bdf06adc410cc784676a4..eb388ee9dbbb461741744b7f7fd1e1ee63715c03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c57b7ef671033b75083e8457dcd1f3f6c72d6e3e..082c2c8bfe2163b7455062a3985fc64c90fc8c5a 100644 (file)
@@ -29,11 +29,21 @@ pause  Insert the diskette now\a!!
 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)