1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-29 07:12:12 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
DanyLE
631e90c985 add system update tools 2023-08-02 18:07:55 +02:00

View File

@@ -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"