]> git.plutz.net Git - rpi_small/blob - config.example
allow apt-get upgrade to fail
[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
5 # deb     http://archive.raspberrypi.org/debian stretch main
6 # endef
7
8 # BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian
9 # PACKAGES := ${PACKAGES} foo bar ... additional packages
10
11 # include xfce.mk
12 # include ws5inch.mk
13
14 # WIFI-SSID = 
15 # WIFI-PASS =
16
17 # PHONY: rootpass
18 # ${IMGFILE}: rootpass
19 # rootpass: imgmount root_copy
20 #       -chroot "$<" usermod -p "$$(openssl passwd -salt "x$$RANDOM" password)" root