mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-07-31 05:00:42 +02:00
add system update tools
This commit is contained in:
@ -37,7 +37,7 @@ rootfs()
|
|||||||
dd if=$backup_file of=$ROOTFS_DEV
|
dd if=$backup_file of=$ROOTFS_DEV
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
mkdir -p $TMP_MOUNT
|
||||||
echo "Mount rootfs partition to $TMP_MOUNT"
|
echo "Mount rootfs partition to $TMP_MOUNT"
|
||||||
if ! mount $ROOTFS_DEV $TMP_MOUNT; then
|
if ! mount $ROOTFS_DEV $TMP_MOUNT; then
|
||||||
echo "Error: Unable to mount rootfs partition. Restore and quit"
|
echo "Error: Unable to mount rootfs partition. Restore and quit"
|
||||||
|
Reference in New Issue
Block a user