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