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:
Daan De Meyer
2025-02-04 11:42:42 +01:00
committed by Lennart Poettering
parent b1e5a7aa3f
commit 0e470e1cc3

View File

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