X-Git-Url: http://git.plutz.net/?p=rpi_small;a=blobdiff_plain;f=config.example;h=8f026545c042b0625b8a42e5b2c14bfd88f83110;hp=b38bde1a9931d24672039ccee4ae3419d84f3036;hb=4bb200e9c0d07b49a199f865bd9b0cd66a818a1f;hpb=fba71afea1684a9d83484a8ccbebe8a24bea6da4 diff --git a/config.example b/config.example index b38bde1..8f02654 100644 --- a/config.example +++ b/config.example @@ -1,10 +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