Skip to content

Commit

Permalink
Update docs/man/zfsbootmenu.7.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew J. Hesford <[email protected]>
  • Loading branch information
zdykstra and ahesford authored Jan 14, 2024
1 parent 46840e3 commit 3785c03
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/man/zfsbootmenu.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,11 @@ These options are set on the kernel command line when booting the initramfs or U

**zbm.waitfor=device,device,...**

Ensure that one or more devices are present prior to starting the pool import process. Required devices should be either a direct **/dev** device entry or a partial **/dev/disk/by-** entry.

**zbm.waitfor=/dev/sda**

Direct device entries are fragile and should generally be avoided.

**zbm.waitfor=PARTUUID=b0319364-ec65-1840-a02b-2b58caa12ac0,ID=wwn-0x500a07510ee65912**
Ensure that one or more devices are present before starting the pool import process. Devices may be specified as full paths to device nodes (*e.g.*, **/dev/sda** or **/dev/disk/by-id/wwn-0x500a07510ee65912**) or, for convenience, as a typed indicator of the form **TYPE=VALUE**, which will be expanded internally as

**/dev/disk/by-TYPE/VALUE**

Refer to **/dev/disk/** on the host system to find the required device entries.
The use of full device paths other than descendants of **/dev/disk/** is fragile and should be avoided.

Deprecated Parameters
---------------------
Expand Down

0 comments on commit 3785c03

Please sign in to comment.