forked from srbala/fedora-kickstarts
Enable ELN only repositories in ELN container.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
e3284c395b
commit
356cc544f8
@ -16,6 +16,8 @@ autopart --noboot --nohome --noswap --nolvm
|
|||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
fedora-release-container
|
fedora-release-container
|
||||||
|
dnf-plugins-core
|
||||||
|
fedora-repos-eln
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
glibc-minimal-langpack
|
glibc-minimal-langpack
|
||||||
@ -90,7 +92,10 @@ echo 'LANG="C.UTF-8"' > /etc/locale.conf
|
|||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-primary
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-33-primary /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-34-primary
|
||||||
|
|
||||||
|
# Disable conflicting repositories.
|
||||||
|
dnf config-manager --disable eln-modular "*rawhide*" "*cisco*"
|
||||||
|
|
||||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user