mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-20 14:37:58 -04:00
Set 2 tries before an image is marked bad
Prevents images prematurely being marked bad, which puts them at the bottom of the boot order list. See https://invent.kde.org/kde-linux/kde-linux/-/issues/471#note_1452066
This commit is contained in:
committed by
Nate Graham
parent
be8ac1766f
commit
71bd5a999f
@@ -22,6 +22,6 @@ MatchPattern=kde-linux_@v+@l-@d.efi \
|
||||
kdeos_@v+@l.efi \
|
||||
kdeos_@v.efi
|
||||
Mode=0644
|
||||
TriesLeft=1
|
||||
TriesLeft=2
|
||||
TriesDone=0
|
||||
InstancesMax=4
|
||||
|
||||
Reference in New Issue
Block a user