From 317b635e67ad6fc6d97f1eb52cecdd620e3bcc4d Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 15 Dec 2021 22:18:31 +0800
Subject: [PATCH] update rootfs, kernel, image build shell script

---
 bsp/images/build.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bsp/images/build.sh b/bsp/images/build.sh
index 9e38993..ad0247a 100755
--- a/bsp/images/build.sh
+++ b/bsp/images/build.sh
@@ -165,6 +165,7 @@
 
     mount -t ext4 /dev/mapper/${LOOP_DEV}p2 ${MNT_POINT}
     tar -xjf ${ROOTFS_TAR} -C ${MNT_POINT} && sync
+    chown -R root.root ${MNT_POINT} && sync
 
     umount ${MNT_POINT}
 }

--
Gitblit v1.9.1