diff --git a/config/rpm.list b/config/rpm.list index 6cc2bf3d2a4459dbeb4e4a6c9ae0149e2b180937..0091424cb163a5b996dff496151bcff731994ec2 100644 --- a/config/rpm.list +++ b/config/rpm.list @@ -236,3 +236,63 @@ yelp-tools yelp-xsl yum zenity +numactl-debuginfo +numactl-libs +numactl-debugsource +file +passwd +which +hostname +procps +iproute +make +acl +gcc-c++ +gcc +glibc +openssl +sudo +sqlite +wget +lsof +unzip +gzip +expect +libcap +rpm-build +e2fsprogs +crontabs +pcre +pcre-devel +zlib +zlib-devel +openssl-devel +pcre-tools +pcre2-devel +alsa-lib +libdrm +libgbm +nspr +nss +nss-util +libxkbfile +xdg-utils +perf +dmidecode +sysstat +numactl +libffi-devel +libunwind +strace +pciutils +lsscsi +initscripts +policycoreutils +ethtool +rsyslog +traceroute +tcpdump +fio +ipmitool +libaio-devel +numactl-devel \ No newline at end of file diff --git a/scripts/install_devkit.sh b/scripts/install_devkit.sh index f63bcdaf6a6945082e6110d20cdb4bdc465c9162..0f90364ae8a749a87fdc244b45c048ffd5cf9f4e 100644 --- a/scripts/install_devkit.sh +++ b/scripts/install_devkit.sh @@ -18,8 +18,8 @@ execute_user="openEuler" function install_kitdeps() { - echo yum --releasever ${RELEASEVER} --forcearch ${ARCH} --installroot=${ROOTFS}/ install ${KIT_DEPS} -y -c "${YUM_CONF}" - yum --releasever ${RELEASEVER} --forcearch ${ARCH} --installroot=${ROOTFS}/ install ${KIT_DEPS} -y -c "${YUM_CONF}" + #echo yum --releasever ${RELEASEVER} --forcearch ${ARCH} --installroot=${ROOTFS}/ install ${KIT_DEPS} -y -c "${YUM_CONF}" + #yum --releasever ${RELEASEVER} --forcearch ${ARCH} --installroot=${ROOTFS}/ install ${KIT_DEPS} -y -c "${YUM_CONF}" if [ ! -d ${DEVKIT_ROOT} ]; then pushd ${OUTPUT}