56 |
fi |
fi |
57 |
done |
done |
58 |
|
|
59 |
sed "/installforallkernels/ised -i 's|\\\\(enabled\\\\) = 1|\\\\1 = 0|' \$DEST/etc/yum/pluginconf.d/kmod.conf" \ |
sed -e "/installforallkernels/ised -i 's|\\\\(enabled\\\\) = 1|\\\\1 = 0|' \$DEST/etc/yum/pluginconf.d/kmod.conf" \ |
60 |
/usr/lib/anaconda-runtime/upd-instroot > upd-instroot |
-e 's|^usr/\(.*/libz.*\)|&\n\1|' /usr/lib/anaconda-runtime/upd-instroot > upd-instroot |
61 |
chmod 755 upd-instroot |
chmod 755 upd-instroot |
62 |
sudo chown root:root upd-instroot |
sudo chown root:root upd-instroot |
63 |
|
|
68 |
--prodpath SME \ |
--prodpath SME \ |
69 |
--bugurl http://bugs.contribs.org/ \ |
--bugurl http://bugs.contribs.org/ \ |
70 |
$(pwd)/$distarch/ |
$(pwd)/$distarch/ |
71 |
|
sed -i 's/ALL/1/' $distarch/.discinfo |
72 |
|
|
73 |
rm -rf $distarch/buildinstall.tree.*/ |
rm -rf $distarch/buildinstall.tree.*/ |
74 |
sudo rm upd-instroot |
sudo rm upd-instroot |