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 |
|
|