#!/bin/bash mkfs -t ext4 /dev/mmcblk0p2 mount -onoatime /dev/mmcblk0p2 /mnt rsync -a image/ /mnt/ sync umount /mnt echo Done beep