From 3785c030267691c52bef9f2aa46a61cfb30b1f7a Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Sun, 14 Jan 2024 15:24:11 -0600 Subject: [PATCH] Update docs/man/zfsbootmenu.7.rst Co-authored-by: Andrew J. Hesford <48421688+ahesford@users.noreply.github.com> --- docs/man/zfsbootmenu.7.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/man/zfsbootmenu.7.rst b/docs/man/zfsbootmenu.7.rst index 4c80a51f1..61e26a60c 100644 --- a/docs/man/zfsbootmenu.7.rst +++ b/docs/man/zfsbootmenu.7.rst @@ -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 ---------------------