]> git.plutz.net Git - blast/blob - config.example
1014f1825dacae825cc5aff868d008fac47f97e2
[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 ## Hostname for the generated machine
16 # hostname=blast
17
18 ## Root password will be salted and encrypted in image
19 # rootpass=topsecret
20
21 ## The corresponding .pub file for the given rootkey will be applied as
22 ## SSH login file for the root user.
23 ## If the pub file is not found, a new key pair will be generated
24 # rootkey=image_ssh
25
26 ## Comma separated list of users to be set up.
27 ## User logins will start out with an empty password
28 ## If the live module is in use, users will also be added to the sudo group
29 # users=adam,steve
30
31 ## Wifi configuration, if a Wifi password is given, WPA encryption will be used
32 ## without the password, the system will try to connect to an open wifi
33 # wifi=MyWiFi
34 # wifipass=P4ssW0rD
35
36 ## Timezone as offered by Debians tzdata selection
37 # timezone=Europe/Berlin
38
39 ## Comma separated list of locales, first one will become default locale
40 # locales=de_DE.UTF-8,en_US.UTF-8
41
42 ## If nodm is installed, you can choose a user to login automatically
43 ## If no user is given here, then nodm will default to root
44 # nodm_user=adam
45
46 ## In nodm, use full screen chromium web browser as session
47 # webui=http://localhost/
48
49 ## If the approxmodule is enabled, then one (and only one) apt-source
50 ## can be choosen to install packages from
51 ## See modules/approx.mk if you need more flexibility
52 # approx=http://localhost:9000/debian