mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
import just the primary rpm gpg key
anaconda apparently fails now if the scriptlet fails which happens on 32 bit arm: Error There was an error running the kickstart script at line 28. This is a fatal error and installation will be aborted. The details of this error are: + LANG=en_US + echo '%_install_langs en_US' + echo 'Import RPM GPG key' Import RPM GPG key ++ rpm -q --qf '%{version}\n' fedora-release + releasever=27 ++ uname -i + basearch=armv7l + rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-armv7l error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-armv7l: import read failed(2). Press ENTER to exit: systemd-localed.service: Got notification message from PID 2286 (STOPPING=1) as all the rpms in f27 are signed by the sole key lets just import that Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
660c0f24ef
commit
89abaa8c89
@ -54,8 +54,7 @@ echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
||||
echo "Import RPM GPG key"
|
||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||
basearch=$(uname -i)
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||
|
||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user