X-Git-Url: http://git.plutz.net/?p=blast;a=blobdiff_plain;f=config.example;h=07edc443474866cb6fb918cf04b50fb213491ea6;hp=33c962e8edd833d743d686da7d9db34c81795a83;hb=b92b21b9548a5c7635e9cab6c15b872c5413d9cf;hpb=4a83f36e36d09bfca93a9f3b2cb55e08d5d13169 diff --git a/config.example b/config.example index 33c962e..07edc44 100644 --- a/config.example +++ b/config.example @@ -12,11 +12,20 @@ ## 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 @@ -34,6 +43,12 @@ ## 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