diff --git a/script/step/make_iso_everything.sh b/script/step/make_iso_everything.sh index fd18c04aef3ba3e0bbc31c02b3f8d46b6741d020..eb0d81131ec2d07214f6de3970ce8d21dae30fc2 100644 --- a/script/step/make_iso_everything.sh +++ b/script/step/make_iso_everything.sh @@ -36,8 +36,9 @@ function make_iso_everything_inchroot() if rpm -q lorax &> /dev/null; then yum remove lorax -y fi - - yum install oemaker lorax -y -c "${yum_conf}" + wget http://119.3.219.20:88/mkb/test/binaries/oemaker-2.0.0-1.oe1.${ARCH}.rpm + yum install genisoimage lorax -y -c "${yum_conf}" + rpm -ivh oemaker-2.0.0-1.oe1.${ARCH}.rpm cd /opt/oemaker rpmsnames=`cat ${UNABLE_INSTALL_LIST}` for rpmsname in $rpmsnames