2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
* docs/grub.cfg: Fix example usage of *BSD loaders.
This commit is contained in:
parent
ee3756ccb3
commit
5c35048e23
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
|
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>
|
2009-10-25 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
|
|
|
@ -34,26 +34,26 @@ menuentry "GNU/Linux" {
|
||||||
# For booting FreeBSD
|
# For booting FreeBSD
|
||||||
menuentry "FreeBSD (or GNU/kFreeBSD), direct boot" {
|
menuentry "FreeBSD (or GNU/kFreeBSD), direct boot" {
|
||||||
set root=(hd0,1,a)
|
set root=(hd0,1,a)
|
||||||
freebsd /boot/kernel/kernel
|
kfreebsd /boot/kernel/kernel
|
||||||
freebsd_loadenv /boot/device.hints
|
kfreebsd_loadenv /boot/device.hints
|
||||||
freebsd_module /boot/splash.bmp type=splash_image_data
|
kfreebsd_module /boot/splash.bmp type=splash_image_data
|
||||||
set FreeBSD.vfs.root.mountfrom=ufs:ad0s1a
|
set kFreeBSD.vfs.root.mountfrom=ufs:ad0s1a
|
||||||
}
|
}
|
||||||
menuentry "FreeBSD (or GNU/kFreeBSD), via /boot/loader" {
|
menuentry "FreeBSD (or GNU/kFreeBSD), via /boot/loader" {
|
||||||
set root=(hd0,1,a)
|
set root=(hd0,1,a)
|
||||||
freebsd /boot/loader
|
kfreebsd /boot/loader
|
||||||
}
|
}
|
||||||
|
|
||||||
# For booting NetBSD
|
# For booting NetBSD
|
||||||
menuentry "NetBSD" {
|
menuentry "NetBSD" {
|
||||||
set root=(hd0,1,a)
|
set root=(hd0,1,a)
|
||||||
netbsd /netbsd
|
knetbsd /netbsd
|
||||||
}
|
}
|
||||||
|
|
||||||
# For booting OpenBSD
|
# For booting OpenBSD
|
||||||
menuentry "OpenBSD" {
|
menuentry "OpenBSD" {
|
||||||
set root=(hd0,1,a)
|
set root=(hd0,1,a)
|
||||||
openbsd /bsd
|
kopenbsd /bsd
|
||||||
}
|
}
|
||||||
|
|
||||||
# For booting Microsoft Windows
|
# For booting Microsoft Windows
|
||||||
|
|
Loading…
Reference in a new issue