fedora: disable adobe repo in default template (#828)
This commit is contained in:
parent
93cea2c93f
commit
634ddcb764
@ -3,5 +3,9 @@
|
||||
INSTALLDIR=$PWD/mnt
|
||||
|
||||
rpm -i --root=$INSTALLDIR $SCRIPTSDIR/3rd_party_software/adobe-release-x86_64-*.noarch.rpm || exit 1
|
||||
rpm --import --root=$INSTALLDIR mnt/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
|
||||
yum install -c $PWD/yum.conf $YUM_OPTS -y --installroot=$INSTALLDIR flash-plugin || exit 1
|
||||
if [ "$TEMPLATE_FLAVOR" == "fullyloaded" ]; then
|
||||
rpm --import --root=$INSTALLDIR mnt/etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
|
||||
yum install -c $PWD/yum.conf $YUM_OPTS -y --installroot=$INSTALLDIR flash-plugin || exit 1
|
||||
else
|
||||
yum-config-manager --installroot=$INSTALLDIR --disable adobe-linux-x86_64 > /dev/null
|
||||
fi
|
||||
|
1
scripts_fedora/packages_fc20_default.list
Symbolic link
1
scripts_fedora/packages_fc20_default.list
Symbolic link
@ -0,0 +1 @@
|
||||
packages_fc20.list
|
Loading…
Reference in New Issue
Block a user