# Name this file config.mk to override options from the main Makefile # define SOURCES = # deb http://raspbian.raspberrypi.org/raspbian stretch main non-free firmware rpi # deb http://archive.raspberrypi.org/debian stretch main # endef # define WIFI_CFG = # auto wlan0 # allow-hotplug wlan0 # # iface wlan0 inet dhcp # wpa-ssid "SSID" # wpa-psk "PASS" # endef # BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian # PACKAGES := ${PACKAGES} foo bar ... additional packages # include xfce.mk # include ws5inch.mk # include gyro.mk # PHONY: rootpass # ${IMGFILE}: rootpass # rootpass: imgmount root_copy # -chroot "$<" usermod -p "$$(openssl passwd -salt "x$$RANDOM" password)" root