docs: add generation of the base tar.gz to the FAQ
[grml-live.git] / docs / grml-live.txt
1 grml-live(8)
2 ============
3
4 Name
5 ----
6
7 grml-live - build framework based on FAI for generating a grml and Debian based
8 Linux Live system (CD/ISO)
9
10 Synopsis
11 --------
12
13 grml-live [-a <architecture>] [-c <classe[s]>] [-C <configfile>] [-g
14 <grml_name>] [-i <iso_name> ] [-o <output_directory>] [-r <release_name>] [-s
15 <suite>] [-t <template_directory>] [-v <version_number>] [-bBFhquVz]
16
17 CAUTION: Please check out <<current_state,the 'Current state of grml-live with
18 squashfs-tools and kernel' section>> for details about current state of involved
19 tools before starting with grml-live or if you encounter any problems.
20
21 Description
22 -----------
23
24 grml-live provides the build system for creating a grml and Debian based Linux
25 Live-CD. The build system is based on
26 link:http://fai-project.org/[FAI] (Fully Automatic
27 Installation). grml-live uses the "fai dirinstall" feature to generate a chroot
28 system based on the class concept of FAI (see later sections for further
29 details) and provides the framework to be able to generate a full-featured ISO.
30 It does not use all the FAI features by default though and you don't have to
31 know FAI to be able to use it.
32
33 The use of FAI gives you the flexibility to choose the packages you would like
34 to include on your very own Linux Live-CD without having to deal with all the
35 details of a build process.
36
37 CAUTION: grml-live does **not** use /etc/fai for configuration but instead
38 provides and uses /etc/grml/fai. This ensures that it does not clash with
39 default FAI configuration and packages, so you can use grml-live and FAI
40 completely independent at the same time!
41
42 [NOTE]
43
44 Please notice that you should have a fast network connection as all the Debian
45 packages will be downloaded and installed via network. If you want to use a
46 local mirror (strongly recommended if you plan to use grml-live more than once)
47 checkout mkdebmirror (see /usr/share/doc/grml-live/examples/mkdebmirror),
48 debmirror(1), reprepro(1) (see /usr/share/doc/grml-live/examples/reprepro/ for a
49 sample configuration), apt-cacher(1) and approx(8). To avoid downloading the
50 base system again and again check out FAI's NFSROOT (see FAQ of this document
51 for details).
52
53 Options
54 -------
55
56   -a **ARCHITECTURE**::
57
58 Use the specified architecture instead of the currently running one.  This
59 allows building a 32bit system on a 64bit host (though you can't build a 64bit
60 system on a 32bit system/kernel of course). Please notice that real
61 crosscompiling (like building a ppc system on x86) isn't possible due to the
62 nature and the need of working in a chroot. Currently supported values: i386
63 and amd64.
64
65   -b::
66
67 Build the ISO without updating the chroot via FAI. This option is useful for
68 example when working on stable releases: if you have a working base
69 system/chroot and do not want to execute any further updates (via "-u" option)
70 but intend to only build the ISO.
71
72   -B::
73
74 Build the ISO without touching the chroot at all. This option is useful if
75 you modified anything that FAI or grml-live might adjust via grml's FAI
76 scripts.  It's like the '-b' option but even more advanced. Use only if you
77 really know that you do not want to update the chroot.
78
79   -c **CLASSES**::
80
81 Specify the CLASSES to be used for building the ISO via FAI.  By default only
82 the classes GRMLBASE, GRML_MEDIUM and I386 are assumed, resulting in a small base
83 system (being about ~180MB total ISO size). If using a non-I386 system (like
84 AMD64) you should specify the appropriate architecture as well. Additionally you
85 can specify a class providing a grml-kernel (see
86 <<classes,the 'CLASSES' section in this document>> for details about available classes).
87 So instead of GRML_MEDIUM you can also use GRML_SMALL and GRML_FULL.
88
89 [IMPORTANT]
90 All class names should be written in uppercase letters. Do not use a dash, use
91 an underscore. So do not use "amd64" but "AMD64", do not use "FOO BAR" but
92 "FOO_BAR".
93
94
95   -C **CONFIGURATION_FILE**::
96
97 The specified file is used as configuration file for grml-live. By default
98 /etc/grml/grml-live.conf is used as default configuration. If a file named
99 /etc/grml/grml-live.local exists it is used as well (sourced after reading
100 /etc/grml/grml-live.conf meant as main file for local configuration). As a last
101 option the specified configuration file is sourced so it is possible to override
102 settings of /etc/grml/grml-live.conf as well as of /etc/grml/grml-live.local.
103 Please notice that all configuration files have to be adjusted during execution
104 of grml-live, so please make sure you use /etc/grml/grml-live.conf as a base for
105 your own configuration file (usually /etc/grml/grml-live.local). Please also
106 notice that the configuration file specified via this option is **not** (yet)
107 supported inside the scripts/hooks/classes at /etc/grml/fai/config. Instead use
108 /etc/grml/grml-live.local for configuration stuff used inside
109 /etc/grml/fai/config.
110
111   -d **DATE**::
112
113 Use specified date as build date information on the ISO instead of the default.
114 The default is the date when grml-live is being executed (retrieved via
115 executing 'date +%Y-%m-%d'). The information is stored inside the file
116 /GRML/grml-version on the ISO, /etc/grml_version in the squashfs file and in all
117 the bootsplash related files. This option is useful if you want to provide an
118 ISO with release information for a specific date but have to build it in
119 advance. Usage example: '-d 2009-10-30'
120
121   -F::
122
123 Force execution and do not prompt for acknowledgment of configuration.
124
125   -g **GRML_NAME**::
126
127 Set the grml flavour name. Common usage examples: grml, grml-small, grml64.
128 Please do NOT use blanks and any special characters like '/', ';' inside
129 GRML_NAME, otherwise you might notice problems while booting.
130
131   -h::
132
133 Display short usage information and exit.
134
135   -i **ISO_NAME**::
136
137 Specify name of ISO which will be available inside $OUTPUT_DIRECTORY/grml_isos
138 by default.
139
140   -I **CHROOT_INSTALL**::
141
142 Specify name of source directory which provides files that should become part of
143 the chroot/ISO. Not enabled by default. Note: the files are installed under '/'
144 in the chroot so you have to create the rootfs structure on your own.
145
146   -n::
147
148 Skip creation of the ISO file. This option is useful if you want to build/update
149 the chroot and/or recreate the squashfs file without building an ISO file.
150
151   -o **OUTPUT_DIRECTORY**::
152
153 Main output directory of the build process of FAI.  Some directories are created
154 inside this target directory, being: grml_cd (where the files for creating the
155 ISO are located, including the compressed squashfs file), grml_chroot (the
156 chroot system) and grml_isos (where the resulting ISO is stored).
157
158   -q::
159
160 Build the ISO without (re-)creating the squashfs compressed file using mksquashfs.
161 This option is useful if you just want to update parts outside the chroot in the ISO.
162 Consider combining this option with the build-only option '-b'.
163
164   -r **RELEASENAME**::
165
166 Specify name of the release.
167
168   -s **SUITE**::
169
170 Specify the Debian suite you want to use for your live-system.  Defaults to
171 "lenny" (being current Debian/stable). Supported values are: etch, lenny, sid.
172 Debian "squeeze" (current Debian/testing) requires base.tgz
173 (/etc/grml/fai/config/basefiles/$CLASSNAME.tar.gz) or a recent version of
174 debootstrap.
175
176   -t **TEMPLATE_DIRECTORY**::
177
178 Specify place of the templates used for building the ISO. By default
179 (and if not manually specified) this is /usr/share/grml-live/templates/.
180
181   -u::
182
183 Update existing chroot instead of rebuilding it from scratch. This option is
184 based on the softupdate feature of FAI.
185
186   -v **VERSION_NUMBER**::
187
188 Specify version number of the release.
189
190   -V::
191
192 Increase verbosity in the build process.
193
194   -z::
195
196 Use ZLIB instead of LZMA compression in mksquashfs part of the build process.
197
198 [[usage-examples]]
199 Usage examples
200 --------------
201
202 To get a small, Debian-stable and grml-based Live-CD using /grml/grml-live
203 as build and output directory just run:
204
205   # grml-live
206
207 To get a small Debian-unstable and grml-small based Live-CD using
208 /home/mika/grml-live as build and output directory just use:
209
210   # grml-live -s sid -c GRMLBASE,GRML_SMALL,I386 -o /home/mika/grml-live
211
212 To get a medium sized, Debian-unstable and grml-based Live-CD for i386
213 architecture using /grml/grml-live as build and output directory just run:
214
215   # grml-live -s sid -a i386 -c GRMLBASE,GRML_MEDIUM,I386
216
217 To get a small, Debian-unstable and grml-based Live-CD using /tmp as build and
218 output directory and use grml_0.0-3.iso as ISO name (placed inside
219 /tmp/grml_isos) just invoke:
220
221   # grml-live -o /tmp -c GRMLBASE,GRML_SMALL,I386 -s sid -i grml_0.0-3.iso
222
223 [NOTE]
224
225 If you have about 700MB of free space inside /dev/shm (being a tmpfs, usually
226 you should have >=1GB of RAM) just run "mount -o remount,suid,dev,rw /dev/shm"
227 and use /dev/shm as build and output directory - resulting in very fast build
228 process.  But please be aware of the fact that rebooting your system will result
229 in an empty /dev/shm, so please use another directory for $CHROOT_OUTPUT,
230 $BUILD_OUTPUT and $ISO_OUTPUT if you plan to create more persistent output. :)
231
232 [[main-features]]
233 Main features of grml-live
234 --------------------------
235
236 * create a grml-/Debian-based Linux Live-CD with one single command
237
238 * class based concept, providing a maximum of flexibility
239
240 * supports integration of own hooks, scripts and configuration
241
242 * supports use and integration of own Software and/or Kernels via simple use of
243 Debian repositories
244
245 * native support of FAI features
246
247 * multi-arch support (work in progress)
248
249 [[class-concept]]
250 The class concept
251 -----------------
252
253 grml-live uses FAI and its class based concept for adjusting configuration and
254 setup according to your needs. This gives you flexibility and strength without
255 losing the simplicity in the build process.
256
257 The main and base class provided by grml-live is named GRMLBASE. It's strongly
258 recommended to **always** use the class GRMLBASE when building an ISO using
259 grml-live, as well as the architecture dependent class which provides the kernel
260 (being 'I386' for x86_32 and 'AMD64' for x86_64) and a GRML_* class (like
261 GRML_SMALL, GRML_MEDIUM or GRML_FULL). The following files and directories are
262 relevant for class GRMLBASE by default:
263
264   /etc/grml/fai/config/scripts/GRMLBASE/
265   /etc/grml/fai/config/debconf/GRMLBASE
266   /etc/grml/fai/config/class/GRMLBASE.var
267   /etc/grml/fai/config/hooks/instsoft.GRMLBASE
268   /etc/grml/fai/config/package_config/GRMLBASE
269
270 Take a look at the next section for information about the concept of those
271 files/directories.
272
273 If you want to use your own configuration, extend an existing configuration
274 and/or add additional packages to your ISO just invent a new class (or extend an
275 existing one). For example if you want to use your own class named "FOOBAR" just
276 set CLASSES="GRMLBASE,GRML_SMALL,I386,FOOBAR" inside /etc/grml/grml-live.local
277 or invoke grml-live using the classes option: "grml-live -c
278 GRMLBASE,GRML_SMALL,I386,FOOBAR ...".
279
280 More details regarding the class concept can be found in the documentation of
281 FAI itself (being available at /usr/share/doc/fai-doc/).
282
283 [[X7]]
284 [[classes]]
285 Available classes
286 -----------------
287
288 The package selection part of the classes can be found in
289 /etc/grml/fai/config/package_config whereas some further classes are defined for
290 example in /etc/grml/fai/config/scripts/ so specific feature sets can be
291 selected. The following classes are predefined:
292
293 * DEBORPHAN: get rid of all packages listed in output of Deborphan
294
295 * GRMLBASE: the main class responsible for getting a minimal subset of what's
296 defining a grml system. Important parts of the buildprocess are specified in
297 this class as well, so unless you have a really good reason you should always
298 use this class.
299
300 * GRML_FULL: full featured grml, also known as the "normal", full grml.
301
302 * GRML_MEDIUM: medium sized grml version, known as grml-medium
303
304 * GRML_POWERPC: grml for PowerPC architecture, not supported yet (still work in
305 progress)
306
307 * GRML_SMALL: minimum sized grml version, known as grml-small
308
309 * LATEX: LaTeX(-related) packages like auctex, texlive,...
310 (which used to be shipped by grml before the LaTeX removal)
311
312 * LATEX_CLEANUP: get rid of several very large LaTeX directories
313 (like some /usr/share/doc/texlive-*, /usr/share/doc/texmf,...)
314
315 * LOCALES: use full featured locales setup (see /etc/locale.gen.grml). This
316 avoids to get rid of /usr/share/locale - which happens by default otherwise - as
317 well.
318
319 * NO_ONLINE: do not run scripts during the chroot build process which require a
320 network connection
321
322 * RELEASE: run some specific scripts and commands to provide the workflow for an
323 official grml release
324
325 * REMOVE_DOCS: get rid of documentation directories (like /usr/share/doc,
326 /usr/share/man/, /usr/share/info,...)
327
328 * XORG: providing important packages for use with a base grml-featured X.org
329 setup
330
331 [[files]]
332 Files
333 -----
334
335 Notice that grml-live ships FAI configuration files that do not use the same
336 namespace as the FAI packages itself. This ensures that grml-live does not clash
337 with your usual FAI configuration, so instead of /etc/fai/fai.conf (package
338 fai-client) grml uses /etc/grml/fai/fai.conf instead. For more details see
339 below. To get an idea how another configuration or example files could look like
340 check out /usr/share/doc/fai-doc/examples/simple/ (provided by Debian package
341 fai-doc). Furthermore /usr/share/doc/fai-doc/fai-guide.html/ch-config.html
342 provides documentation regarding configuration possibilities.
343
344   /usr/sbin/grml-live
345
346 Script for the main build process. Requires root permissions for execution.
347
348   /etc/grml/grml-live.conf
349
350 Main configuration file for grml-live which should be considered as a reference
351 configuration file only. Please use /etc/grml/grml-live.local for local
352 configuration instead.
353
354   /etc/grml/grml-live.local
355
356 All the local configuration should go to this file. This file overrides any
357 defaults of grml-live. Configurations via /etc/grml/grml-live.local are preferred
358 over the ones from /etc/grml/grml-live.conf. If you want to override settings
359 from /etc/grml/grml-live.local as well you have to specify them on the grml-live
360 commandline.
361
362   /etc/grml/fai/fai.conf
363
364 Main configuration file for FAI which specifies where all the configuration
365 files and scripts for FAI/grml-live can be found. By default the configuration
366 variables are FAI_CONFIG_SRC=file:///etc/grml/fai/config and
367 FAI_CONFIGDIR=/etc/grml/fai/config - both pointing to a directory shipped by
368 grml-live out-of-the-box so you shouldn't have to configure anything in this
369 file.
370
371   /etc/grml/fai/make-fai-nfsroot.conf
372
373 This file is used by make-fai-nfsroot(8) only. Usually you don't have to change
374 anything inside this file. If you want to modify NFSROOT though you can adjust
375 it there.
376
377   /etc/grml/fai/NFSROOT
378
379 This file specifies the package list for creating the NFSROOT.
380
381   /etc/grml/fai/apt/sources.list
382
383 This file specifies which mirrors should be considered for retrieving the Debian
384 packages when creating the main chroot (including all the software you would
385 like to see included). Important: this file should *not* be adjusted manually!
386 Instead use the GRML_LIVE_SOURCES variable inside /etc/grml/grml-live.conf or
387 /etc/grml/grml-live.local which modifies /etc/grml/fai/apt/sources.list
388 on-the-fly via grml-live then. If you want to generally adjust apt configuration
389 use FAI's fcopy command with /etc/grml/fai/config/files instead.
390
391   /etc/grml/fai/config/
392
393 The main directory for configuration of FAI/grml-live. More details below.
394
395   /etc/grml/fai/config/class/
396
397 This directory contains files which specify main configuration variables for the
398 FAI classes.
399
400   /etc/grml/fai/config/debconf/
401
402 This directory provides the files for preseeding/configuration of debconf
403 through files.
404
405   /etc/grml/fai/config/hooks/
406
407 This directory provides files for customising the build process through hooks.
408 Hooks are user defined programs or scripts, which are called during the
409 installation process.
410
411   /etc/grml/fai/config/package_config/
412
413 Directory with lists of software packages to be installed or removed.  The
414 different classes describe what should find its way to your ISO.  When running
415 "grml-live -c GRMLBASE,GRML_SMALL,I386 ..." only the configuration of GRMLBASE,
416 GRML_SMALL and and I386 will be taken. If you use 'grml-live -c
417 GRMLBASE,GRML_SMALL,I386,FOOBAR ...' then the files of GRMLBASE, GRML_SMALL,
418 I386 **plus** the files from FOOBAR will be taken. So just create a new class to
419 adjust the package selection according to your needs.  Please notice that the
420 directory GRMLBASE contains a package list defining a minimum but still
421 reasonable package configuration.
422
423   /etc/grml/fai/config/scripts/
424
425 Scripts for customising the ISO within the build process.
426
427   /etc/grml/fai/live-initramfs/
428
429 This directory provides the files used for building the initramfs/initrd via
430 live-initramfs(8).
431
432 [[log-files]]
433 Available log files
434 -------------------
435
436 grml-live itself logs to /var/log/grml-live.log. Unless you set PRESERVE_LOGFILE
437 in your grml-live configuration the file is cleared on each new invocation of
438 grml-live.
439
440 The FAI part of grml-live logs to /var/log/fai/$HOSTNAME/ - so the
441 default being /var/log/fai/grml/.
442
443 If you are using the grml-live buildd you will find the logs of the grml-live
444 run at /var/log/grml-buildd.stdout and /var/log/grml-buildd.stderr.
445
446 If you want to store build information in a database just install the
447 grml-live-db Debian package. Further details available in the grml-live-db
448 manpage.
449
450 [[requirements]]
451 Requirements for the build system
452 ---------------------------------
453
454 * any Debian based system should be sufficient (if it doesn't work it's a bug,
455 please send us a bug report then) [a usual
456 link:http://grml.org/grml2hd/[grml2hd] harddisk installation (using grml or
457 grml-medium) ships all you need]. Check out <<deploy-on-debian,How do I deploy
458 grml-live on a plain Debian installation>> for details how to set up grml-live
459 on a plain, original Debian system.
460
461 * enough free disk space; at least 800MB are required for a minimal grml-live
462 run (\~400MB for the chroot [$CHROOT_OUTPUT], \~150MB for the build target
463 [$BUILD_OUTPUT] and \~150MB for the resulting ISO [$ISO_OUTPUT] plus some
464 temporary files), if you plan to use GRML_FULL you should have at least 4GB of
465 total free disk space
466
467 * fast network access for retrieving the Debian packages used for creating the
468 chroot (check out "local mirror" and "NFSROOT" to workaround this problem as far
469 as possible)
470
471 For further information see next section.
472
473 [[X8]]
474 [[current_state]]
475 Current state of grml-live with squashfs-tools and kernel
476 ---------------------------------------------------------
477
478 Use squashfs-tools >=4.1-1 (available from Grml repositories as well as from
479 Debian/experimental) to build Grml (based) ISOs featuring kernel version
480 2.6.36-grml[64].
481
482 ////////////////////////////////////////////////////////////////////////////////
483 Difference between squashfs-lzma-tools, squashfs-lzma-tools4 and squashfs-tools
484 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
485
486 Whereas the ZLIB compression is much faster in the build process, the LZMA
487 compression provides a smaller resulting ISO. If you're wondering: the official
488 Grml builds use the LZMA compression.
489
490 Squashfs-tools was introduced in Debian and once provided support for LZMA
491 compression. Sadly LZMA compression within squashfs-tools became unsupported and
492 therefore squashfs-lzma-tools[4] had to be introduced and maintained by the Grml
493 team. Different kernel versions provide different squashfs file formats. Kernel
494 versions until 2.6.28-grml[64] used the 3.x file format but those outdated
495 kernels aren't supported by grml-live automatically anymore nowdays (manual
496 handling through SQUASHFS_BINARY possible though). Kernel versions
497 2.6.31-grml[64] and 2.6.33-grml[64] use openwrt's squashfs lzma file format
498 version 4. Kernel versions starting with 2.6.35-grml[64] use the mainline ondisk
499 file format version 4.
500
501 If you're wondering which package supports what, here's a short overview:
502
503 * squashfs-lzma-tools4 4.0-x: ZLIB as default, LZMA support via '-comp lzma'
504 option (enabled by grml-live by default), file format version 4 (mainline
505 version), package maintained and available from Grml, recommended for current
506 grml-live builds featuring kernels >=2.6.35-grml[64]
507
508 * squashfs-lzma-tools 4.0-2: ZLIB as default, LZMA support via '-lzma' option
509 (enabled by grml-live by default), file format version 4 (openwrt style),
510 package maintained and available from Grml, recommended for any grml-live builds
511 with kernel versions 2.6.31-grml[64] and 2.6.33-grml[64]
512
513 * squashfs-tools 1:4.0-x: ZLIB as default, no LZMA support/options, file format
514 version 4, package maintained and available from Debian, recommended only for
515 ZLIB-only builds of any grml-live builds with kernel versions >=2.6.31-grml[64]
516
517 Outdated, JFTR:
518
519 * squashfs-tools 1:3.3-7: ZLIB as default, no LZMA support/options, file format
520 version 3
521
522 * squashfs-tools 1:3.2r2-9exp1: LZMA as default, ZLIB support via '-nolzma'
523 option, file format version 3
524
525 * squashfs-lzma-tools 3.3-1: LZMA as default, ZLIB support via '-nolzma' option,
526 file format version 3
527
528 Now, depending on the kernel version you want to use you need different versions
529 of squashfs-tools/squashfs-lzma-tools[4]. Yes, that's a mess (don't ask how much
530 this sucks for us developers) - though we're putting lots of effort into our
531 toolchain to automatically handle this for you through the grml-live build
532 system and provide proper documentation. The situation is supposed to calm down
533 with the recent integration of the squashfs file format 4 in the mainline
534 kernel. Support for LZMA is pending and as soon as it's available mainline this
535 should dramatically simplify the situation for developers as well as users.
536
537 [TIP]
538 If you want to force usage of a specific mksquashfs binary just set the
539 SQUASHFS_BINARY configuration/environment variable. Set SQUASHFS_OPTIONS for
540 customizing the options that should be used by the mksquashfs binary during
541 build process.
542
543 Using squashfs-lzma-tools4 4.0-1 on the build system
544 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
545
546 squashfs-lzma-tools4 4.0-1 is available via the Grml repositories. It provides
547 the mksquashfs-lzma4 and unsquashfs-lzma4 binaries. The package does NOT
548 conflict with neither Debian's squashfs-tools package nor Grml's
549 squashfs-lzma-tools package, so you can install all of them at the same time and
550 the build system will try to figure out the best matching binary automatically
551 for you.
552
553 The packages can be downloaded from
554 link:http://deb.grml.org/pool/main/s/squashfs-lzma-tools4/[http://deb.grml.org/pool/main/s/squashfs-lzma-tools4/]
555
556 It provides support for the new squashfs file format version 4 (as available in
557 mainline, so *not* the one being used by squashfs-lzma-tools and kernel
558 2.6.33-grml) and therefore requires kernel versions starting with
559 2.6.35-grml[64]. It supports LZMA as well as ZLIB compression. Just use the
560 defaults for enabling LZMA or use grml-live's '-z' option if you want to use
561 ZLIB compression instead.
562
563 * Kernel 2.6.31-grml[64]: works with ZLIB compression, fails with LZMA
564 * Kernel 2.6.33-grml[64]: works with ZLIB compression, fails with LZMA
565 * Kernel 2.6.35-grml[64]: works with ZLIB *and* LZMA compression
566 * Kernel 2.6.36-grml[64]: works with ZLIB *and* LZMA compression
567
568 [NOTE]
569 squashfs-tools >=4.1-1 and/or squashfs-lzma-tools4 are the recommended package
570 for building up2date ISOs with grml-live! Please use other squashfs-* packages
571 only if you want to build live systems providing kernel versions older than
572 2.6.35-grml*. Use squashfs-tools >=4.1-1 or squashfs-lzma-tools4 from Grml if
573 you want to remaster any Grml releases MORE RECENT than 2010.04.
574
575 Using squashfs-lzma-tools 4.0-2 on the build system
576 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
577
578 squashfs-lzma-tools 4.0-2 is available via the Grml repositories. It provides
579 the mksquashfs-lzma and unsquashfs-lzma binaries. The package does NOT conflict
580 with Debian's squashfs-tools package (you can install both of them at the same
581 time).
582
583 The packages can be downloaded from
584 link:http://deb.grml.org/pool/main/s/squashfs-lzma-tools/[http://deb.grml.org/pool/main/s/squashfs-lzma-tools/]
585
586 It provides support for the new squashfs file format version 4 (based on openwrt
587 patches, this is *not* the mainline file format that's being used by kernel
588 2.6.35-grml and squashfs-lzma-tools4!) and therefore requires kernel versions
589 newer than 2.6.28-grml[64]. It supports LZMA as well as ZLIB compression. Just
590 use the defaults for enabling LZMA or use grml-live's '-z' option if you want to
591 use ZLIB instead.
592
593 * Kernel \<=2.6.28-grml[64]: does not work
594 * Kernel 2.6.31-grml[64]: works
595 * Kernel 2.6.33-grml[64]: works
596 * Kernel 2.6.35-grml[64]: works for ZLIB compression, fails for LZMA
597
598 [NOTE]
599 Please use squashfs-lzma-tools >=4.0-2 from Grml only if you want to remaster
600 Grml releases 2009.10 and 2010.04 or live systems with their according kernel
601 versions.
602
603 Using squashfs-tools 1:4.0-X on the build system
604 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
605
606 squashfs-tools >=1:4.0-1 is available in Debian/unstable and Debian/testing. It
607 provides the mksquashfs and unsquashfs binaries. The package does NOT conflict
608 neither with the squashfs-lzma-tools 4.0-2 package nor with the
609 squashfs-lzma-tools4 package (so you can install all of them at the same time).
610
611 The packages can be downloaded from
612 link:ftp://ftp.de.debian.org/debian/pool/main/s/squashfs-tools/[ftp://ftp.de.debian.org/debian/pool/main/s/squashfs-tools/]
613
614 It provides support for the new squashfs file format version 4 and therefore
615 requires kernel versions newer than 2.6.28-grml[64].
616
617 It does NOT support LZMA compression (dropped with
618 link:http://packages.debian.org/changelogs/pool/main/s/squashfs-tools/current/changelog[version
619 1:3.3-4] and not yet re-integrated yet, see
620 link:http://bugs.debian.org/594595[#594595]). If you need LZMA support please
621 use Grml's squashfs-lzma-tools[4] (see sections above) instead.
622
623 * Kernels \<=2.6.28-grml[64]: does not work
624 * Kernel 2.6.31-grml[64]: works (ZLIB only)
625 * Kernel 2.6.33-grml[64]: works (ZLIB only)
626 * Kernel 2.6.35-grml[64]: works (ZLIB only)
627 * Kernel 2.6.36-grml[64]: works (ZLIB only)
628
629 [NOTE]
630 Please use squashfs-tools between 4.0-1 and 4.1-1 only if you want to remaster
631 Grml releases starting with 2009.10 using the ZLIB compression, please use other
632 squashfs packages otherwise instead.
633
634 Outdated, JFTR:
635
636 Using squashfs-lzma-tools 3.3-1 on the build system
637 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
638
639 squashfs-lzma-tools 3.3-1 from the Grml repository supports kernel
640 2.6.26-grml[64] and 2.6.28-grml[64] using both LZMA and ZLIB (-nolzma)
641 compression.
642
643 The packages can be downloaded from
644 link:http://deb.grml.org/pool/main/s/squashfs-lzma/[http://deb.grml.org/pool/main/s/squashfs-lzma/].
645
646 [NOTE]
647 Please use squashfs-lzma-tools 3.3-1 only if you want to remaster Grml releases
648 2008.11 or 2009.05.
649
650 Using squashfs-tools 1:3.3-7 on the build system
651 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
652
653 squashfs-tools 1:3.3-7 is available through
654 http://grml.org/squashfs/squashfs-tools_3.3-7_i386.deb (for x86) or
655 http://grml.org/squashfs/squashfs-tools_3.3-7_amd64.deb (for amd64) [both build
656 on and for Debian/etch but working with testing and unstable as well].
657
658 Please notice that squashfs-tools 1:3.3-7 does NOT support LZMA compression at
659 all (so you won't be able to remaster release 2008.11 and 2009.05 using LZMA for
660 example). The -nolzma option of mksquashfs is not available therefore (even
661 though grml-live will deactivate it for you automatically anyway). Please use
662 squashfs-lzma-tools instead.
663
664 * Kernel 2.6.23-grml: does NOT work, please use squashfs-tools 1:3.2r2-9exp1
665                       instead if you still want to use kernel 2.6.23 (not
666                       recommended)
667 * Kernel 2.6.26-grml: works (without LZMA compression only of course!)
668 * Kernel 2.6.28-grml: works (without LZMA compression only of course!)
669
670 Using squashfs-tools 1:3.2r2-9exp1 on the build system
671 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
672
673 squashfs-tools 1:3.2r2-9exp1 is available via the grml-testing repository,
674 running:
675
676   # aptitude install squashfs-tools=1:3.2r2-9exp1
677
678 or directly via downloading the files
679 http://grml.org/squashfs/squashfs-tools_3.2r2-9exp1_i386.deb (for x86) or
680 http://grml.org/squashfs/squashfs-tools_3.2r2-9exp1_amd64.deb (for amd64).
681
682 Using with ZLIB compression (SQUASHFS_OPTIONS='-nolzma' or -z
683 option in grml-live cmdline):
684
685 * Kernel 2.6.23-grml: works
686 * Kernel 2.6.26-grml: works
687 * Kernel 2.6.28-grml: supposed to work (not verified though)
688
689 Using with LZMA compression:
690
691 * Kernel 2.6.23-grml: works
692 * Kernel 2.6.26-grml: does NOT work, please use ZLIB mode instead or switch
693   to Debian package squashfs-lzma-tools 3.3-1 (see section above).
694 * Kernel 2.6.28-grml: does NOT work, please use ZLIB mode instead or switch
695   to Debian package squashfs-lzma-tools 3.3-1 (see section above).
696 //////////////////////////////////////////////////////////////////////////////////
697
698 [[faq]]
699 FAQ
700 ---
701
702 [[deploy-on-debian]]
703 How do I deploy grml-live on a plain Debian installation?
704 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
705
706 The easiest way to get a running grml-live setup is to install Grml or
707 grml-medium using grml2hd (for example inside KVM, Virtualbox, VMware,... if you
708 don't want to run it on a physical system). Of course using grml-live on a
709 plain, original Debian installation is supported as well. So there we go.
710
711 What we have: plain, original Debian Lenny (5.0).
712
713 What we want: build a grml-medium ISO based on Debian/squeeze for the i386
714 architecture using grml-live.
715
716 [IMPORTANT]
717
718 If you encounter any problems while booting the resulting ISO please be aware of
719 <<current_state,the 'current state of grml-live with squashfs-tools and kernel'
720 section>>.
721
722 Instructions
723 ^^^^^^^^^^^^
724
725   # adjust sources.list:
726   cat >> /etc/apt/sources.list << EOF
727
728   # grml stable repository:
729     deb     http://deb.grml.org/ grml-stable  main
730   # deb-src http://deb.grml.org/ grml-stable  main
731
732   # grml testing/development repository:
733     deb     http://deb.grml.org/ grml-testing main
734   # deb-src http://deb.grml.org/ grml-testing main
735   EOF
736
737   # adjust apt-pinning (only prefer squashfs stuff from grml):
738   cat >> /etc/apt/preferences << EOF
739   Package: *
740   Pin: origin deb.grml.org
741   Pin-Priority: 1
742
743   Package: squashfs-tools
744   Pin: origin deb.grml.org
745   Pin-Priority: 996
746   EOF
747
748   # get keyring for apt:
749   apt-get update
750   apt-get --allow-unauthenticated install grml-debian-keyring
751
752   # optionally(!) install basefile so we don't have to build basic
753   # chroot from scratch, grab from http://daily.grml.org/
754   # mkdir -p /etc/grml/fai/config/basefiles/
755   # mv base.tgz /etc/grml/fai/config/basefiles/I386.tar.gz
756   # mv base64.tgz /etc/grml/fai/config/basefiles/AMD64.tar.gz
757
758   # install relevant tools
759   # please check out http://grml.org/grml-live/#current_state when encountering problems!
760   apt-get -o APT::Install-Recommends=false install grml-live squashfs-tools
761
762   # adjust grml-live configuration for our needs:
763   cat > /etc/grml/grml-live.local << EOF
764   ## want a faster build process and don't need smaller ISOs?
765   ## if so use zlib compression
766   # SQUASHFS_OPTIONS="-comp gzip -b 256k"
767   ## want to use a specific squashfs binary?
768   # SQUASHFS_BINARY='/usr/bin/mksquashfs'
769   # install local files into the chroot
770   CHROOT_INSTALL="/etc/grml/fai/chroot_install"
771   ## adjust if necessary (defaults to /grml/grml-live):
772   ## OUTPUT="/srv/grml-live"
773   FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian/"
774   ARCH="i386"
775   CLASSES="GRMLBASE,GRML_MEDIUM,I386"
776   # PRESERVE_LOGFILE='1'
777   # ZERO_FAI_LOGFILE='1'
778   GRML_LIVE_SOURCES="
779   deb http://deb.grml.org/            grml-stable  main
780   deb http://deb.grml.org/            grml-testing main
781   deb http://cdn.debian.net/debian squeeze main contrib non-free
782   "
783   EOF
784
785   # just optional(!) - upgrade FAI to latest available version:
786   cat >> /etc/apt/sources.list << EOF
787   # fai:
788     deb http://fai-project.org/download lenny koeln
789   EOF
790
791   # get gpg key of FAI repos and install current FAI version:
792   gpg -a --recv-keys AB9B66FD; gpg -a --export AB9B66FD | apt-key add -
793   apt-get update
794   apt-get install fai-client fai-server fai-doc
795
796 That's it. Now invoking 'grml-live -V' should build the ISO.  If everything
797 worked as expected the last line of the shell output should look like:
798
799   [*] Successfully finished execution of grml-live [running 687 seconds]
800
801 and the ISO can be found inside /grml-live/grml-live/grml_isos/ then.
802
803 [[fai-on-etch]]
804 Help, I'm using Debian etch and I don't have FAI version >3.2
805 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
806
807   wget http://fai-project.org/download/etch/fai-client_3.2.8_all.deb \
808        http://fai-project.org/download/etch/fai-server_3.2.8_all.deb \
809        http://fai-project.org/download/etch/fai-doc_3.2.8_all.deb
810   dpkg -i fai-client_3.2.8_all.deb fai-server_3.2.8_all.deb fai-doc_3.2.8_all.deb
811
812 or check out the link:http://fai-project.org/[FAI-homepage] for
813 further details.
814
815 [[how-to-debug]]
816 I've problems with the build process. How to start debugging?
817 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
818
819 Check out the logs inside /var/log/fai/... If you think it's a bug in grml-live
820 send a copy of your config, logs and the commandline with a short problem
821 description to <mika@grml.org>:
822
823   # history | grep grml-live > /etc/grml/grml_live.cmdline
824   # tar zcf grml_live_problem.tar.gz /etc/grml/grml-live.conf \
825             /etc/grml/grml_live.cmdline /etc/grml/grml-buildd.conf \
826             /var/log/fai /etc/grml/fai
827   -> finally mail grml_live_problem.tar.gz to <mika@grml.org>
828
829 If you need help with grml-live or would like to see new features as part of
830 grml-live you can get commercial support via
831 link:http://grml-solutions.com/[Grml Solutions].
832
833 [[lzma-vs-zlib]]
834 How much is the difference between LZMA and ZLIB compression?
835 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
836
837 ISO size (bs = blocksize):
838
839 [width="45%",cols="3,^2,^2"]
840 |============================================================
841 |ISO                   |LZMA (256kB bs) |ZLIB
842 |grml_sid              |666M | 771M
843 |grml_squeeze          |659M | 761M
844 |grml_lenny            |624M | 723M
845 |grml64_sid            |677M | 791M
846 |grml64_squeeze        |671M | 785M
847 |grml64_lenny          |639M | 745M
848 |grml-medium_sid       |208M | 236M
849 |grml-medium_squeeze   |206M | 234M
850 |grml-medium_lenny     |193M | 220M
851 |grml64-medium_sid     |213M | 245M
852 |grml64-medium_squeeze |213M | 244M
853 |grml64-medium_lenny   |201M | 231M
854 |grml-small_sid        |102M | 118M
855 |grml-small_squeeze    |101M | 117M
856 |grml-small_lenny      |97M  | 112M
857 |grml64-small_sid      |103M | 120M
858 |grml64-small_squeeze  |103M | 120M
859 |grml64-small_lenny    |99M  | 116M
860 |============================================================
861
862 Build time of grml-medium's squashfs file (depends on your system, though just
863 to get the ratio between the different options):
864
865 * 10 minutes and 4 seconds with LZMA default blocksize (128k)
866 * 7 minutes 27 seconds with LZMA and blocksize 256k
867 * 6 minutes and 8 seconds with LZMA blocksize 512k
868 * 1 minute and 40 seconds with ZLIB
869
870 [[install-local-files]]
871 How to I install further files into the chroot/ISO?
872 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
873
874 Just point the configuration variable CHROOT_INSTALL to the directory which
875 provides the files you would like to install. Note that the files are installed
876 under '/' in the chroot - so you have to create the rootfs structure on your
877 own. Usage example:
878
879   echo "CHROOT_INSTALL=\$GRML_FAI_CONFIG/chroot_install" >> /etc/grml/grml-live.local
880   mkdir -p /etc/grml/fai/chroot_install/usr/src/
881   wget example.org/foo.tar.gz
882   mv foo.tar.gz /etc/grml/fai/chroot_install/usr/src/
883   grml-live ...
884
885 [[local-debian-mirror]]
886 Can I use my own (local) Debian mirror?
887 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
888
889 Sure. Just adjust the variables GRML_LIVE_SOURCES and FAI_DEBOOTSTRAP (if not
890 already using NFSROOT's base.tgz) inside /etc/grml/grml-live.conf according to
891 your needs. Please don't forget that you should use the grml servers as well
892 (see default configuration) so all the grml packages can be downloaded as well.
893
894 If you want to use a local (for example NFS mount) mirror additionally, just
895 adjust MIRROR_DIRECTORY and MIRROR_SOURCES inside /etc/grml/grml-live.conf as
896 well.
897
898 Unless you specify GRML_LIVE_SOURCES and/or FAI_DEBOOTSTRAP the default from
899 /etc/grml/fai/apt/sources.list and /etc/grml/fai/make-fai-nfsroot.conf will be
900 taken. If you customise the variables in /etc/grml/grml-live.conf then the two
901 files will be adjusted during runtime automatically.
902
903 If MIRROR_DIRECTORY and MIRROR_SOURCES are specified the local mirror will be
904 taken as first entry in the generated sources.list so it's preferred over
905 non-local mirrors. Using a fallback mirror (via providing several mirrors in
906 GRML_LIVE_SOURCES as used by default) is a recommended setting.
907
908 [[add-additional-debian-packages]]
909 How do I add additional Debian package(s) to my CD/ISO?
910 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
911
912 Just create a new class (using the package_config directory):
913
914   # cat > /etc/grml/fai/config/package_config/MIKA << EOF
915   PACKAGES aptitude
916
917   vim
918   another_name_of_a_debian_package
919   and_another_one
920   EOF
921
922 and specify it when invoking grml-live then:
923
924   # grml-live -c GRMLBASE,GRML_SMALL,I386,MIKA
925
926 [[reset-grml-live-configuration]]
927 I fscked up my grml-live configuration. How do I reset it to the defaults?
928 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
929
930 Notice: this deletes all your grml-live configuration files. If that's really
931 what you are searching for just run:
932
933   rm -rf /etc/grml/fai /etc/grml/grml-live.conf
934   dpkg -i --force-confnew --force-confmiss /path/to/grml-live_..._all.deb
935
936 [NOTE]
937
938 If you don't control your /etc using a version control system (VCS) yet it's a
939 good chance to start using it now. Check out
940 link:http://michael-prokop.at/blog/2007/03/14/maintain-etc-with-mercurial-on-debian/[http://michael-prokop.at/blog/2007/03/14/maintain-etc-with-mercurial-on-debian/]
941 for more details how to maintain /etc using the mercurial VCS.
942
943 [[create-a-base-tgz]]
944 How do I create a base.tgz for use as NFSROOT?
945 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
946
947 First of all build the chroot system:
948
949   mkdir /tmp/nfsroot && cd /tmp/nfsroot
950   debootstrap lenny /tmp/nfsroot/ http://cdn.debian.net/debian
951   tar zcf base.tgz ./
952
953 Then check out where your NFSROOT is located:
954
955   # grep '^NFSROOT' /etc/grml/fai/make-fai-nfsroot.conf
956   NFSROOT=/grml/fai/nfsroot
957
958 So as /grml/fai/nfsroot is your NFSROOT place the file under
959 /grml/fai/nfsroot/live/filesystem.dir/var/tmp/:
960
961   mv base.tgz /grml/fai/nfsroot/live/filesystem.dir/var/tmp/base.tgz
962
963 or even better use /etc/grml/fai/config/basefiles/$CLASSNAME.tar.gz instead.
964 Use I386 as $CLASSNAME for i386 builds and AMD64 for amd64 builds.
965
966 Now running "grml-live ..." will use this file as main system instead of
967 executing debootstrap. Check out the output for the following lines if using
968 NFSROOT:
969
970   [...]
971   Calling task_extrbase
972   Unpacking Debian base archive
973   Extracting /grml/fai/nfsroot/live/filesystem.dir/var/tmp/base.tgz
974   Calling task_mirror
975   [...]
976
977 or if using /etc/grml/fai/config/basefiles/$CLASSNAME.tar.gz for:
978
979   [...]
980   ftar: extracting /etc/grml/fai/config/basefiles///AMD64.tar.gz to
981   /grml-live/grml-live_20071029.22138/grml_chroot//
982   [...]
983
984 [TIP]
985 Existing base.tgz can be found at http://daily.grml.org/
986
987 [[apt-cacher]]
988 Set up apt-cacher / apt-cacher-ng for use with grml-live
989 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
990
991 Make sure /etc/grml/grml-live.conf provides according GRML_LIVE_SOURCES and
992 FAI_DEBOOTSTRAP:
993
994   # cat /etc/grml/grml-live.conf
995   [...]
996   GRML_LIVE_SOURCES="
997   deb http://localhost:3142/deb.grml.org grml-stable  main
998   deb http://localhost:3142/deb.grml.org grml-testing main
999   deb http://localhost:3142/cdn.debian.net/debian lenny main contrib non-free
1000   "
1001   [...]
1002   FAI_DEBOOTSTRAP="lenny http://localhost:3142/cdn.debian.net/debian lenny main contrib non-free"
1003
1004 Make sure apt-cacher / apt-cacher-ng is running ('/etc/init.d/apt-cacher
1005 restart' or '/etc/init.d/apt-cacher-ng restart'). That's it.  All downloaded
1006 files will be cached in /var/cache/apt-cacher/ or /var/cache/apt-cacher-ng then.
1007
1008 [[approx]]
1009 Set up approx for use with grml-live
1010 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1011
1012 Make sure /etc/grml/grml-live.conf provides according GRML_LIVE_SOURCES and
1013 FAI_DEBOOTSTRAP:
1014
1015   # cat /etc/grml/grml-live.conf
1016   [...]
1017   GRML_LIVE_SOURCES="
1018   deb http://localhost:9999/grml            grml-stable  main
1019   deb http://localhost:9999/grml            grml-testing main
1020   deb http://localhost:9999/debian lenny    main contrib non-free
1021   "
1022   FAI_DEBOOTSTRAP="lenny http://localhost:9999/debian"
1023
1024 Configure approx:
1025
1026   # cat /etc/approx/approx.conf
1027   [...]
1028   debian http://ftp.at.debian.org/debian
1029   grml   http://deb.grml.org/
1030
1031 Don't forget to restart approx (/etc/init.d/approx restart). That's it.
1032 All downloaded files will be cached in /var/cache/approx now.
1033
1034 [[revert_manifold]]
1035 How do I revert the manifold feature from an ISO?
1036 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1037
1038 The so called manifold feature Grml ISOs use by default allows to use the same
1039 ISO for CD boot and USB boot. If you notice any problems when booting just
1040 revert the manifold feature running:
1041
1042   % dd if=/dev/zero of=grml.iso bs=512 count=1 conv=notrunc
1043
1044 To switch from manifold to isohybrid mode (an alternative approach provided by
1045 syslinux) then just execute:
1046
1047   % isohybrid grml.iso
1048
1049 [[basetgz]]
1050 How to I create a base tar.gz (I386.tar.gz or AMD64.tar.gz)
1051 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1052
1053 Execute the following commands (requires root):
1054
1055   ARCH='amd64' # replace with i386 if necessary
1056   SUITE='squeeze' # using the current stable release should always work
1057   debootstrap --arch "$ARCH" --exclude=info,tasksel,tasksel-data "$SUITE" "$ARCH" http://debian.netcologne.de/debian
1058   cd "$ARCH"
1059   rm var/cache/apt/archives/*.deb
1060   tar zcf ../"${ARCH}".tar.gz *
1061
1062 And finally place the generated tarball in /etc/grml/fai/config/basefiles/ (note
1063 that it needs to be uppercase letters matching the class names, so: AMD64.tar.gz
1064 for amd64 and I386.tar.gz for i386).
1065
1066 [[question]]
1067 I've a question which isn't answered by this document
1068 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1069
1070 Don't hesitate to contact the author: <mika@grml.org>
1071
1072 [[download]]
1073 Download / install grml-live as a Debian package
1074 ------------------------------------------------
1075
1076 Debian packages are available through the grml-repository at
1077 link:http://deb.grml.org/pool/main/g/grml-live/[deb.grml.org].  If you want to
1078 build a Debian package on your own (using for example a specific version or the
1079 current development tree), just execute:
1080
1081   git clone git://git.grml.org/grml-live
1082   cd grml-live
1083   debuild -us -uc
1084
1085 [[source]]
1086 Source
1087 ------
1088
1089 The source of grml-live is available at
1090 link:http://git.grml.org/?p=grml-live.git[http://git.grml.org/?p=grml-live.git]
1091
1092 [[todo-list]]
1093 TODO list
1094 ---------
1095
1096 Check out the link:http://git.grml.org/?p=grml-live.git;a=blob;f=TODO;hb=HEAD[TODO file].
1097
1098 [[bugs]]
1099 Bugs
1100 ----
1101
1102 Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes
1103 link:http://grml.org/contact/[to the grml-team]!
1104
1105 [[documentation]]
1106 Documentation
1107 -------------
1108
1109 The most recent grml-live documentation is available online at
1110 http://grml.org/grml-live/ and for offline reading also available
1111 in different formats:
1112
1113 * http://grml.org/grml-live/grml-live.epub
1114 * http://grml.org/grml-live/grml-live.pdf
1115
1116 [[authors]]
1117 Authors
1118 -------
1119 Michael Prokop <mika@grml.org>
1120
1121 /////////////////////////////////////
1122 // vim:ai tw=80 ft=asciidoc expandtab
1123 /////////////////////////////////////