2009-10-26 Robert Millan <rmh.grub@aybabtu.com>

* docs/grub.cfg: Fix example usage of *BSD loaders.
This commit is contained in:
robertmh 2009-10-26 00:38:38 +00:00
parent ee3756ccb3
commit 5c35048e23
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
* util/grub.d/10_freebsd.in: Remove.
* docs/grub.cfg: Fix example usage of *BSD loaders.
2009-10-25 Robert Millan <rmh.grub@aybabtu.com>

View File

@ -34,26 +34,26 @@ menuentry "GNU/Linux" {
# For booting FreeBSD
menuentry "FreeBSD (or GNU/kFreeBSD), direct boot" {
set root=(hd0,1,a)
freebsd /boot/kernel/kernel
freebsd_loadenv /boot/device.hints
freebsd_module /boot/splash.bmp type=splash_image_data
set FreeBSD.vfs.root.mountfrom=ufs:ad0s1a
kfreebsd /boot/kernel/kernel
kfreebsd_loadenv /boot/device.hints
kfreebsd_module /boot/splash.bmp type=splash_image_data
set kFreeBSD.vfs.root.mountfrom=ufs:ad0s1a
}
menuentry "FreeBSD (or GNU/kFreeBSD), via /boot/loader" {
set root=(hd0,1,a)
freebsd /boot/loader
kfreebsd /boot/loader
}
# For booting NetBSD
menuentry "NetBSD" {
set root=(hd0,1,a)
netbsd /netbsd
knetbsd /netbsd
}
# For booting OpenBSD
menuentry "OpenBSD" {
set root=(hd0,1,a)
openbsd /bsd
kopenbsd /bsd
}
# For booting Microsoft Windows