forked from bankonme/BitSafe
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbitsafe.build.conf
More file actions
36 lines (24 loc) · 1.24 KB
/
bitsafe.build.conf
File metadata and controls
36 lines (24 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# These parameters are used to build the live image.
#The locale used by bitsafe.
PRECONF_LOCALE="en_GB.UTF-8 de_DE.UTF-8 it_IT.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 pt_PT.UTF-8 ru_RU.UTF-8"
#The charset used by bitsafe
PRECONF_CHARSET="UTF-8 UTF-8 UTF-8 UTF-8 UTF-8 UTF-8 UTF-8"
#The keyboard mapping to use
PRECONF_KB_LAYOUT="us de it es fr pt ru"
#The string to identify the language
PRECONF_LOCNAME="English German Italian Spanish French Portuguese Russian"
#Additional parameters to pass to the kernel at boot time
PRECONF_BOOTPAR="initrd=/live/initrd.img boot=live config hostname=bitsafe quiet"
#Target architecture for the build
PRECONF_ARCHITECTURE=i386
#Target sub architecture for the build
PRECONF_SUBARCH=686
#Image target size. in blocks of 1024 bytes
#Curently set to 260 MB
PRECONF_TARGETSIZE=266240
#apt packet to be included in the build
PRECONF_PACKETADD=""
#Installed apt packet to be removed in the build
PRECONF_PACKETREM="linux-sound-base alsa-utils alsa-base gdm-themes xmms2-core libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 nmap libgl1-mesa-dri dselect exim4-base exim4-config git git-core manpages manpages-dev info ghostscript"
#If set to true, iceweasle will be removed from the build
PRECONF_REMOVEICEWEASLE="true"