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