X-Git-Url: http://git.plutz.net/?p=rpi_small;a=blobdiff_plain;f=config.example;h=9bf5035fe27adf019b09977126ebbd0505de760b;hp=345d2f4503bd43260bdab8e5e853cc4cf57c7467;hb=28a2eadda267e3d45823a6f730381b4434d0c063;hpb=63f5365f3c59d3a757a3184e254fecc936a1fd56 diff --git a/config.example b/config.example index 345d2f4..9bf5035 100644 --- a/config.example +++ b/config.example @@ -1,13 +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