From: Daan De Meyer Date: Tue, 4 Feb 2025 10:42:42 +0000 (+0100) Subject: sysupdate: Update example mode to 644 instead of 444 X-Git-Tag: v257.3~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7358b67ad1e2eb865bd5628ff6c20a13439ff3d0;p=thirdparty%2Fsystemd.git 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 (cherry picked from commit 0e470e1cc32776f7b57f57640193d6dd0df97a5b) --- diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index bec423705c7..5f108dacb11 100644 --- a/man/sysupdate.d.xml +++ b/man/sysupdate.d.xml @@ -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