On sparc64, installboot does not deal with any file system; its -p is a NOOP and the old sys/arch/sparc64/installboot/ never prepared a file system, either, according to CVS history.
Remove this single misleading mention alltogether and rely on the now consistently cross-linked MI installboot(8) for details, if any. This syncs the list of currently existing MD boot_*(8/*) pages with the list of usr.sbin/installboot/*_installboot.c files. boot_alpha(8/alpha) already references installboot(8) but still uses sys/arch/alpha/stand/installboot/ instead of usr.sbin/installboot/. boot_luna88k(8/luna88k) exists but luna88k does not use installboot at all. installboot(8) has additional support for efi (armv7, arm64, riscv64), landisk, loongson, octeon and powerpc64 but those architectures currently lack their own MD boot_*(8/*) manual. Feedback? OK? diff --git a/share/man/man8/man8.hppa/boot_hppa.8 b/share/man/man8/man8.hppa/boot_hppa.8 index b4070bc9789..c119e36d8ce 100644 --- a/share/man/man8/man8.hppa/boot_hppa.8 +++ b/share/man/man8/man8.hppa/boot_hppa.8 @@ -340,6 +340,7 @@ system bootstrap (usually also installed as .Xr dhcpd 8 , .Xr halt 8 , .Xr init 8 , +.Xr installboot 8 , .Xr rbootd 8 , .Xr reboot 8 , .Xr savecore 8 , diff --git a/share/man/man8/man8.macppc/boot_macppc.8 b/share/man/man8/man8.macppc/boot_macppc.8 index af4fbbceedf..20af14cfae0 100644 --- a/share/man/man8/man8.macppc/boot_macppc.8 +++ b/share/man/man8/man8.macppc/boot_macppc.8 @@ -172,6 +172,7 @@ Apple HFS partition, to be readable by Open Firmware) .Xr boot_config 8 , .Xr halt 8 , .Xr init 8 , +.Xr installboot 8 , .Xr reboot 8 , .Xr savecore 8 , .Xr shutdown 8 diff --git a/share/man/man8/man8.sparc64/boot_sparc64.8 b/share/man/man8/man8.sparc64/boot_sparc64.8 index 90d9339f93c..2d6ab05e278 100644 --- a/share/man/man8/man8.sparc64/boot_sparc64.8 +++ b/share/man/man8/man8.sparc64/boot_sparc64.8 @@ -66,10 +66,6 @@ respectively. The second-stage boot program commonly resides in the root directory as .Pa /ofwboot . .Pp -System boot blocks are installed using -.Xr installboot 8 , -which prepares an FFS filesystem partition for boot-strapping from the PROM. -.Pp The boot program attempts to load the kernel from the selected boot device, which must currently be an SCSI .Pq Pa sd