X-Git-Url: http://git.plutz.net/?p=blast;a=blobdiff_plain;f=config.example;h=1014f1825dacae825cc5aff868d008fac47f97e2;hp=d7c66889e91216132c3032f7442c0f7b749c485c;hb=92dfcb2f828b2bb5eaa5b127ffa1a4bf15432335;hpb=ff7369bc28efe05ace7e9900f98083e982caf3fa diff --git a/config.example b/config.example index d7c6688..1014f18 100644 --- a/config.example +++ b/config.example @@ -18,8 +18,14 @@ ## 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 @@ -37,6 +43,9 @@ ## 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/ + ## 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