release=stretch
## Comma separated list of config modules from modules/ directory
-modules=approx,remo2hbo,autoresize
+modules=approx,remo2hbo,autoresize,display_ws5inch
## Hostname for the generated machine
hostname=oktopus
#wifi=berlin.freifunk.net
# wifi=MyWiFi
# wifipass=P4ssW0rD
-wifi="funky Kater"
-wifipass="katerholzig"
+# wifi=funky Kater
+# wifipass=katerholzig
+wifi=Layer9
+wifipass=AllePriesterSaufenTequilaNachDerPredigt
## Timezone as offered by Debians tzdata selection
timezone=Europe/Berlin
## can be choosen to install packages from
## See modules/approx.mk if you need more flexibility
# approx=http://localhost:9000/debian
+approxhost := localhost:9999
.PHONY: _oktopus_maskjournal
_config: _oktopus_maskjournal ${CFGROOT}/opt/demo.py
-img_mount/opt/demo.py: oktopus_raspberry/ ${CFGROOT}
+img_mount/opt/demo.py: oktopus_raspberry/ ${CFGROOT} _copy
cp "$</demo3.py" "$@"
cp "$</demo4.py" "$@"
oktopus_raspberry/:
- git clone https://git.tools.f4.htw-berlin.de/sliublin/oktopus_raspberry.git "$@"
+ [ -d oktopus_raspberry ] || git clone https://git.tools.f4.htw-berlin.de/sliublin/oktopus_raspberry.git "$@"
-_oktopus_maskjournal: ${CFGROOT}
- mkdir -p "$${CFGROOT}/etc/systemd/system/"
+_oktopus_maskjournal: ${CFGROOT} _copy
+ # mkdir -p "$${CFGROOT}/etc/systemd/system/"
ln -sf /dev/null "$${CFGROOT}/etc/systemd/system/systemd-journald.service"
ln -sf /dev/null "$${CFGROOT}/etc/systemd/system/systemd-timesyncd.service"