From dd0fea8fb84c6e0fc99ca9be6ac5490d0a323b26 Mon Sep 17 00:00:00 2001 From: miao_kaibo Date: Thu, 6 May 2021 22:46:04 +0800 Subject: [PATCH] test --- script/step/make_iso_everything.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/step/make_iso_everything.sh b/script/step/make_iso_everything.sh index fd18c04..eb0d811 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 -- Gitee