]> git.plutz.net Git - blast/blob - config.example
makefile indentation for readability, working shutdown in xfce, hostname setting
[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 ## Comma separated list of users to be set up.
22 ## User logins will start out with an empty password
23 # users=adam,steve
24
25 ## Wifi configuration, if a Wifi password is given, WPA encryption will be used
26 ## without the password, the system will try to connect to an open wifi
27 # wifi=MyWiFi
28 # wifipass=P4ssW0rD
29
30 ## Timezone as offered by Debians tzdata selection
31 # timezone=Europe/Berlin
32
33 ## Comma separated list of locales, first one will become default locale
34 # locales=de_DE.UTF-8,en_US.UTF-8
35
36 ## If nodm is installed, you can choose a user to login automatically
37 ## If no user is given here, then nodm will default to root
38 # nodm_user=adam
39
40 ## If the approxmodule is enabled, then one (and only one) apt-source
41 ## can be choosen to install packages from
42 ## See modules/approx.mk if you need more flexibility
43 # approx=http://localhost:9000/debian