mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
add system update tools
This commit is contained in:
parent
c0bc10f434
commit
631e90c985
@ -37,7 +37,7 @@ rootfs()
|
||||
dd if=$backup_file of=$ROOTFS_DEV
|
||||
return 1
|
||||
fi
|
||||
|
||||
mkdir -p $TMP_MOUNT
|
||||
echo "Mount rootfs partition to $TMP_MOUNT"
|
||||
if ! mount $ROOTFS_DEV $TMP_MOUNT; then
|
||||
echo "Error: Unable to mount rootfs partition. Restore and quit"
|
||||
|
Loading…
Reference in New Issue
Block a user