]> git.plutz.net Git - rpi_small/blob - config.example
group permissions for videocore acceleration for local user
[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 # define WIFI_CFG =
9 # auto wlan0
10 # allow-hotplug wlan0
11
12 # iface wlan0 inet dhcp
13 #         wpa-ssid        "SSID"
14 #         wpa-psk         "PASS"
15 # endef
16
17 # BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian
18 # PACKAGES := ${PACKAGES} foo bar ... additional packages
19
20 # include xfce.mk
21 # include ws5inch.mk
22 # include gyro.mk
23
24 # PHONY: rootpass
25 # ${IMGFILE}: rootpass
26 # rootpass: imgmount root_copy
27 #       -chroot "$<" usermod -p "$$(openssl passwd -salt "x$$RANDOM" password)" root