2016-01-20 15:41:31 -06:00
..
2016-01-20 15:41:31 -06:00
2016-01-20 15:41:31 -06:00
2016-01-20 10:52:38 -06:00
2016-01-20 10:52:38 -06:00
2016-01-20 15:41:31 -06:00
2016-01-20 15:41:31 -06:00
2016-01-20 10:52:38 -06:00
2016-01-20 10:52:38 -06:00
2016-01-20 15:41:31 -06:00
2016-01-20 10:52:38 -06:00
2016-01-20 15:41:31 -06:00
2016-01-20 15:41:31 -06:00
2016-01-20 10:52:38 -06:00

Raspberry Pi Images
====================


Capturing Images
---------

`dd if=/dev/sdx bs=4M | bzip2 > cardsize.m.d.y.bz2`

Where:

- `sdx` = *device* name
- `cardsize` = size of the SD card intended to be used
- `m.d.y` = date in month.day.year format


Deploying Images
---------------

`bunzip2 -c cardsize.m.d.y.bz2 | dd bs=4M of=/dev/sdx`