OSDN Git Service

Grub背景を更新
[serene/serene-bodhibuilder.git] / etc / bodhibuilder.conf
1 #Bodhibuilder Global Configuration File
2
3
4 # This is the temporary working directory and won't be included on the cd/dvd
5 WORKDIR="/home/bodhibuilder"
6
7
8 # Here you can add any other files or directories to be excluded from the live filesystem
9 #   Use absolute paths (from the root directory)
10 #   Exclude specific files using the path to the file = /path/to/file
11 #   Exclude specific directories using a trailing slash = /path/to/directory/
12 #   Exclude all directory contents with an asterisk = /path/to/directory/*
13 #   Exclude all matching sets of files or directories using an asterisk as a wildcard = /path/to/something*
14 #   If the entry does not exist as an actual file or directory, rsync & mksquashfs will simply skip over it
15 #   Separate each entry with a space
16 EXCLUDES=""
17
18
19 # Here you can change the livecd/dvd username
20 LIVEUSER="bodhi"
21
22
23 # Here you can change the name of the livecd/dvd label
24 LIVECDLABEL="Bodhi Linux"
25
26
27 # Here you can change the name of the ISO file that is created
28 CUSTOMISO="bodhibuilder.iso"
29
30
31 # Here you can change the mksquashfs options
32 #   OK to leave this empty, the defaults will use the best compression I know of (as of this writing)
33 SQUASHFSOPTS=""
34
35
36 # Here you can prevent the Install icon from showing up on the desktop in backup mode. 0 - to not show 1 - to show 
37 BACKUPSHOWINSTALL="1"
38
39
40 # Here you can change the url for the usb-creator info
41 LIVECDURL="http://www.bodhilinux.com"
42
43
44 # Here you can specify icons or icon sets to INCLUDE.
45 #   List here the icons or sets you want to keep that are in this path:
46 #     /usr/share/icons/(icon or icon set name)
47 #   Do not list the whole path, just the set or icon name in that path.
48 #   ** If this var is empty, all icons will be included.
49 #   WARNING: This option may cause problems with the installer on the live ISO.
50 #            If so, try tweaking this option or leaving it blank.
51 DISTICONS=""
52 # Example:
53 #~ DISTICONS="AwOken-Bodhi hicolor myfavoriteicon1.png myfavoriteicon2.png"
54
55
56 # Here you can specify locales to INCLUDE.
57 #   List here the locales you want to keep that are in this path:
58 #     /usr/share/locale/(locale name)
59 #   Do not list the whole path, just the directories of the locales you wish to INCLUDE in that path.
60 #   ** If this var is empty, all locales will be included.
61 DISTLOCALE=""
62 # Example:
63 #~ DISTLOCALE="en en_AU en_CA en_GB de"
64
65
66 # Choose the distribution name you want to show up in GRUB
67 DISTNAME="Bodhi Linux"