You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/man/zfsbootmenu.7.rst
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ These options are set on the kernel command line when booting the initramfs or U
35
35
If a literal *!!* has been appended to the pool name, ZFSBootMenu will insist on successfully importing the named pool and no others.
36
36
37
37
38
-
**zbm.import_delay=<time>**
38
+
**zbm.retry_delay=<time>**
39
39
40
-
Should ZFSBootMenu fail to successfully import any pool, it will repeat import attempts indefinitely until at least one pool can be imported or the user chooses to drop to a recovery shell. Each subsequent attempt will proceed after a delay of **<time>** seconds. When **<time>** is unspecified or is anything other than a positive integer, a default value of 5 seconds will be used.
40
+
This option determines the interval between repeated attempts of required steps. When **<time>** is unspecified or is anything other than a positive integer, a default value of 5 seconds will be used. Should ZFSBootMenu fail to successfully import any pool, it will repeat import attempts indefinitely until at least one pool can be imported or the user chooses to drop to a recovery shell. Additionally, should any required devices be configured via **zbm.wait_for**, device checks will repeat on this interval.
41
41
42
42
**zbm.import_policy**
43
43
@@ -143,13 +143,13 @@ These options are set on the kernel command line when booting the initramfs or U
143
143
144
144
Enable automatic font resizing of the kernel console to normalize the apparent resolution for both low resolution and high resolution displays. This option is enabled by default.
145
145
146
-
**zbm.waitfor=device,device,...**
146
+
**zbm.wait_for=device,device,...**
147
147
148
148
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
149
149
150
150
**/dev/disk/by-TYPE/VALUE**
151
151
152
-
The use of full device paths other than descendants of **/dev/disk/** is fragile and should be avoided.
152
+
The use of full device paths other than descendants of **/dev/disk/** is fragile and should be avoided. The delay interval between device checks can be controlled by **zbm.retry_delay**.
0 commit comments