Use /media instead of /mnt for default mount paths
[grml-live.git] / etc / grml / grml-live.conf
1 # Filename:      /etc/grml/grml-live.conf
2 # Purpose:       main configuration file for grml-live
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2 or any later version.
6 ################################################################################
7 # !!!!!! IMPORTANT NOTE !!!!!
8 # This file is meant as a reference. Please adjust your local configuration
9 # via /etc/grml/grml-live.local instead as this file is marked as configuration
10 # file in your package management.
11 # !!!!!! IMPORTANT NOTE !!!!!
12 ################################################################################
13
14 # Main output directory
15 # Please notice that you need suid,dev,rw permissions there
16 # OUTPUT="/grml/grml-live"
17 # You have enough RAM? Use shared memory for fast testing-purposes:
18 # OUTPUT="/dev/shm" # mount -o remount,suid,dev,rw /dev/shm
19
20 # Where do want to find the chroot of the buildprocess files?
21 # CHROOT_OUTPUT="$OUTPUT/grml_chroot"
22 # Where do you want to find the compressed chroot, bootstuff,...?
23 # BUILD_OUTPUT="$OUTPUT/grml_cd"
24 # Where do you want to find the final ISO?
25 # ISO_OUTPUT="$OUTPUT/grml_isos"
26 # Where do you want to find the netboot package?
27 # NETBOOT="${OUTPUT}/netboot/"
28
29 # Do you want to preserve the logfile from being cleaned after each execution
30 # of grml-live? By default the logfile is cleaned so the log doesn't fill up.
31 # If you want to store your logs permanently it's recommended to use grml-live-db.
32 # PRESERVE_LOGFILE='1'
33
34 # If package grml-live-db is installed the package selection and grml-live.log
35 # are being logged to to a sqlite database.Defaults to /var/log/grml-live.db
36 # DPKG_DATABASE=/var/log/grml-live.db
37
38 # Use your own database wrapper script for grml-live-db:
39 # DPKG_DBSCRIPT=/usr/share/grml-live-db/scripts/dpkg-to-db
40
41 # Use your own database script cmdline options for grml-live-db:
42 # DPKG_DBOPTIONS="-d $DPKG_DATABASE --logfile $LOGFILE --flavour $GRML_NAME < $DPKG_LIST"
43
44 # Do you want to zero / clean up / remove the previous logfiles of FAI
45 # before executing grml-live? Otherwise keep all the logfiles inside
46 # /var/log/fai/$HOSTNAME/...
47 # Default: unset (so do not remove the logfile(s))
48 # ZERO_FAI_LOGFILE='1'
49
50 # Which Debian suite to you want to use? Unless it is set it defaults to "squeeze"
51 # Supported values are: etch, lenny, sid,
52 #                       squeeze -> requires /etc/grml/fai/config/basefiles/....tar.gz
53 #                                  or a recent version of debootstrap
54 # SUITE="squeeze"
55
56 # Which FAI classes do you want to use by default?#
57
58 # Notice: GRMLBASE is recommended in any case unless you *really* know what you
59 # are doing; make sure to also use a GRML_* class (for example GRML_SMALL,
60 # GRML_MEDIUM or GRML_FULL) to get an according kernel and also select the
61 # architecture (I386 for x86; AMD64 for x86_64)
62 # CLASSES="GRMLBASE,GRML_FULL,I386"
63
64 # HTTP Proxy to use for APT
65 # APT_PROXY="http://localhost:3142/"
66
67 # Which Debian suite and which mirror do you want to use for debootstrapping?
68 # Unless specified the default from /etc/grml/fai/make-fai-nfsroot.conf will be
69 # taken. If you specify a value then the file /etc/grml/fai/make-fai-nfsroot.conf
70 # will be updated by grml-live on-the-fly.
71 # Usage: "<suite> <mirror>"
72 # FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian"
73
74 # Do you want to use a local mirror (like NFS)?
75 # If so specify the directory where debian/ is available:
76 # MIRROR_DIRECTORY="/media/mirror"
77 # ... and then set up an according class file in
78 # ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list.d/
79 # containing something like:
80 # deb file:///media/mirror/debian sid main contrib non-free
81
82 # Version number of ISO:
83 # VERSION="0.0-1"
84
85 # Name of the release:
86 # RELEASENAME="grml-live rocks"
87
88 # Which "grml flavour name" do you want to use?
89 # Common usage examples: grml, grml-small, grml64,...
90 # GRML_NAME="grml"
91
92 # Specify hostname of the live-system:
93 # HOSTNAME=grml
94
95 # Specify user with UID 1000 on live-system:
96 # USERNAME=grml
97
98 # Which bootloader do you want to use? Default: isolinux
99 # Supported values: isolinux, grub, grub2
100 # BOOT_METHOD='isolinux'
101
102 # Directory of configuration files for grml-live's FAI:
103 # GRML_FAI_CONFIG=/etc/grml/fai
104
105 # Do you want to put any local files into the chroot?
106 # If so then point CHROOT_INSTALL to a directory providing the files.
107 # Note: the files are installed under '/' in the chroot -
108 # so you have to create the rootfs structure on your own.
109 # CHROOT_INSTALL="$GRML_FAI_CONFIG/chroot_install"
110
111 # Do you want to pass any additional arguments to FAI?
112 # FAI_ARGS=""
113
114 # Where do you want to store grml-live.log?
115 # LOGDIR="/var/log/fai/$HOSTNAME/last"
116
117 # Which architecture do you want to build?
118 # It defaults to output of 'dpkg --print-architecture'
119 # ARCH="i386"
120
121 # Name of distribution that should be build. By default
122 # it's "grml", if you want to adjust please make sure
123 # your distri name is just one single word so it
124 # works on the boot prompt.
125 # DISTRI_NAME="grml"
126
127 # Short information about the distribution. Default:
128 # DISTRI_INFO="Grml - Live Linux for system administrators   "
129
130 # Bootsplash background image use in isolinux configuration
131 # Note: not relevant if using non-default ISOLINUX_METHOD="console".
132 # DISTRI_SPLASH='grml.png'
133
134 # Do you want to use your own templates? If so set the
135 # template directory but please make sure it looks
136 # likes the default directory [/usr/share/grml-live/templates]
137 # TEMPLATE_DIRECTORY='/usr/share/grml-live/templates'
138
139 # Do you want to use console based isolinux boot splash
140 # instead of the default graphical menu?
141 # ISOLINUX_METHOD="console"
142
143 # Do you want to skip adding /boot/addons/ (from the template directory)?
144 # NO_ADDONS='1'
145
146 # Do you want to skip adding /boot/addons/bsd4grml/ (from the template directory)?
147 # NO_ADDONS_BSD4GRML='1'
148
149 # By default the ISO is created for hybrid boot, so you can either
150 # boot the CD using normal el torito mode or copy it to USB device
151 # *without* having to run grml2usb (like: 'dd if=grml.iso of=/dev/sdX')
152 # - working both with the same ISO
153 # HYBRID_METHOD='disable'   # do not create a hybrid ISO
154 # HYBRID_METHOD='isohybrid' # use isohybrid from SYSLINUX
155 # HYBRID_METHOD='grub2'     # use manifold with GRUB 2
156 # HYBRID_METHOD='manifold'  # use manifold with ISOLINUX (default)
157
158 # Binary that should be used for creating the squashfs file.
159 # Defaults to the executable matching the kernel version, falls back to mksquashfs.
160 # SQUASHFS_BINARY='mksquashfs'
161
162 # Options that should be used by mksquashfs during build process.
163 # Defaults to '-b 256k' and the according LZMA/XZ option.
164 # SQUASHFS_OPTIONS='-b 256k'
165
166 # exclude files from compressed squashfs file using the
167 # the mksquashfs option -ef:
168 # SQUASHFS_EXCLUDES_FILE="${GRML_FAI_CONFIG}/config/grml/squashfs-excludes"
169
170 # Do you want to exit grml-live if some packages were requested for installation
171 # on fresh installs but are missing on the generated ISO finally?
172 # By default the package list is sent to stdout but grml-live doesn't interrupt.
173 # EXIT_ON_MISSING_PACKAGES=1
174
175 # Do you want to use a special string for identifying the ISO?
176 # By default the grml-name and version string are used as a base for generating
177 # /conf/bootid.txt on the ISO. If you want to use a different value feel free to
178 # adjust it accordingly.
179 # Please notice that space characters inside this variable are not supported.
180 # BOOTID="mybootid"
181
182 # Do you want to skip the /conf/bootid.txt feature?
183 # NO_BOOTID='1'
184
185 # Do you want to add any additional bootoptions that should be used by default?
186 # DEFAULT_BOOTOPTIONS="ssh=secret"
187
188 ## END OF FILE #################################################################