]> git.plutz.net Git - blast/blob - config.example
various config options, documentation, xfce config
[blast] / config.example
1 ## Choose only on of the possible target types
2 # image=disk.img
3 # squash=rootfs.squash
4 # raspi=raspi.img
5
6 ## Image size in MB. Needs to be able to hold all software.
7 # imagesize=2048
8
9 ## Additional packages
10 # packages=chromium,gimp
11
12 ## Comma separated list of config modules from modules/ directory
13 # modules=nodm,xfce
14
15 ## Root password will be salted and encrypted in image
16 # rootpass=topsecret
17
18 ## Comma separated list of users to be set up.
19 ## User logins will start out with an empty password
20 # users=adam,steve
21
22 ## Wifi configuration, if a Wifi password is given, WPA encryption will be used
23 ## without the password, the system will try to connect to an open wifi
24 # wifi=MyWiFi
25 # wifipass=P4ssW0rD
26
27 ## Timezone as offered by Debians tzdata selection
28 # timezone=Europe/Berlin
29
30 ## Comma separated list of locales, first one will become default locale
31 # locales=de_DE.UTF-8,en_US.UTF-8
32
33 ## If nodm is installed, you can choose a user to login automatically
34 ## If no user is given here, then nodm will default to root
35 # nodm_user=adam
36
37 ## If the approxmodule is enabled, then one (and only one) apt-source
38 ## can be choosen to install packages from
39 ## See modules/approx.mk if you need more flexibility
40 # approx=http://localhost:9000/debian