diff options
| author | songyanchao <[email protected]> | 2023-06-25 04:56:04 -0400 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-06-25 04:56:04 -0400 |
| commit | 4a5c1a4a9dc326bf92789dade99a95ff24b957fe (patch) | |
| tree | c8318e9ac3aa4cf601336276da40b44572ff3fb6 /tools | |
| parent | 9168f4cd2ce13ffb50cb91f1d9c2fc582c958731 (diff) | |
🐞 fix: 修复TSG-OS在build base image过程中安装OFED问题
修复TSG-OS在build base image过程中安装OFED问题
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/mk-base-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mk-base-image b/tools/mk-base-image index 68255e56..ba078fa6 100755 --- a/tools/mk-base-image +++ b/tools/mk-base-image @@ -67,7 +67,7 @@ set -ex yum -c "$yum_config" --installroot="$target" -y makecache -yum -c "$yum_config" --installroot="$target" -y --setopt=$setopt install $base_package_to_install +yum -c "$yum_config" --installroot="$target" -y --setopt=$setopt install $base_package_to_install --disablerepo='ofed' yum -c "$yum_config" --installroot="$target" -y --setopt=$setopt install $append_package_to_install #if [ $profile_id == "TSG-X-NXR620G40-R01-P0804" ];then |
