From 0cea4f0a61cdcc6a16f54335894cc679b267b1ca Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 16 Dec 2021 13:05:33 +0800 Subject: [PATCH] update linux patch --- 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