Skip to content

3dasd/pidock

 
 

Repository files navigation

3dasd Raspbian image builder

This was forked from pidock. See the original readme there.

Usage

See the original readme for prerequisites: https://github.com/eringr/pidock

Download a base Raspbian image from https://www.raspberrypi.org/software/ and place it into the root of the repo as raspbian.img.

Run the following replacing YOUR-DEVICE with your SD card's device:

./pidock.py all --dev /dev/YOUR-DEVICE

Advanced usage

The "official" image doesn't include any Wifi settings but you could bake your network details into the image with:

./pidock.py all --dev /dev/YOUR-DEVICE --wpa-ssid YOUR-SSID --wpa-pass YOUR-PASSWORD

Warning! These will also show up in the standard output of the pidock process, be careful if you're saving that log!

About

This is our fork of pidock that's used to create the 3dasd base Raspbian image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 63.5%
  • Python 23.3%
  • Dockerfile 13.2%