X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=config.example;h=33064de9736f2e64d27a259ba6a1396f8595ffcd;hb=211b579d6c234d78b0d30bd259d1e344d651529c;hp=bcb984aa72573c9d17d3ff26428a26480abbe36b;hpb=d32c1d496394986056e98c0786828a0307626964;p=blast diff --git a/config.example b/config.example index bcb984a..33064de 100644 --- a/config.example +++ b/config.example @@ -1,7 +1,58 @@ -# image=disk.img squash=rootfs.squash raspi=raspi.img -# modules= +## Choose only on of the possible target types +# image=disk.img +# squash=rootfs.squash +# raspi=raspi.img +## Image size in MB. Needs to be able to hold all software. +# imagesize=2048 + +## Additional packages # packages=chromium,gimp + +## Debian release, so far only stretch has been tested +# release=stretch + +## Comma separated list of config modules from modules/ directory +# modules=nodm,xfce + +## Hostname for the generated machine +# hostname=blast + +## Root password will be salted and encrypted in image # rootpass=topsecret + +## 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 + +## 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=MyWiFi # wifipass=P4ssW0rD + +## Timezone as offered by Debians tzdata selection +# timezone=Europe/Berlin + +## Comma separated list of locales, first one will become default locale +# locales=de_DE.UTF-8,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 +# nodm_user=adam + +## 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