diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-07-20 05:17:49 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-07-20 05:17:49 +0000 |
commit | 1a14a0bfb71d935583ca1a3f3ce7e3c6648c10f9 (patch) | |
tree | 8bdc6a73806aeb9270a5aa502f6ca533d4356d9c /stand/i386 | |
parent | 060679ef9ccfb5a7e86dd36f89fe0a57ffc9b150 (diff) | |
download | src-test2-1a14a0bfb71d935583ca1a3f3ce7e3c6648c10f9.tar.gz src-test2-1a14a0bfb71d935583ca1a3f3ce7e3c6648c10f9.zip |
Notes
Diffstat (limited to 'stand/i386')
-rw-r--r-- | stand/i386/gptzfsboot/gptzfsboot.8 | 11 | ||||
-rw-r--r-- | stand/i386/zfsboot/zfsboot.8 | 1 |
2 files changed, 5 insertions, 7 deletions
diff --git a/stand/i386/gptzfsboot/gptzfsboot.8 b/stand/i386/gptzfsboot/gptzfsboot.8 index 66feb6d35055..460178efc577 100644 --- a/stand/i386/gptzfsboot/gptzfsboot.8 +++ b/stand/i386/gptzfsboot/gptzfsboot.8 @@ -71,7 +71,7 @@ If the .Cm bootfs property is not set, then the root filesystem of the pool is used as the default. -.Xr zfsloader 8 +.Xr loader 8 is loaded from the boot filesystem. If .Pa /boot.config @@ -83,7 +83,7 @@ in the same way as .Pp The ZFS GUIDs of the first successfully probed device and the first detected pool are made available to -.Xr zfsloader 8 +.Xr loader 8 in the .Cm vfs.zfs.boot.primary_vdev and @@ -104,7 +104,7 @@ accepts all the options that supports. .Pp The filesystem specification and the path to -.Xr zfsloader 8 +.Xr loader 8 are different from .Xr boot 8 . The format is @@ -116,7 +116,7 @@ The format is Both the filesystem and the path can be specified. If only a path is specified, then the default filesystem is used. If only a pool and filesystem are specified, then -.Pa /boot/zfsloader +.Pa /boot/loader is used as a path. .Pp Additionally, the @@ -128,7 +128,7 @@ The output format is similar to that of .Pp The configured or automatically determined ZFS boot filesystem is stored in the -.Xr zfsloader 8 +.Xr loader 8 .Cm loaddev variable, and also set as the initial value of the .Cm currdev @@ -171,7 +171,6 @@ gpart bootcode -p /boot/gptzfsboot -i 1 ada0 .Xr boot 8 , .Xr gpart 8 , .Xr loader 8 , -.Xr zfsloader 8 , .Xr zpool 8 .Sh HISTORY .Nm diff --git a/stand/i386/zfsboot/zfsboot.8 b/stand/i386/zfsboot/zfsboot.8 index 64a6ac6d1d24..7ed8ea7df010 100644 --- a/stand/i386/zfsboot/zfsboot.8 +++ b/stand/i386/zfsboot/zfsboot.8 @@ -114,7 +114,6 @@ in the example above. .Xr boot 8 , .Xr gptzfsboot 8 , .Xr loader 8 , -.Xr zfsloader 8 , .Xr zpool 8 .Sh HISTORY .Nm |