From 0cffeacd43fa5e9b7bb8d1424d55770e2ec251ee Mon Sep 17 00:00:00 2001 From: songyanchao Date: Mon, 20 Jun 2022 05:05:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(TSG-11030):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=200804=20OFED=E7=BC=96=E8=AF=91=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化TSGXNXR620G40R01P0804版本OFED编译时间 --- make/Makefile.TSGXNXR620G40R01P0804 | 1 + 1 file changed, 1 insertion(+) diff --git a/make/Makefile.TSGXNXR620G40R01P0804 b/make/Makefile.TSGXNXR620G40R01P0804 index b3c51e97..614ee60d 100644 --- a/make/Makefile.TSGXNXR620G40R01P0804 +++ b/make/Makefile.TSGXNXR620G40R01P0804 @@ -48,6 +48,7 @@ sysroot-verfile: sysroot-base sed -i -e "s/^PRETTY_NAME=.*/PRETTY_NAME=\"TSG-OS $(OS_RELEASE_VER) ($(PROFILE_ID_IN_SHORT))\"/" $(TARGET_SYSROOT_DIR)/usr/lib/os-release sysroot-ansible: sysroot-verfile sysroot-base + mount --bind /proc $(TARGET_SYSROOT_DIR)/proc cp $(CONFDIR)/yum-RockyLinux-8.conf $(TARGET_SYSROOT_DIR)/tmp/ -r cp $(CONFDIR)/resolv.conf $(TARGET_SYSROOT_DIR)/etc/ -r cp $(TARGET_SYSROOT_DIR)/etc/hosts $(TARGET_SYSROOT_DIR)/tmp/ -r