🎈 perf(TSG-11030): 添加 /proc umount 操作

添加 /proc umount 操作
This commit is contained in:
songyanchao
2022-06-20 21:52:54 -04:00
parent 0cffeacd43
commit 718e774f75

View File

@@ -55,6 +55,7 @@ sysroot-ansible: sysroot-verfile sysroot-base
cp /etc/hosts $(TARGET_SYSROOT_DIR)/etc/ -r
$(TOOLSDIR)/ansible-HAL $(PROFILE_ID) $(PROJECTDIR) $(TARGET_SYSROOT_DIR) /tmp/yum-RockyLinux-8.conf
cp $(TARGET_SYSROOT_DIR)/tmp/hosts $(TARGET_SYSROOT_DIR)/etc/ -r
umount $(TARGET_SYSROOT_DIR)/proc
sysroot-cleanup:
rm -rf $(TARGET_SYSROOT_DIR)/tmp/*