]> git.plutz.net Git - rpi_small/blobdiff - config.example
allow hooking of additional receipes
[rpi_small] / config.example
index 345d2f4503bd43260bdab8e5e853cc4cf57c7467..8f026545c042b0625b8a42e5b2c14bfd88f83110 100644 (file)
@@ -1,13 +1,18 @@
 # 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\n\
+deb     http://archive.raspberrypi.org/debian stretch main\n
+endef
 
-BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian
+BOOTSTRAP := http://raspbian.raspberrypi.org/raspbian
 
 # PACKAGES := ${PACKAGES} foo bar ... additional packages
 
 # WIFI-SSID = 
 # WIFI-PASS =
+
+# PHONY: rootpass
+# ${IMGFILE}: rootpass
+# rootpass: imgmount root_copy
+#      -chroot "$<" usermod -p "$(openssl passwd -1 -salt aaa password)" root