bsp/images/build.sh
@@ -167,7 +167,10 @@ 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 if [ $SYSTEM != debian ] ;then chown -R root.root ${MNT_POINT} && sync fi umount ${MNT_POINT} }