You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
archlinux.ipxe: do not perform GPG signature verification for the root file system image
Now that there have been three ISO releases with OpenSSL signed root file
system image, the GPG-based verification option `verify=y` can be removed.
Doing this will allow releasing official ISOs without a GPG signed root
file system image. The past few ISOs have been signed with an "Ephemeral
Signing Key", so nothing of value will be lost.
This was done because it is complicated to run `mkarchiso` as root while
passing it the user's GPG keys.
The envisioned future automated release process would also benefit by not
tangling itself with GPG and only rely on code signing certificates.
Follow-up to commit 248908d
0 commit comments