diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-06-14 08:16:57 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-06-14 08:16:57 +0000 |
commit | be1789d78bcf1be0cc48cd036942969824dacfa5 (patch) | |
tree | d8883c84957d124c886d9a68030893af03491d15 /sys/man/8 | |
parent | 28709be9a68beaff12f7227f49fae1fc49be0660 (diff) |
kernel: bootrc: add bootloop=
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/plan9.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini index 8be2e4f47..8d9ad93a5 100644 --- a/sys/man/8/plan9.ini +++ b/sys/man/8/plan9.ini @@ -712,6 +712,12 @@ Suppress the prompt and use .I value as the answer instead. +.SS \fLbootloop=\fIvalue\fP +Always use +.I value +as the answer to the +.L bootargs +prompt, retrying if unsuccessful. .SS \fLrootdir=\fB/root/\fIdir\fP .SS \fLrootspec=\fIspec\fP Changes the mount arguments for the root file server |