vim/.vim/tmp
David Thurstenson 49e06dab0d initial commit 2016-01-20 10:52:38 -06:00
..
.#wimboothttpd.servicea648cd6342256bac~ initial commit 2016-01-20 10:52:38 -06:00
.tmux.conf~ initial commit 2016-01-20 10:52:38 -06:00
.vimrc~ initial commit 2016-01-20 10:52:38 -06:00
.xinitrc~ initial commit 2016-01-20 10:52:38 -06:00
COMMIT_EDITMSG~ initial commit 2016-01-20 10:52:38 -06:00
README.md~ initial commit 2016-01-20 10:52:38 -06:00
config~ initial commit 2016-01-20 10:52:38 -06:00
debconf.conf~ initial commit 2016-01-20 10:52:38 -06:00
known_hosts~ initial commit 2016-01-20 10:52:38 -06:00

README.md~

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`