]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
arch: Modify SigLevel to pacman default
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 23 Aug 2022 13:04:49 +0000 (15:04 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 27 Aug 2022 08:37:33 +0000 (10:37 +0200)
Let's use the same default as pacman uses in Arch

NEWS.md
mkosi/__init__.py

diff --git a/NEWS.md b/NEWS.md
index 03f0746439b3a5015f371459828adf39ef801d05..6b6d5baf8a441a745018db253f072ee79bbd8d61 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -19,6 +19,9 @@ and mkosi.conf.d/ respectively. The old names (mkosi.default and mkosi.default.d
 been removed from the docs but are still supported for backwards compatibility.
 - `plain_squashfs` type images will now also be named with a `.raw` suffix.
 - `tar` type images will now respect the `--compress` option.
+- Pacman's `SigLevel` option was changed to use the same default value as used on Arch
+which is `SigLevel = Required DatabaseOptional`. If this results in keyring errors,
+you need to update the keyring by running `pacman-key --populate archlinux`.
 
 ## v13
 
index c4d744bc035e15cf2d68476b9c9e5e766b0abafa..892683b86a86ef8e406d46c0b9b190b7f14d64c8 100644 (file)
@@ -2728,7 +2728,7 @@ def install_arch(args: MkosiArgs, root: Path, do_run_build_script: bool) -> None
                 Architecture = auto
                 Color
                 CheckSpace
-                SigLevel = Required DatabaseOptional TrustAll
+                SigLevel = Required DatabaseOptional
                 ParallelDownloads = 5
 
                 [core]