]> git.plutz.net Git - rpi_small/blobdiff - config.example
improved rollout of some config files
[rpi_small] / config.example
index 345d2f4503bd43260bdab8e5e853cc4cf57c7467..fe7c4edda158278e59db03828a65d3639c0c96b1 100644 (file)
@@ -1,13 +1,27 @@
 # Name this file config.mk to override options from the main Makefile
 
 # 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\n\
-deb     http://archive.raspberrypi.org/debian stretch main\n
-endef
+define SOURCES = 
+# deb     http://raspbian.raspberrypi.org/raspbian stretch main non-free firmware rpi
+# deb     http://archive.raspberrypi.org/debian stretch main
+endef
 
 
-BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian
+# 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
 
 # PACKAGES := ${PACKAGES} foo bar ... additional packages
 
-# WIFI-SSID = 
-# WIFI-PASS =
+# 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