Apply this patch (or get updated sources from my repo):
--- a/scripts_fedora/add_3rd_party_software.sh
+++ b/scripts_fedora/add_3rd_party_software.sh
@@ -7,5 +7,5 @@ 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
+ yum-config-manager -c $PWD/yum.conf --installroot=$INSTALLDIR --disable
adobe-linux-x86_64 > /dev/null
fi
--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?