]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(man): default value of rd.retry was increased to 180 seconds
authorAlexander Wenzel <alexander.wenzel@qbeyond.de>
Fri, 12 Nov 2021 05:58:05 +0000 (06:58 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 24 Nov 2021 09:55:51 +0000 (09:55 +0000)
The man page still states the old value of 30 seconds,
which does not reflect the current situation of 180 seconds.

man/dracut.cmdline.7.asc

index bb351f4e45733e554691f701e7a0ed7b6502423f..23f8b8d844ab258735a02db52751e15313a5e62c 100644 (file)
@@ -151,7 +151,7 @@ Misc
 
 **rd.retry=**__<seconds>__::
     specify how long dracut should retry the initqueue to configure devices.
-    The default is 30 seconds. After 2/3 of the time, degraded raids are force
+    The default is 180 seconds. After 2/3 of the time, degraded raids are force
     started. If you have hardware, which takes a very long time to announce its
     drives, you might want to extend this value.