mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-01 18:53:48 +01:00
Fix the type of the default definition of parameter "ar_attempts" (#266)
This commit is contained in:
parent
bd5a7ffca8
commit
860df60dab
|
|
@ -1,6 +1,11 @@
|
|||
SystemRescue ChangeLog
|
||||
======================
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
9.02 (YYYY-MM-DD):
|
||||
-------------------------------------------------------------------------------
|
||||
* Fix the type of the default definition of parameter "ar_attempts" (#266)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
9.01 (2022-02-10):
|
||||
-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ config = {
|
|||
['ar_nowait'] = false,
|
||||
['ar_nodel'] = false,
|
||||
['ar_ignorefail'] = false,
|
||||
['ar_attempts'] = false,
|
||||
['ar_attempts'] = 1,
|
||||
['ar_source'] = "",
|
||||
['ar_suffixes'] = "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue