]> git.plutz.net Git - rpi_small/blobdiff - config.example
allow apt-get upgrade to fail
[rpi_small] / config.example
index b38bde1a9931d24672039ccee4ae3419d84f3036..9bf5035fe27adf019b09977126ebbd0505de760b 100644 (file)
@@ -1,10 +1,20 @@
 # 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
-
-BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian
+# 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
 # PACKAGES := ${PACKAGES} foo bar ... additional packages
+
+# include xfce.mk
+# include ws5inch.mk
+
+# WIFI-SSID = 
+# WIFI-PASS =
+
+# PHONY: rootpass
+# ${IMGFILE}: rootpass
+# rootpass: imgmount root_copy
+#      -chroot "$<" usermod -p "$$(openssl passwd -salt "x$$RANDOM" password)" root