mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
sysupdate: Update example mode to 644 instead of 444
The UKI file has to be writable to be able to do boot counting in the UEFI firmware which involves renaming the file by writing to the file metadata which requires the file to be writable in the FAT filesystem. Fixes #36170
This commit is contained in:
committed by
Lennart Poettering
parent
b1e5a7aa3f
commit
0e470e1cc3
@@ -977,7 +977,7 @@ PathRelativeTo=boot
|
||||
MatchPattern=foobarOS_@v+@l-@d.efi \
|
||||
foobarOS_@v+@l.efi \
|
||||
foobarOS_@v.efi
|
||||
Mode=0444
|
||||
Mode=0644
|
||||
TriesLeft=3
|
||||
TriesDone=0
|
||||
InstancesMax=2</programlisting></para>
|
||||
|
||||
Reference in New Issue
Block a user