From f8478fd4e0e19036603ba72b1d854d30abbf1263 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 15 Dec 2021 22:22:13 +0800 Subject: [PATCH] update rootfs build shell script for debian --- 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