X-Git-Url: http://git.plutz.net/?p=rpi_small;a=blobdiff_plain;f=config.example;h=fe7c4edda158278e59db03828a65d3639c0c96b1;hp=8f026545c042b0625b8a42e5b2c14bfd88f83110;hb=dd95be3d806b5ff3aaaff23d926b1f9b3d92fe3a;hpb=4bb200e9c0d07b49a199f865bd9b0cd66a818a1f diff --git a/config.example b/config.example index 8f02654..fe7c4ed 100644 --- a/config.example +++ b/config.example @@ -1,18 +1,27 @@ # 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 +# 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 -# 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 -1 -salt aaa password)" root +# -chroot "$<" usermod -p "$$(openssl passwd -salt "x$$RANDOM" password)" root