Merge branch 'fix-ar-attempts' into 'main'

Fix the type of the default definition of parameter "ar_attempts" (#266)

See merge request systemrescue/systemrescue-sources!178
This commit is contained in:
Francois Dupoux 2022-02-23 07:23:03 +00:00
commit 67016a450c
2 changed files with 6 additions and 1 deletions

View file

@ -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):
-------------------------------------------------------------------------------

View file

@ -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",
},