mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-12-26 18:58:20 +01:00
add system update tools
This commit is contained in:
parent
2f3f3699b3
commit
5004ec3efa
@ -51,6 +51,14 @@ rootfs()
|
|||||||
dd if=$backup_file of=$ROOTFS_DEV
|
dd if=$backup_file of=$ROOTFS_DEV
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
echo "Patch /etc/fstab"
|
||||||
|
cat << EOF >> $TMP_MOUNT/etc/fstab
|
||||||
|
|
||||||
|
/dev/mmcblk0p1 /boot vfat defaults 0 0
|
||||||
|
/dev/mmcblk0p3 /var/etc ext4 defaults 0 0
|
||||||
|
/dev/mmcblk0p4 /home ext4 defaults 0 0
|
||||||
|
|
||||||
|
EOF
|
||||||
sync
|
sync
|
||||||
echo "Unmount the rootfs partition"
|
echo "Unmount the rootfs partition"
|
||||||
umount $TMP_MOUNT
|
umount $TMP_MOUNT
|
||||||
|
Loading…
Reference in New Issue
Block a user