Remove three stray instances of zfsloader.

This commit is contained in:
Warner Losh 2018-07-20 05:26:14 +00:00
parent 1f9bd5f67c
commit fe5e6b2c56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336536
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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.

View File

@ -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,