Rockchip: fix dosfslabel path in update.sh
This commit is contained in:
parent
88690c5c3d
commit
3b20b63568
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue