Generate INDIGO Sky Raspberry PI Image
Make sure you have installed required packages and docker as described in
pi-gen README.md.
./build_arm64.sh
The created image is named -indigosky-arm64.zip
./build_armhf.sh
The created image is named -indigosky-armhf.zip
Images contain several customizations:
- Filesystem is expanded.
- User 'indigo' with password 'indigo' is created.
- APT source list of INDIGO is added and latest INDIGO package is installed.
- INDIGO process started via systemd as user indigo.
- WiFi access point with SSID 'indigosky' and password 'indigosky' is created.
- SSH daemon is started.
- Sudo commands as user 'indigo' without password.