Remove three stray instances of zfsloader.
This commit is contained in:
parent
1f9bd5f67c
commit
fe5e6b2c56
@ -1086,8 +1086,8 @@ It searches through the GPT for
|
||||
.Cm freebsd-zfs
|
||||
partitions, trying to detect ZFS pools.
|
||||
After all pools are detected,
|
||||
.Pa /boot/zfsloader
|
||||
is started from the first one found.
|
||||
.Pa /boot/loader
|
||||
is started from the first one found set as bootable.
|
||||
.Pp
|
||||
The VTOC8 scheme does not support embedding bootstrap code.
|
||||
Instead, the 8 KBytes bootstrap code image
|
||||
|
@ -1,3 +1,3 @@
|
||||
.\" $FreeBSD$
|
||||
Enable firewire support in /boot/loader and /boot/zfsloader on x86.
|
||||
This option is a nop on all other platforms.
|
||||
Enable firewire support in /boot/loader on x86. This option is a nop
|
||||
on all other platforms.
|
||||
|
@ -124,7 +124,7 @@ main(int argc, char** argv)
|
||||
"/dev/gpt/system0",
|
||||
"/dev/gpt/system1",
|
||||
"-",
|
||||
"/boot/zfsloader",
|
||||
"/boot/loader",
|
||||
"/boot/support.4th",
|
||||
"/boot/kernel/kernel",
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user