mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Increase SD image size to 3GiB
This commit is contained in:
parent
6a001a15df
commit
1ebd86c1a2
@ -25,7 +25,7 @@ for i in $(seq 1 6); do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
dd if=/dev/zero of=${IMG} bs=1M count=2048
|
dd if=/dev/zero of=${IMG} bs=1M count=3072
|
||||||
|
|
||||||
START1=2048
|
START1=2048
|
||||||
SECTORS1=$((1024 * 1024 * 64 / 512))
|
SECTORS1=$((1024 * 1024 * 64 / 512))
|
||||||
|
Loading…
Reference in New Issue
Block a user