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: v258-rc1~1428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e470e1cc32776f7b57f57640193d6dd0df97a5b;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 --- diff --git a/man/sysupdate.d.xml b/man/sysupdate.d.xml index f9ad7cb64ae..25e7b5d035a 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