X-Git-Url: http://git.plutz.net/?p=blast;a=blobdiff_plain;f=config.example;h=33c962e8edd833d743d686da7d9db34c81795a83;hp=bcb984aa72573c9d17d3ff26428a26480abbe36b;hb=4a83f36e36d09bfca93a9f3b2cb55e08d5d13169;hpb=03eac1ec61deb1546f93cfd8ba48635f83a61a94 diff --git a/config.example b/config.example index bcb984a..33c962e 100644 --- a/config.example +++ b/config.example @@ -1,7 +1,40 @@ -# 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 + +## Comma separated list of config modules from modules/ directory +# modules=nodm,xfce + +## Root password will be salted and encrypted in image # rootpass=topsecret + +## Comma separated list of users to be set up. +## User logins will start out with an empty password +# 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 + +## 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