After a fresh image:
Setup Wifi and/or Ethernet:
Update package manager:
OPTIONAL: Audio, although its kind of crappy to use audio out:
Install other required software:
TODO: Grab code from git which could do the rest of the setup
TODO: Enter personalized configuration
Create a rc.local in /etc:
/usr/bin/sleep 10
create a /usr/lib/systemd/scripts/rclocal.service:
[Unit]
Description=Traditional rc.local
[Service]
Type=oneshot
ExecStart=/bin/sh -c "/etc/rc.local"
[Install]
WantedBy=multi-user.target
chmod +x rclocal.service
systemctl enable /usr/lib/systemd/scripts/rclocal.service