From a0e22858eb9a28454be642ab9844d9c4e7c62649 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 16 Dec 2021 13:03:17 +0800 Subject: [PATCH] update uboot 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