summaryrefslogtreecommitdiff
path: root/bin/write-image
blob: 00915801a4c804a00526989604e778b736f2a9d3 (plain)
1
2
3
4
#!/usr/bin/env bash

# Make sure you have GNU dd as it supports much larger block sizes
sudo gdd if=$1 of=$2 bs=4M status=progress conv=fsync