]> git.plutz.net Git - rpi_small/blob - config.example
allow hooking of additional receipes
[rpi_small] / config.example
1 # Name this file config.mk to override options from the main Makefile
2
3 # define SOURCES = 
4 # deb     http://raspbian.raspberrypi.org/raspbian stretch main non-free firmware rpi\n\
5 # deb     http://archive.raspberrypi.org/debian stretch main\n
6 # endef
7
8 # BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian
9
10 # PACKAGES := ${PACKAGES} foo bar ... additional packages
11
12 # WIFI-SSID = 
13 # WIFI-PASS =
14
15 # PHONY: rootpass
16 # ${IMGFILE}: rootpass
17 # rootpass: imgmount root_copy
18 #       -chroot "$<" usermod -p "$(openssl passwd -1 -salt aaa password)" root