]> git.plutz.net Git - blast/commitdiff
have credentials in extra file oktopus
authorPaul Hänsch <paul@plutz.net>
Sat, 7 Dec 2019 05:10:44 +0000 (06:10 +0100)
committerPaul Hänsch <paul@plutz.net>
Sat, 7 Dec 2019 05:10:44 +0000 (06:10 +0100)
.gitignore
oktopus.mk

index 31af722e88d9379453ddeb3678c44e1fbb51c611..b449b4b8c377e125818b197a08f81be59934e3ff 100644 (file)
@@ -12,3 +12,4 @@ rpi_root.img
 config.mk
 .*.swp
 .*.swo
+credentials.mk
index ad05f751484bad654e18320d5befb30417d599c8..a61db6092f3ec981581179b351a5cdb8e748c1f0 100644 (file)
@@ -1,67 +1,24 @@
-## Choose only on of the possible target types
-# image=disk.img
-# squash=rootfs.squash
 raspi=oktopus.img
 
-## Image size in MB. Needs to be able to hold all software.
 imagesize=1792
 
-## Additional packages
-packages=python-tk,python-spidev,python-pygame,python-bluez,python-rpi.gpio,ckermit
+modules=approx,remo2hbo,autoresize,display_ws5inch
 
-## Debian release, so far only stretch has been tested
+packages=python-tk,python-spidev,python-pygame,python-bluez,python-rpi.gpio,ckermit
 release=stretch
+approxhost := localhost:9999
 
-## Comma separated list of config modules from modules/ directory
-modules=approx,remo2hbo,autoresize,display_ws5inch
-
-## Hostname for the generated machine
 hostname=oktopus
-
-## Root password will be salted and encrypted in image
-rootpass=plasmakocher
-
-## The corresponding .pub file for the given rootkey will be applied as
-## SSH login file for the root user.
-## If the pub file is not found, a new key pair will be generated
-# rootkey=image_ssh
 rootkey=oktopus
 
-## Comma separated list of users to be set up.
-## User logins will start out with an empty password
-## If the live module is in use, users will also be added to the sudo group
-# users=adam,steve
-
-## Wifi configuration, if a Wifi password is given, WPA encryption will be used
-## without the password, the system will try to connect to an open wifi
-#wifi=berlin.freifunk.net
-# wifi=MyWiFi
-# wifipass=P4ssW0rD
-# wifi=funky Kater
-# wifipass=katerholzig
-wifi=Layer9
-wifipass=AllePriesterSaufenTequilaNachDerPredigt
-
-## Timezone as offered by Debians tzdata selection
 timezone=Europe/Berlin
-
-## Comma separated list of locales, first one will become default locale
 locales=en_US.UTF-8
 
-## If nodm is installed, you can choose a user to login automatically
-## If no user is given here, then nodm will default to root
-
-## In nodm, use full screen chromium web browser as session
 webui=http://localhost/
 
-## When using NIS modules the directory server should be given
-# nis_server=nismaster
-
-## If the approxmodule is enabled, then one (and only one) apt-source
-## can be choosen to install packages from
-## See modules/approx.mk if you need more flexibility
-# approx=http://localhost:9000/debian
-approxhost := localhost:9999
+include credentials.mk
+credentials.mk:
+       printf 'rootpass=\nwifi=\nwifipass=\n'
 
 .PHONY: _oktopus_maskjournal
 _config: _oktopus_maskjournal ${CFGROOT}/opt/demo.py