diff --git a/script/config/unable_install_list b/script/config/unable_install_list index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d972f0a779ee54a50f2955363d171993addd25f5 100644 --- a/script/config/unable_install_list +++ b/script/config/unable_install_list @@ -0,0 +1,33 @@ +mailman +python3-lazr.config +python3-lazr.delegates +oscilloscope +pacemaker-nagios-plugins-metadata +protobuf2-emacs-el +python3-nni +python3-spec +texlive-babel-vietnamese +texlive-biblatex-apa +texlive-collection-bibtexextra +texlive-collection-binextra +texlive-collection-fontsextra +texlive-oldstandard +texlive-collection-fontsextra +texlive-collection-fontutils +texlive-collection-humanities +texlive-lexikon +texlive-collection-langother +texlive-babel-vietnamese +texlive-collection-latexextra +texlive-exceltex +texlive-collection-mathscience +texlive-includernw +texlive-ctanupload +texlive-latexindent +texlive-scheme-full +texlive-scheme-gust +texlive-scheme-medium +texlive-scheme-tetex +vte-devel +wireless-tools +wireless-tools-devel diff --git a/script/step/make_iso.sh b/script/step/make_iso.sh index 419b22b9f3d705ecaf608402864f4b1f6db46ef2..d6f299e7d8dd40247a52e76332796bb46e173d04 100644 --- a/script/step/make_iso.sh +++ b/script/step/make_iso.sh @@ -36,6 +36,7 @@ function make_iso_inchroot() fi yum install oemaker lorax -y -c "${yum_conf}" cd /opt/oemaker + #sed -i 's/--resolve//g' rpm.sh REPOS=`echo "${OBS_STANDARD_REPO_URL} ${OBS_STANDARD_THIRD_REPO_URL}" | sed 's/[ \t]*$//g'` set +e num=0 diff --git a/script/step/make_iso_everything.sh b/script/step/make_iso_everything.sh index 94e4178f8a02a4ee522763900475e8c0cb3afc2d..af918bf26db2df92191061efde822a98127d536b 100644 --- a/script/step/make_iso_everything.sh +++ b/script/step/make_iso_everything.sh @@ -39,6 +39,7 @@ function make_iso_everything_inchroot() yum install oemaker lorax -y -c "${yum_conf}" cd /opt/oemaker + #sed -i 's/--resolve//g' rpm.sh rpmsnames=`cat ${UNABLE_INSTALL_LIST}` for rpmsname in $rpmsnames do