39 |
|
|
40 |
PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \ |
PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \ |
41 |
--product "$distname" \ |
--product "$distname" \ |
42 |
--version "$distrel.0" \ |
--version "${distvers/[^0-9.]*/}" \ |
43 |
--release "$distname" \ |
--release "$distname" \ |
44 |
--prodpath SME \ |
--prodpath SME \ |
45 |
--pkgorder pkgorder.$distarch \ |
--pkgorder pkgorder.$distarch \ |
56 |
fi |
fi |
57 |
done |
done |
58 |
|
|
59 |
sed '/^cat .*pluginconf.d\/fedorakmod.conf.*<<.*EOF/,/^EOF$/s@^enabled.*@enabled = 0@' \ |
sed "/installforallkernels/ised -i 's|\\\\(enabled\\\\) = 1|\\\\1 = 0|' \$DEST/etc/yum/pluginconf.d/kmod.conf" \ |
60 |
/usr/lib/anaconda-runtime/upd-instroot > upd-instroot |
/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 |
|
|
64 |
PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \ |
PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \ |
65 |
--product "$distname" \ |
--product "$distname" \ |
66 |
--version "$distrel.0" \ |
--version "${distvers/[^0-9.]*/}" \ |
67 |
--release "$distname" \ |
--release "$distname" \ |
68 |
--prodpath SME \ |
--prodpath SME \ |
69 |
--bugurl http://bugs.contribs.org/ \ |
--bugurl http://bugs.contribs.org/ \ |