]> git.plutz.net Git - blast/blob - config.example
default packages
[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 ## Keyboard as used in debconfs keyboard-configuration/variant
46 ## Use debconf-get-selections to find out the exact string
47 # keyboard=German
48
49 ## If nodm is installed, you can choose a user to login automatically
50 ## If no user is given here, then nodm will default to root
51 # nodm_user=adam
52
53 ## In nodm, use full screen chromium web browser as session
54 # webui=http://localhost/
55
56 ## When using NIS modules the directory server and NIS domain should be given
57 # nis_server=nismaster
58 # nis_domain=example.com
59
60 ## also when using SMB the main server must be given
61 # smb_server=smbmaster
62
63 ## If the approxmodule is enabled, then one (and only one) apt-source
64 ## can be choosen to install packages from
65 ## See modules/approx.mk if you need more flexibility
66 # approx=http://localhost:9000/debian