indigo-astronomy / indigosky

RPi images
8 stars 3 forks source link

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:

  1. Filesystem is expanded.
  2. User 'indigo' with password 'indigo' is created.
  3. APT source list of INDIGO is added and latest INDIGO package is installed.
  4. INDIGO process started via systemd as user indigo.
  5. WiFi access point with SSID 'indigosky' and password 'indigosky' is created.
  6. SSH daemon is started.
  7. Sudo commands as user 'indigo' without password.