]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysupdate: Update example mode to 644 instead of 444
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 4 Feb 2025 10:42:42 +0000 (11:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 4 Feb 2025 10:47:19 +0000 (11:47 +0100)
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

man/sysupdate.d.xml

index f9ad7cb64ae05f8b09f3c86bc0b987f107530867..25e7b5d035a03130ab80eea1e4338ceaa0d1aff1 100644 (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>