Rockchip: fix dosfslabel path in update.sh

This commit is contained in:
spycat88 2024-04-08 20:56:50 +01:00
parent 88690c5c3d
commit 3b20b63568

View file

@ -111,7 +111,7 @@ elif [ -f $SYSTEM_ROOT/usr/share/bootloader/resource.img ]; then
fi
# Update system partition label to ROCKNIX
[ ! -z "$(blkid | grep JELOS)" ] && dosfslabel $BOOT_PART ROCKNIX
[ ! -z "$(blkid | grep JELOS)" ] && ${SYSTEM_ROOT}/usr/sbin/dosfslabel $BOOT_PART ROCKNIX
# mount $BOOT_ROOT ro
sync