grml-live: refresh docs from grml-live.git
[grml.org.git] / grml-live / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\r
2     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
4 <head>\r
5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
6 <meta name="generator" content="AsciiDoc 8.6.6" />\r
7 <title>grml-live(8)</title>\r
8 <style type="text/css">\r
9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */\r
10 \r
11 /* Default font. */\r
12 body {\r
13   font-family: Georgia,serif;\r
14 }\r
15 \r
16 /* Title font. */\r
17 h1, h2, h3, h4, h5, h6,\r
18 div.title, caption.title,\r
19 thead, p.table.header,\r
20 #toctitle,\r
21 #author, #revnumber, #revdate, #revremark,\r
22 #footer {\r
23   font-family: Arial,Helvetica,sans-serif;\r
24 }\r
25 \r
26 body {\r
27   margin: 1em 5% 1em 5%;\r
28 }\r
29 \r
30 a {\r
31   color: blue;\r
32   text-decoration: underline;\r
33 }\r
34 a:visited {\r
35   color: fuchsia;\r
36 }\r
37 \r
38 em {\r
39   font-style: italic;\r
40   color: navy;\r
41 }\r
42 \r
43 strong {\r
44   font-weight: bold;\r
45   color: #083194;\r
46 }\r
47 \r
48 h1, h2, h3, h4, h5, h6 {\r
49   color: #527bbd;\r
50   margin-top: 1.2em;\r
51   margin-bottom: 0.5em;\r
52   line-height: 1.3;\r
53 }\r
54 \r
55 h1, h2, h3 {\r
56   border-bottom: 2px solid silver;\r
57 }\r
58 h2 {\r
59   padding-top: 0.5em;\r
60 }\r
61 h3 {\r
62   float: left;\r
63 }\r
64 h3 + * {\r
65   clear: left;\r
66 }\r
67 h5 {\r
68   font-size: 1.0em;\r
69 }\r
70 \r
71 div.sectionbody {\r
72   margin-left: 0;\r
73 }\r
74 \r
75 hr {\r
76   border: 1px solid silver;\r
77 }\r
78 \r
79 p {\r
80   margin-top: 0.5em;\r
81   margin-bottom: 0.5em;\r
82 }\r
83 \r
84 ul, ol, li > p {\r
85   margin-top: 0;\r
86 }\r
87 ul > li     { color: #aaa; }\r
88 ul > li > * { color: black; }\r
89 \r
90 pre {\r
91   padding: 0;\r
92   margin: 0;\r
93 }\r
94 \r
95 #author {\r
96   color: #527bbd;\r
97   font-weight: bold;\r
98   font-size: 1.1em;\r
99 }\r
100 #email {\r
101 }\r
102 #revnumber, #revdate, #revremark {\r
103 }\r
104 \r
105 #footer {\r
106   font-size: small;\r
107   border-top: 2px solid silver;\r
108   padding-top: 0.5em;\r
109   margin-top: 4.0em;\r
110 }\r
111 #footer-text {\r
112   float: left;\r
113   padding-bottom: 0.5em;\r
114 }\r
115 #footer-badges {\r
116   float: right;\r
117   padding-bottom: 0.5em;\r
118 }\r
119 \r
120 #preamble {\r
121   margin-top: 1.5em;\r
122   margin-bottom: 1.5em;\r
123 }\r
124 div.imageblock, div.exampleblock, div.verseblock,\r
125 div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock,\r
126 div.admonitionblock {\r
127   margin-top: 1.0em;\r
128   margin-bottom: 1.5em;\r
129 }\r
130 div.admonitionblock {\r
131   margin-top: 2.0em;\r
132   margin-bottom: 2.0em;\r
133   margin-right: 10%;\r
134   color: #606060;\r
135 }\r
136 \r
137 div.content { /* Block element content. */\r
138   padding: 0;\r
139 }\r
140 \r
141 /* Block element titles. */\r
142 div.title, caption.title {\r
143   color: #527bbd;\r
144   font-weight: bold;\r
145   text-align: left;\r
146   margin-top: 1.0em;\r
147   margin-bottom: 0.5em;\r
148 }\r
149 div.title + * {\r
150   margin-top: 0;\r
151 }\r
152 \r
153 td div.title:first-child {\r
154   margin-top: 0.0em;\r
155 }\r
156 div.content div.title:first-child {\r
157   margin-top: 0.0em;\r
158 }\r
159 div.content + div.title {\r
160   margin-top: 0.0em;\r
161 }\r
162 \r
163 div.sidebarblock > div.content {\r
164   background: #ffffee;\r
165   border: 1px solid #dddddd;\r
166   border-left: 4px solid #f0f0f0;\r
167   padding: 0.5em;\r
168 }\r
169 \r
170 div.listingblock > div.content {\r
171   border: 1px solid #dddddd;\r
172   border-left: 5px solid #f0f0f0;\r
173   background: #f8f8f8;\r
174   padding: 0.5em;\r
175 }\r
176 \r
177 div.quoteblock, div.verseblock {\r
178   padding-left: 1.0em;\r
179   margin-left: 1.0em;\r
180   margin-right: 10%;\r
181   border-left: 5px solid #f0f0f0;\r
182   color: #888;\r
183 }\r
184 \r
185 div.quoteblock > div.attribution {\r
186   padding-top: 0.5em;\r
187   text-align: right;\r
188 }\r
189 \r
190 div.verseblock > pre.content {\r
191   font-family: inherit;\r
192   font-size: inherit;\r
193 }\r
194 div.verseblock > div.attribution {\r
195   padding-top: 0.75em;\r
196   text-align: left;\r
197 }\r
198 /* DEPRECATED: Pre version 8.2.7 verse style literal block. */\r
199 div.verseblock + div.attribution {\r
200   text-align: left;\r
201 }\r
202 \r
203 div.admonitionblock .icon {\r
204   vertical-align: top;\r
205   font-size: 1.1em;\r
206   font-weight: bold;\r
207   text-decoration: underline;\r
208   color: #527bbd;\r
209   padding-right: 0.5em;\r
210 }\r
211 div.admonitionblock td.content {\r
212   padding-left: 0.5em;\r
213   border-left: 3px solid #dddddd;\r
214 }\r
215 \r
216 div.exampleblock > div.content {\r
217   border-left: 3px solid #dddddd;\r
218   padding-left: 0.5em;\r
219 }\r
220 \r
221 div.imageblock div.content { padding-left: 0; }\r
222 span.image img { border-style: none; }\r
223 a.image:visited { color: white; }\r
224 \r
225 dl {\r
226   margin-top: 0.8em;\r
227   margin-bottom: 0.8em;\r
228 }\r
229 dt {\r
230   margin-top: 0.5em;\r
231   margin-bottom: 0;\r
232   font-style: normal;\r
233   color: navy;\r
234 }\r
235 dd > *:first-child {\r
236   margin-top: 0.1em;\r
237 }\r
238 \r
239 ul, ol {\r
240     list-style-position: outside;\r
241 }\r
242 ol.arabic {\r
243   list-style-type: decimal;\r
244 }\r
245 ol.loweralpha {\r
246   list-style-type: lower-alpha;\r
247 }\r
248 ol.upperalpha {\r
249   list-style-type: upper-alpha;\r
250 }\r
251 ol.lowerroman {\r
252   list-style-type: lower-roman;\r
253 }\r
254 ol.upperroman {\r
255   list-style-type: upper-roman;\r
256 }\r
257 \r
258 div.compact ul, div.compact ol,\r
259 div.compact p, div.compact p,\r
260 div.compact div, div.compact div {\r
261   margin-top: 0.1em;\r
262   margin-bottom: 0.1em;\r
263 }\r
264 \r
265 tfoot {\r
266   font-weight: bold;\r
267 }\r
268 td > div.verse {\r
269   white-space: pre;\r
270 }\r
271 \r
272 div.hdlist {\r
273   margin-top: 0.8em;\r
274   margin-bottom: 0.8em;\r
275 }\r
276 div.hdlist tr {\r
277   padding-bottom: 15px;\r
278 }\r
279 dt.hdlist1.strong, td.hdlist1.strong {\r
280   font-weight: bold;\r
281 }\r
282 td.hdlist1 {\r
283   vertical-align: top;\r
284   font-style: normal;\r
285   padding-right: 0.8em;\r
286   color: navy;\r
287 }\r
288 td.hdlist2 {\r
289   vertical-align: top;\r
290 }\r
291 div.hdlist.compact tr {\r
292   margin: 0;\r
293   padding-bottom: 0;\r
294 }\r
295 \r
296 .comment {\r
297   background: yellow;\r
298 }\r
299 \r
300 .footnote, .footnoteref {\r
301   font-size: 0.8em;\r
302 }\r
303 \r
304 span.footnote, span.footnoteref {\r
305   vertical-align: super;\r
306 }\r
307 \r
308 #footnotes {\r
309   margin: 20px 0 20px 0;\r
310   padding: 7px 0 0 0;\r
311 }\r
312 \r
313 #footnotes div.footnote {\r
314   margin: 0 0 5px 0;\r
315 }\r
316 \r
317 #footnotes hr {\r
318   border: none;\r
319   border-top: 1px solid silver;\r
320   height: 1px;\r
321   text-align: left;\r
322   margin-left: 0;\r
323   width: 20%;\r
324   min-width: 100px;\r
325 }\r
326 \r
327 div.colist td {\r
328   padding-right: 0.5em;\r
329   padding-bottom: 0.3em;\r
330   vertical-align: top;\r
331 }\r
332 div.colist td img {\r
333   margin-top: 0.3em;\r
334 }\r
335 \r
336 @media print {\r
337   #footer-badges { display: none; }\r
338 }\r
339 \r
340 #toc {\r
341   margin-bottom: 2.5em;\r
342 }\r
343 \r
344 #toctitle {\r
345   color: #527bbd;\r
346   font-size: 1.1em;\r
347   font-weight: bold;\r
348   margin-top: 1.0em;\r
349   margin-bottom: 0.1em;\r
350 }\r
351 \r
352 div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {\r
353   margin-top: 0;\r
354   margin-bottom: 0;\r
355 }\r
356 div.toclevel2 {\r
357   margin-left: 2em;\r
358   font-size: 0.9em;\r
359 }\r
360 div.toclevel3 {\r
361   margin-left: 4em;\r
362   font-size: 0.9em;\r
363 }\r
364 div.toclevel4 {\r
365   margin-left: 6em;\r
366   font-size: 0.9em;\r
367 }\r
368 \r
369 span.aqua { color: aqua; }\r
370 span.black { color: black; }\r
371 span.blue { color: blue; }\r
372 span.fuchsia { color: fuchsia; }\r
373 span.gray { color: gray; }\r
374 span.green { color: green; }\r
375 span.lime { color: lime; }\r
376 span.maroon { color: maroon; }\r
377 span.navy { color: navy; }\r
378 span.olive { color: olive; }\r
379 span.purple { color: purple; }\r
380 span.red { color: red; }\r
381 span.silver { color: silver; }\r
382 span.teal { color: teal; }\r
383 span.white { color: white; }\r
384 span.yellow { color: yellow; }\r
385 \r
386 span.aqua-background { background: aqua; }\r
387 span.black-background { background: black; }\r
388 span.blue-background { background: blue; }\r
389 span.fuchsia-background { background: fuchsia; }\r
390 span.gray-background { background: gray; }\r
391 span.green-background { background: green; }\r
392 span.lime-background { background: lime; }\r
393 span.maroon-background { background: maroon; }\r
394 span.navy-background { background: navy; }\r
395 span.olive-background { background: olive; }\r
396 span.purple-background { background: purple; }\r
397 span.red-background { background: red; }\r
398 span.silver-background { background: silver; }\r
399 span.teal-background { background: teal; }\r
400 span.white-background { background: white; }\r
401 span.yellow-background { background: yellow; }\r
402 \r
403 span.big { font-size: 2em; }\r
404 span.small { font-size: 0.6em; }\r
405 \r
406 span.underline { text-decoration: underline; }\r
407 span.overline { text-decoration: overline; }\r
408 span.line-through { text-decoration: line-through; }\r
409 \r
410 \r
411 /*\r
412  * xhtml11 specific\r
413  *\r
414  * */\r
415 \r
416 tt {\r
417   font-family: monospace;\r
418   font-size: inherit;\r
419   color: navy;\r
420 }\r
421 \r
422 div.tableblock {\r
423   margin-top: 1.0em;\r
424   margin-bottom: 1.5em;\r
425 }\r
426 div.tableblock > table {\r
427   border: 3px solid #527bbd;\r
428 }\r
429 thead, p.table.header {\r
430   font-weight: bold;\r
431   color: #527bbd;\r
432 }\r
433 p.table {\r
434   margin-top: 0;\r
435 }\r
436 /* Because the table frame attribute is overriden by CSS in most browsers. */\r
437 div.tableblock > table[frame="void"] {\r
438   border-style: none;\r
439 }\r
440 div.tableblock > table[frame="hsides"] {\r
441   border-left-style: none;\r
442   border-right-style: none;\r
443 }\r
444 div.tableblock > table[frame="vsides"] {\r
445   border-top-style: none;\r
446   border-bottom-style: none;\r
447 }\r
448 \r
449 \r
450 /*\r
451  * html5 specific\r
452  *\r
453  * */\r
454 \r
455 .monospaced {\r
456   font-family: monospace;\r
457   font-size: inherit;\r
458   color: navy;\r
459 }\r
460 \r
461 table.tableblock {\r
462   margin-top: 1.0em;\r
463   margin-bottom: 1.5em;\r
464 }\r
465 thead, p.tableblock.header {\r
466   font-weight: bold;\r
467   color: #527bbd;\r
468 }\r
469 p.tableblock {\r
470   margin-top: 0;\r
471 }\r
472 table.tableblock {\r
473   border-width: 3px;\r
474   border-spacing: 0px;\r
475   border-style: solid;\r
476   border-color: #527bbd;\r
477   border-collapse: collapse;\r
478 }\r
479 th.tableblock, td.tableblock {\r
480   border-width: 1px;\r
481   padding: 4px;\r
482   border-style: solid;\r
483   border-color: #527bbd;\r
484 }\r
485 \r
486 table.tableblock.frame-topbot {\r
487   border-left-style: hidden;\r
488   border-right-style: hidden;\r
489 }\r
490 table.tableblock.frame-sides {\r
491   border-top-style: hidden;\r
492   border-bottom-style: hidden;\r
493 }\r
494 table.tableblock.frame-none {\r
495   border-style: hidden;\r
496 }\r
497 \r
498 th.tableblock.halign-left, td.tableblock.halign-left {\r
499   text-align: left;\r
500 }\r
501 th.tableblock.halign-center, td.tableblock.halign-center {\r
502   text-align: center;\r
503 }\r
504 th.tableblock.halign-right, td.tableblock.halign-right {\r
505   text-align: right;\r
506 }\r
507 \r
508 th.tableblock.valign-top, td.tableblock.valign-top {\r
509   vertical-align: top;\r
510 }\r
511 th.tableblock.valign-middle, td.tableblock.valign-middle {\r
512   vertical-align: middle;\r
513 }\r
514 th.tableblock.valign-bottom, td.tableblock.valign-bottom {\r
515   vertical-align: bottom;\r
516 }\r
517 \r
518 \r
519 /*\r
520  * manpage specific\r
521  *\r
522  * */\r
523 \r
524 body.manpage h1 {\r
525   padding-top: 0.5em;\r
526   padding-bottom: 0.5em;\r
527   border-top: 2px solid silver;\r
528   border-bottom: 2px solid silver;\r
529 }\r
530 body.manpage h2 {\r
531   border-style: none;\r
532 }\r
533 body.manpage div.sectionbody {\r
534   margin-left: 3em;\r
535 }\r
536 \r
537 @media print {\r
538   body.manpage div#toc { display: none; }\r
539 }\r
540 </style>\r
541 <script type="text/javascript">\r
542 /*<![CDATA[*/\r
543 var asciidoc = {  // Namespace.\r
544 \r
545 /////////////////////////////////////////////////////////////////////\r
546 // Table Of Contents generator\r
547 /////////////////////////////////////////////////////////////////////\r
548 \r
549 /* Author: Mihai Bazon, September 2002\r
550  * http://students.infoiasi.ro/~mishoo\r
551  *\r
552  * Table Of Content generator\r
553  * Version: 0.4\r
554  *\r
555  * Feel free to use this script under the terms of the GNU General Public\r
556  * License, as long as you do not remove or alter this notice.\r
557  */\r
558 \r
559  /* modified by Troy D. Hanson, September 2006. License: GPL */\r
560  /* modified by Stuart Rackham, 2006, 2009. License: GPL */\r
561 \r
562 // toclevels = 1..4.\r
563 toc: function (toclevels) {\r
564 \r
565   function getText(el) {\r
566     var text = "";\r
567     for (var i = el.firstChild; i != null; i = i.nextSibling) {\r
568       if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants.\r
569         text += i.data;\r
570       else if (i.firstChild != null)\r
571         text += getText(i);\r
572     }\r
573     return text;\r
574   }\r
575 \r
576   function TocEntry(el, text, toclevel) {\r
577     this.element = el;\r
578     this.text = text;\r
579     this.toclevel = toclevel;\r
580   }\r
581 \r
582   function tocEntries(el, toclevels) {\r
583     var result = new Array;\r
584     var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');\r
585     // Function that scans the DOM tree for header elements (the DOM2\r
586     // nodeIterator API would be a better technique but not supported by all\r
587     // browsers).\r
588     var iterate = function (el) {\r
589       for (var i = el.firstChild; i != null; i = i.nextSibling) {\r
590         if (i.nodeType == 1 /* Node.ELEMENT_NODE */) {\r
591           var mo = re.exec(i.tagName);\r
592           if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") {\r
593             result[result.length] = new TocEntry(i, getText(i), mo[1]-1);\r
594           }\r
595           iterate(i);\r
596         }\r
597       }\r
598     }\r
599     iterate(el);\r
600     return result;\r
601   }\r
602 \r
603   var toc = document.getElementById("toc");\r
604   if (!toc) {\r
605     return;\r
606   }\r
607 \r
608   // Delete existing TOC entries in case we're reloading the TOC.\r
609   var tocEntriesToRemove = [];\r
610   var i;\r
611   for (i = 0; i < toc.childNodes.length; i++) {\r
612     var entry = toc.childNodes[i];\r
613     if (entry.nodeName == 'div'\r
614      && entry.getAttribute("class")\r
615      && entry.getAttribute("class").match(/^toclevel/))\r
616       tocEntriesToRemove.push(entry);\r
617   }\r
618   for (i = 0; i < tocEntriesToRemove.length; i++) {\r
619     toc.removeChild(tocEntriesToRemove[i]);\r
620   }\r
621 \r
622   // Rebuild TOC entries.\r
623   var entries = tocEntries(document.getElementById("content"), toclevels);\r
624   for (var i = 0; i < entries.length; ++i) {\r
625     var entry = entries[i];\r
626     if (entry.element.id == "")\r
627       entry.element.id = "_toc_" + i;\r
628     var a = document.createElement("a");\r
629     a.href = "#" + entry.element.id;\r
630     a.appendChild(document.createTextNode(entry.text));\r
631     var div = document.createElement("div");\r
632     div.appendChild(a);\r
633     div.className = "toclevel" + entry.toclevel;\r
634     toc.appendChild(div);\r
635   }\r
636   if (entries.length == 0)\r
637     toc.parentNode.removeChild(toc);\r
638 },\r
639 \r
640 \r
641 /////////////////////////////////////////////////////////////////////\r
642 // Footnotes generator\r
643 /////////////////////////////////////////////////////////////////////\r
644 \r
645 /* Based on footnote generation code from:\r
646  * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html\r
647  */\r
648 \r
649 footnotes: function () {\r
650   // Delete existing footnote entries in case we're reloading the footnodes.\r
651   var i;\r
652   var noteholder = document.getElementById("footnotes");\r
653   if (!noteholder) {\r
654     return;\r
655   }\r
656   var entriesToRemove = [];\r
657   for (i = 0; i < noteholder.childNodes.length; i++) {\r
658     var entry = noteholder.childNodes[i];\r
659     if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")\r
660       entriesToRemove.push(entry);\r
661   }\r
662   for (i = 0; i < entriesToRemove.length; i++) {\r
663     noteholder.removeChild(entriesToRemove[i]);\r
664   }\r
665 \r
666   // Rebuild footnote entries.\r
667   var cont = document.getElementById("content");\r
668   var spans = cont.getElementsByTagName("span");\r
669   var refs = {};\r
670   var n = 0;\r
671   for (i=0; i<spans.length; i++) {\r
672     if (spans[i].className == "footnote") {\r
673       n++;\r
674       var note = spans[i].getAttribute("data-note");\r
675       if (!note) {\r
676         // Use [\s\S] in place of . so multi-line matches work.\r
677         // Because JavaScript has no s (dotall) regex flag.\r
678         note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1];\r
679         spans[i].innerHTML =\r
680           "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n +\r
681           "' title='View footnote' class='footnote'>" + n + "</a>]";\r
682         spans[i].setAttribute("data-note", note);\r
683       }\r
684       noteholder.innerHTML +=\r
685         "<div class='footnote' id='_footnote_" + n + "'>" +\r
686         "<a href='#_footnoteref_" + n + "' title='Return to text'>" +\r
687         n + "</a>. " + note + "</div>";\r
688       var id =spans[i].getAttribute("id");\r
689       if (id != null) refs["#"+id] = n;\r
690     }\r
691   }\r
692   if (n == 0)\r
693     noteholder.parentNode.removeChild(noteholder);\r
694   else {\r
695     // Process footnoterefs.\r
696     for (i=0; i<spans.length; i++) {\r
697       if (spans[i].className == "footnoteref") {\r
698         var href = spans[i].getElementsByTagName("a")[0].getAttribute("href");\r
699         href = href.match(/#.*/)[0];  // Because IE return full URL.\r
700         n = refs[href];\r
701         spans[i].innerHTML =\r
702           "[<a href='#_footnote_" + n +\r
703           "' title='View footnote' class='footnote'>" + n + "</a>]";\r
704       }\r
705     }\r
706   }\r
707 },\r
708 \r
709 install: function(toclevels) {\r
710   var timerId;\r
711 \r
712   function reinstall() {\r
713     asciidoc.footnotes();\r
714     if (toclevels) {\r
715       asciidoc.toc(toclevels);\r
716     }\r
717   }\r
718 \r
719   function reinstallAndRemoveTimer() {\r
720     clearInterval(timerId);\r
721     reinstall();\r
722   }\r
723 \r
724   timerId = setInterval(reinstall, 500);\r
725   if (document.addEventListener)\r
726     document.addEventListener("DOMContentLoaded", reinstallAndRemoveTimer, false);\r
727   else\r
728     window.onload = reinstallAndRemoveTimer;\r
729 }\r
730 \r
731 }\r
732 asciidoc.install(2);\r
733 /*]]>*/\r
734 </script>\r
735 </head>\r
736 <body class="article">\r
737 <div id="header">\r
738 <h1>grml-live(8)</h1>\r
739 <div id="toc">
740   <div id="toctitle">Table of Contents</div>
741   <noscript><p><b>JavaScript must be enabled in your browser to display the table of contents.</b></p></noscript>
742 </div>\r
743 </div>\r
744 <div id="content">\r
745 <div class="sect1">\r
746 <h2 id="_name">1. Name</h2>\r
747 <div class="sectionbody">\r
748 <div class="paragraph"><p>grml-live - build framework based on FAI for generating a Grml and Debian based\r
749 Linux Live system (CD/ISO)</p></div>\r
750 </div>\r
751 </div>\r
752 <div class="sect1">\r
753 <h2 id="_synopsis">2. Synopsis</h2>\r
754 <div class="sectionbody">\r
755 <div class="paragraph"><p>grml-live [-a &lt;architecture&gt;] [-c &lt;classe[s]&gt;] [-C &lt;configfile&gt;] [\r
756 -e &lt;extract_iso_name&gt;] [-g &lt;grml_name&gt;] [-i &lt;iso_name&gt;] [\r
757 -o &lt;output_directory&gt;] [-r &lt;release_name&gt;] [-s &lt;suite&gt;] [\r
758 -t &lt;template_directory&gt;] [-v &lt;version_number&gt;] [-U &lt;username&gt;] [\r
759 -AbBFnNqQuVz]</p></div>\r
760 </div>\r
761 </div>\r
762 <div class="sect1">\r
763 <h2 id="_description">3. Description</h2>\r
764 <div class="sectionbody">\r
765 <div class="paragraph"><p>grml-live provides the build system for creating a Grml and Debian based Linux\r
766 Live-CD. The build system is based on\r
767 <a href="http://fai-project.org/">FAI</a> (Fully Automatic\r
768 Installation). grml-live uses the "fai dirinstall" feature to generate a chroot\r
769 system based on the class concept of FAI (see later sections for further\r
770 details) and provides the framework to be able to generate a full-featured ISO.\r
771 It does not use all the FAI features by default though and you don&#8217;t have to\r
772 know FAI to be able to use it.</p></div>\r
773 <div class="paragraph"><p>The use of FAI gives you the flexibility to choose the packages you would like\r
774 to include on your very own Linux Live-CD without having to deal with all the\r
775 details of a build process.</p></div>\r
776 <div class="admonitionblock">\r
777 <table><tr>\r
778 <td class="icon">\r
779 <img src="./images/icons/caution.png" alt="Caution" />\r
780 </td>\r
781 <td class="content">grml-live does <strong>not</strong> use /etc/fai for configuration but instead\r
782 (unless overridden using the <em>'-D</em>' option). This ensures that it does not clash\r
783 with default FAI configuration and packages, so you can use grml-live and FAI\r
784 completely independent at the same time!</td>\r
785 </tr></table>\r
786 </div>\r
787 <div class="admonitionblock">\r
788 <table><tr>\r
789 <td class="icon">\r
790 <img src="./images/icons/note.png" alt="Note" />\r
791 </td>\r
792 <td class="content">Please notice that you should have a fast network connection as all the Debian\r
793 packages will be downloaded and installed via network. If you want to use a\r
794 local mirror (strongly recommended if you plan to use grml-live more than once)\r
795 checkout mkdebmirror (see /usr/share/doc/grml-live/examples/mkdebmirror),\r
796 debmirror(1), reprepro(1) (see /usr/share/doc/grml-live/examples/reprepro/ for a\r
797 sample configuration), apt-cacher(1) and approx(8). To avoid downloading the\r
798 base system again and again check out <a href="#create-a-base-tgz">the base tar.gz feature</a>.</td>\r
799 </tr></table>\r
800 </div>\r
801 </div>\r
802 </div>\r
803 <div class="sect1">\r
804 <h2 id="_options">4. Options</h2>\r
805 <div class="sectionbody">\r
806 <div class="dlist"><dl>\r
807 <dt class="hdlist1">\r
808 -A\r
809 </dt>\r
810 <dd>\r
811 <p>\r
812 Clean up all output directories before running the build process. After finishing,\r
813 clean up the Chroot target and Build target directories.\r
814 </p>\r
815 </dd>\r
816 <dt class="hdlist1">\r
817 -a <strong>ARCHITECTURE</strong>\r
818 </dt>\r
819 <dd>\r
820 <p>\r
821 Use the specified architecture instead of the currently running one.  This\r
822 allows building a 32bit system on a 64bit host (though you can&#8217;t build a 64bit\r
823 system on a 32bit system/kernel of course). Please notice that real\r
824 crosscompiling (like building a ppc system on x86) isn&#8217;t possible due to the\r
825 nature and the need of working in a chroot. Currently supported values: i386\r
826 and amd64.\r
827 </p>\r
828 </dd>\r
829 <dt class="hdlist1">\r
830 -b\r
831 </dt>\r
832 <dd>\r
833 <p>\r
834 Build the ISO without updating the chroot via FAI. This option is useful for\r
835 example when working on stable releases: if you have a working base\r
836 system/chroot and do not want to execute any further updates (via "-u" option)\r
837 but intend to only build the ISO.\r
838 </p>\r
839 </dd>\r
840 <dt class="hdlist1">\r
841 -B\r
842 </dt>\r
843 <dd>\r
844 <p>\r
845 Build the ISO without touching the chroot at all. This option is useful if\r
846 you modified anything that FAI or grml-live might adjust via Grml&#8217;s FAI\r
847 scripts.  It&#8217;s like the <em>-b</em> option but even more advanced. Use only if you\r
848 really know that you do not want to update the chroot.\r
849 </p>\r
850 </dd>\r
851 <dt class="hdlist1">\r
852 -c <strong>CLASSES</strong>\r
853 </dt>\r
854 <dd>\r
855 <p>\r
856 Specify the CLASSES to be used for building the ISO via FAI.  By default only\r
857 the classes GRMLBASE, GRML_FULL and I386/AMD64 (depending on system\r
858 architecture) are assumed, resulting in a base system of about 350MB\r
859 total ISO size. If using a non-I386 system (like AMD64) you should specify the\r
860 appropriate architecture as well. Additionally you can specify a class providing\r
861 a grml-kernel (see <a href="#classes">the <em>CLASSES</em> section in this document</a> for\r
862 details about available classes).  So instead of GRML_FULL you can also use\r
863 GRML_SMALL and GRML_FULL.\r
864 </p>\r
865 </dd>\r
866 </dl></div>\r
867 <div class="admonitionblock">\r
868 <table><tr>\r
869 <td class="icon">\r
870 <img src="./images/icons/important.png" alt="Important" />\r
871 </td>\r
872 <td class="content">All class names should be written in uppercase letters. Do not use a dash, use\r
873 an underscore. So do not use "amd64" but "AMD64", do not use "FOO BAR" but\r
874 "FOO_BAR".</td>\r
875 </tr></table>\r
876 </div>\r
877 <div class="dlist"><dl>\r
878 <dt class="hdlist1">\r
879 -C <strong>CONFIGURATION_FILE</strong>\r
880 </dt>\r
881 <dd>\r
882 <p>\r
883 The specified file is used as configuration file for grml-live. By default\r
884 /etc/grml/grml-live.conf is used as default configuration. If a file named\r
885 /etc/grml/grml-live.local exists it is used as well (sourced after reading\r
886 /etc/grml/grml-live.conf meant as main file for local configuration). As a last\r
887 option the specified configuration file is sourced so it is possible to override\r
888 settings of /etc/grml/grml-live.conf as well as of /etc/grml/grml-live.local.\r
889 Please notice that all configuration files have to be adjusted during execution\r
890 of grml-live, so please make sure you use /etc/grml/grml-live.conf as a base for\r
891 your own configuration file (usually /etc/grml/grml-live.local). Please also\r
892 notice that the configuration file specified via this option is <strong>not</strong> (yet)\r
893 /etc/grml/grml-live.local for configuration stuff used inside\r
894 </p>\r
895 </dd>\r
896 <dt class="hdlist1">\r
897 -d <strong>DATE</strong>\r
898 </dt>\r
899 <dd>\r
900 <p>\r
901 Use specified date as build date information on the ISO instead of the default.\r
902 The default is the date when grml-live is being executed (retrieved via\r
903 executing <em>date +%Y-%m-%d</em>). The information is stored inside the file\r
904 /GRML/grml-version on the ISO, /etc/grml_version in the squashfs file and in all\r
905 the bootsplash related files. This option is useful if you want to provide an\r
906 ISO with release information for a specific date but have to build it in\r
907 advance. Usage example: <em>-d 2009-10-30</em>\r
908 </p>\r
909 </dd>\r
910 <dt class="hdlist1">\r
911 -D <strong>CONFIGURATION_DIRECTORY</strong>\r
912 </dt>\r
913 <dd>\r
914 <p>\r
915 The specified directory is used as configuration directory for grml-live and its\r
916 FAI. By default /etc/grml/fai is used as default configuration directory.  If\r
917 you want to have different configuration scripts, package definitions, etc. with\r
918 without messing with the global configuration under /etc/grml/fai provided by\r
919 grml-live this option provides you the option to use your own configuration\r
920 throughout this documentation.\r
921 </p>\r
922 </dd>\r
923 <dt class="hdlist1">\r
924 -e <strong>EXTRACT_ISO_NAME</strong>\r
925 </dt>\r
926 <dd>\r
927 <p>\r
928 The squashfs inside the specified ISO will be extracted and used as the chroot.\r
929 This option is useful for remastering, in combination with -A and -b or -u.\r
930 </p>\r
931 </dd>\r
932 <dt class="hdlist1">\r
933 -F\r
934 </dt>\r
935 <dd>\r
936 <p>\r
937 Force execution and do not prompt for acknowledgment of configuration.\r
938 </p>\r
939 </dd>\r
940 <dt class="hdlist1">\r
941 -g <strong>GRML_NAME</strong>\r
942 </dt>\r
943 <dd>\r
944 <p>\r
945 Set the grml flavour name. Common usage examples: grml, grml-small, grml64.\r
946 Please do NOT use blanks and any special characters like <em>/</em>, <em>;</em> inside\r
947 GRML_NAME, otherwise you might notice problems while booting.\r
948 </p>\r
949 </dd>\r
950 <dt class="hdlist1">\r
951 -h\r
952 </dt>\r
953 <dd>\r
954 <p>\r
955 Display short usage information and exit.\r
956 </p>\r
957 </dd>\r
958 <dt class="hdlist1">\r
959 -i <strong>ISO_NAME</strong>\r
960 </dt>\r
961 <dd>\r
962 <p>\r
963 Specify name of ISO which will be available inside $OUTPUT_DIRECTORY/grml_isos\r
964 by default.\r
965 </p>\r
966 </dd>\r
967 <dt class="hdlist1">\r
968 -I <strong>CHROOT_INSTALL</strong>\r
969 </dt>\r
970 <dd>\r
971 <p>\r
972 Specify name of source directory which provides files that should become part of\r
973 the chroot/ISO. Not enabled by default. Note: the files are installed under <em>/</em>\r
974 in the chroot so you have to create the rootfs structure on your own.\r
975 </p>\r
976 </dd>\r
977 <dt class="hdlist1">\r
978 -n\r
979 </dt>\r
980 <dd>\r
981 <p>\r
982 Skip creation of the ISO file. This option is useful if you want to build/update\r
983 the chroot and/or recreate the squashfs file without building an ISO file.\r
984 </p>\r
985 </dd>\r
986 <dt class="hdlist1">\r
987 -N\r
988 </dt>\r
989 <dd>\r
990 <p>\r
991 Bootstrap the chroot without building bootloader, squashfs, or finalizing the\r
992 ISO. Use this option if installation of some packages fails, you want to run\r
993 custom commands or similar.\r
994 The main use of this option is to save time by skipping stages which aren&#8217;t\r
995 necessary for bootstrapping the chroot and which would get executed more than\r
996 once when iterating through the initial bootstrapping.\r
997 Alternatively, use this option as a test run of grml-live. Once you are\r
998 satisfied with the state of your grml_chroot, use grml-live <strong>-u</strong> to build the\r
999 remaining stages and finalize the ISO.\r
1000 </p>\r
1001 </dd>\r
1002 <dt class="hdlist1">\r
1003 -o <strong>OUTPUT_DIRECTORY</strong>\r
1004 </dt>\r
1005 <dd>\r
1006 <p>\r
1007 Main output directory of the build process of FAI.  Some directories are created\r
1008 inside this target directory, being: grml_cd (where the files for creating the\r
1009 ISO are located, including the compressed squashfs file), grml_chroot (the\r
1010 chroot system) and grml_isos (where the resulting ISO is stored).\r
1011 </p>\r
1012 </dd>\r
1013 <dt class="hdlist1">\r
1014 -q\r
1015 </dt>\r
1016 <dd>\r
1017 <p>\r
1018 Build the ISO without (re-)creating the squashfs compressed file using mksquashfs.\r
1019 This option is useful if you just want to update parts outside the chroot in the ISO.\r
1020 Consider combining this option with the build-only option <em>-b</em>.\r
1021 </p>\r
1022 </dd>\r
1023 <dt class="hdlist1">\r
1024 -Q\r
1025 </dt>\r
1026 <dd>\r
1027 <p>\r
1028 Build the ISO without generating a netboot package.\r
1029 </p>\r
1030 </dd>\r
1031 <dt class="hdlist1">\r
1032 -r <strong>RELEASENAME</strong>\r
1033 </dt>\r
1034 <dd>\r
1035 <p>\r
1036 Specify name of the release.\r
1037 </p>\r
1038 </dd>\r
1039 <dt class="hdlist1">\r
1040 -s <strong>SUITE</strong>\r
1041 </dt>\r
1042 <dd>\r
1043 <p>\r
1044 Specify the Debian suite you want to use for your live-system.  Defaults to\r
1045 "squeeze" (being current Debian/stable). Supported values are: etch, lenny,\r
1046 squeeze, sid. Debian "squeeze" requires a recent base.tgz\r
1047 debootstrap.\r
1048 </p>\r
1049 </dd>\r
1050 <dt class="hdlist1">\r
1051 -t <strong>TEMPLATE_DIRECTORY</strong>\r
1052 </dt>\r
1053 <dd>\r
1054 <p>\r
1055 Specify place of the templates used for building the ISO. By default\r
1056 (and if not manually specified) this is /usr/share/grml-live/templates/.\r
1057 </p>\r
1058 </dd>\r
1059 <dt class="hdlist1">\r
1060 -u\r
1061 </dt>\r
1062 <dd>\r
1063 <p>\r
1064 Update existing chroot instead of rebuilding it from scratch. This option is\r
1065 based on the softupdate feature of FAI.\r
1066 </p>\r
1067 </dd>\r
1068 <dt class="hdlist1">\r
1069 -U <strong>USERNAME</strong>\r
1070 </dt>\r
1071 <dd>\r
1072 <p>\r
1073 Sets ownership of all build output files to specified username before exiting.\r
1074 </p>\r
1075 </dd>\r
1076 <dt class="hdlist1">\r
1077 -v <strong>VERSION_NUMBER</strong>\r
1078 </dt>\r
1079 <dd>\r
1080 <p>\r
1081 Specify version number of the release.\r
1082 </p>\r
1083 </dd>\r
1084 <dt class="hdlist1">\r
1085 -V\r
1086 </dt>\r
1087 <dd>\r
1088 <p>\r
1089 Increase verbosity in the build process.\r
1090 </p>\r
1091 </dd>\r
1092 <dt class="hdlist1">\r
1093 -z\r
1094 </dt>\r
1095 <dd>\r
1096 <p>\r
1097 Use ZLIB instead of LZMA/XZ compression in mksquashfs part of the build process.\r
1098 </p>\r
1099 </dd>\r
1100 </dl></div>\r
1101 </div>\r
1102 </div>\r
1103 <div class="sect1">\r
1104 <h2 id="usage-examples">5. Usage examples</h2>\r
1105 <div class="sectionbody">\r
1106 <div class="paragraph"><p>To get a Debian-stable and Grml-based Live-CD using /grml/grml-live\r
1107 as build and output directory just run:</p></div>\r
1108 <div class="literalblock">\r
1109 <div class="content">\r
1110 <pre><tt># grml-live</tt></pre>\r
1111 </div></div>\r
1112 <div class="paragraph"><p>To get a 64bit Debian-testing and grml-small based Live-CD using /srv/grml-live\r
1113 as build and output directory use the following command line on your amd64\r
1114 system:</p></div>\r
1115 <div class="literalblock">\r
1116 <div class="content">\r
1117 <pre><tt># grml-live -s testing -c GRMLBASE,GRML_SMALL,AMD64 -o /srv/grml-live</tt></pre>\r
1118 </div></div>\r
1119 <div class="admonitionblock">\r
1120 <table><tr>\r
1121 <td class="icon">\r
1122 <img src="./images/icons/note.png" alt="Note" />\r
1123 </td>\r
1124 <td class="content">If you have enough RAM, just run "mount -t tmpfs none /media/ramdisk" to get a\r
1125 tmpfs ("RAMDISK"), and use /media/ramdisk as build and output directory - this\r
1126 results in a very fast build process. Note that these files will be gone when\r
1127 rebooting.</td>\r
1128 </tr></table>\r
1129 </div>\r
1130 </div>\r
1131 </div>\r
1132 <div class="sect1">\r
1133 <h2 id="main-features">6. Main features of grml-live</h2>\r
1134 <div class="sectionbody">\r
1135 <div class="ulist"><ul>\r
1136 <li>\r
1137 <p>\r
1138 create a Grml-/Debian-based Linux Live-CD with one single command\r
1139 </p>\r
1140 </li>\r
1141 <li>\r
1142 <p>\r
1143 class based concept, providing a maximum of flexibility\r
1144 </p>\r
1145 </li>\r
1146 <li>\r
1147 <p>\r
1148 supports integration of own hooks, scripts and configuration\r
1149 </p>\r
1150 </li>\r
1151 <li>\r
1152 <p>\r
1153 supports use and integration of own Software and/or Kernels via simple use of\r
1154 Debian repositories\r
1155 </p>\r
1156 </li>\r
1157 <li>\r
1158 <p>\r
1159 native support of FAI features\r
1160 </p>\r
1161 </li>\r
1162 </ul></div>\r
1163 </div>\r
1164 </div>\r
1165 <div class="sect1">\r
1166 <h2 id="class-concept">7. The class concept</h2>\r
1167 <div class="sectionbody">\r
1168 <div class="paragraph"><p>grml-live uses FAI and its class based concept for adjusting configuration and\r
1169 setup according to your needs. This gives you flexibility and strength without\r
1170 losing the simplicity in the build process.</p></div>\r
1171 <div class="paragraph"><p>The main and base class provided by grml-live is named GRMLBASE. It&#8217;s strongly\r
1172 recommended to <strong>always</strong> use the class GRMLBASE when building an ISO using\r
1173 grml-live, as well as the architecture dependent class which provides the kernel\r
1174 (being <em>I386</em> for x86_32 and <em>AMD64</em> for x86_64) and a GRML_* class (like\r
1175 GRML_SMALL, GRML_MEDIUM or GRML_FULL). The following files and directories are\r
1176 relevant for class GRMLBASE by default:</p></div>\r
1177 <div class="literalblock">\r
1178 <div class="content">\r
1179 <pre><tt>${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/\r
1180 ${GRML_FAI_CONFIG}/config/debconf/GRMLBASE\r
1181 ${GRML_FAI_CONFIG}/config/class/GRMLBASE.var\r
1182 ${GRML_FAI_CONFIG}/config/hooks/instsoft.GRMLBASE\r
1183 ${GRML_FAI_CONFIG}/config/package_config/GRMLBASE</tt></pre>\r
1184 </div></div>\r
1185 <div class="paragraph"><p>Take a look at the next section for information about the concept of those\r
1186 files/directories.</p></div>\r
1187 <div class="paragraph"><p>If you want to use your own configuration, extend an existing configuration\r
1188 and/or add additional packages to your ISO just invent a new class (or extend an\r
1189 existing one). For example if you want to use your own class named "FOOBAR" just\r
1190 set CLASSES="GRMLBASE,GRML_SMALL,AMD64,FOOBAR" inside /etc/grml/grml-live.local\r
1191 or invoke grml-live using the classes option: "grml-live -c\r
1192 GRMLBASE,GRML_SMALL,AMD64,FOOBAR &#8230;".</p></div>\r
1193 <div class="paragraph"><p>More details regarding the class concept can be found in the documentation of\r
1194 FAI itself (being available at /usr/share/doc/fai-doc/).</p></div>\r
1195 </div>\r
1196 </div>\r
1197 <div class="sect1">\r
1198 <h2 id="classes">8. Available classes</h2>\r
1199 <div class="sectionbody">\r
1200 <div class="paragraph"><p>The package selection part of the classes can be found in\r
1201 selected. The following classes are predefined:</p></div>\r
1202 <div class="ulist"><ul>\r
1203 <li>\r
1204 <p>\r
1205 DEBORPHAN: get rid of all packages listed in output of deborphan\r
1206 </p>\r
1207 </li>\r
1208 <li>\r
1209 <p>\r
1210 GRMLBASE: the main class responsible for getting a minimal subset of what&#8217;s\r
1211 defining a Grml system. Important parts of the buildprocess are specified in\r
1212 this class as well, so unless you have a really good reason you should always\r
1213 use this class.\r
1214 </p>\r
1215 </li>\r
1216 <li>\r
1217 <p>\r
1218 GRML_FULL: full featured Grml, also known as the "normal", full grml as\r
1219 introduced in December 2011 (~350MB ISO size).\r
1220 </p>\r
1221 </li>\r
1222 <li>\r
1223 <p>\r
1224 GRML_MEDIUM: medium sized Grml version, used to be known as grml-medium\r
1225 until December 2011 (~220MB ISO size).\r
1226 </p>\r
1227 </li>\r
1228 <li>\r
1229 <p>\r
1230 GRML_SMALL: minimum sized Grml version, known as grml-small (~110MB ISO\r
1231 size).\r
1232 </p>\r
1233 </li>\r
1234 <li>\r
1235 <p>\r
1236 GRML_XL: large size Grml version, used to be known as "full grml" until\r
1237 December 2011 (~700MB ISO size).\r
1238 </p>\r
1239 </li>\r
1240 <li>\r
1241 <p>\r
1242 LATEX: LaTeX(-related) packages like auctex, texlive,&#8230;\r
1243 (which used to be shipped by grml before the LaTeX removal)\r
1244 </p>\r
1245 </li>\r
1246 <li>\r
1247 <p>\r
1248 LATEX_CLEANUP: get rid of several very large LaTeX directories\r
1249 (like some /usr/share/doc/texlive-*, /usr/share/doc/texmf,&#8230;)\r
1250 </p>\r
1251 </li>\r
1252 <li>\r
1253 <p>\r
1254 LOCALES: use full featured locales setup (see /etc/locale.gen.grml). This\r
1255 avoids to get rid of /usr/share/locale - which happens by default otherwise - as\r
1256 well.\r
1257 </p>\r
1258 </li>\r
1259 <li>\r
1260 <p>\r
1261 NO_ONLINE: do not run scripts during the chroot build process which require a\r
1262 network connection\r
1263 </p>\r
1264 </li>\r
1265 <li>\r
1266 <p>\r
1267 RELEASE: run some specific scripts and commands to provide the workflow for an\r
1268 official grml release\r
1269 </p>\r
1270 </li>\r
1271 <li>\r
1272 <p>\r
1273 REMOVE_DOCS: get rid of documentation directories (like /usr/share/doc,\r
1274 /usr/share/man/, /usr/share/info,&#8230;)\r
1275 </p>\r
1276 </li>\r
1277 <li>\r
1278 <p>\r
1279 SOURCES: retrieve Debian source packages after installation. Files will be\r
1280 placed in the output directory under grml_sources.\r
1281 </p>\r
1282 </li>\r
1283 <li>\r
1284 <p>\r
1285 XORG: providing important packages for use with a base grml-featured X.org\r
1286 setup\r
1287 </p>\r
1288 </li>\r
1289 </ul></div>\r
1290 </div>\r
1291 </div>\r
1292 <div class="sect1">\r
1293 <h2 id="files">9. Files</h2>\r
1294 <div class="sectionbody">\r
1295 <div class="paragraph"><p>Notice that grml-live ships FAI configuration files that do not use the same\r
1296 namespace as the FAI packages itself. This ensures that grml-live does not clash\r
1297 with your usual FAI configuration, so instead of /etc/fai/fai.conf (package\r
1298 below. To get an idea how another configuration or example files could look like\r
1299 check out /usr/share/doc/fai-doc/examples/simple/ (provided by Debian package\r
1300 fai-doc). Furthermore /usr/share/doc/fai-doc/fai-guide.html/ch-config.html\r
1301 provides documentation regarding configuration possibilities.</p></div>\r
1302 <div class="literalblock">\r
1303 <div class="content">\r
1304 <pre><tt>/usr/sbin/grml-live</tt></pre>\r
1305 </div></div>\r
1306 <div class="paragraph"><p>Script for the main build process. Requires root permissions for execution.</p></div>\r
1307 <div class="literalblock">\r
1308 <div class="content">\r
1309 <pre><tt>/etc/grml/grml-live.conf</tt></pre>\r
1310 </div></div>\r
1311 <div class="paragraph"><p>Main configuration file for grml-live which should be considered as a reference\r
1312 configuration file only. Please use /etc/grml/grml-live.local for local\r
1313 configuration instead.</p></div>\r
1314 <div class="literalblock">\r
1315 <div class="content">\r
1316 <pre><tt>/etc/grml/grml-live.local</tt></pre>\r
1317 </div></div>\r
1318 <div class="paragraph"><p>All the local configuration should go to this file. This file overrides any\r
1319 defaults of grml-live. Configurations via /etc/grml/grml-live.local are preferred\r
1320 over the ones from /etc/grml/grml-live.conf. If you want to override settings\r
1321 from /etc/grml/grml-live.local as well you have to specify them on the grml-live\r
1322 commandline.</p></div>\r
1323 <div class="literalblock">\r
1324 <div class="content">\r
1325 <pre><tt>${GRML_FAI_CONFIG}/fai.conf</tt></pre>\r
1326 </div></div>\r
1327 <div class="paragraph"><p>Main configuration file for FAI which specifies where all the configuration\r
1328 files and scripts for FAI/grml-live can be found. By default the configuration\r
1329 variables are FAI_CONFIG_SRC=file:///etc/grml/fai/config and\r
1330 GRML_FAI_CONFIG=/etc/grml/fai/config - both pointing to a directory shipped by\r
1331 grml-live out-of-the-box so you shouldn&#8217;t have to configure anything in this\r
1332 file.</p></div>\r
1333 <div class="literalblock">\r
1334 <div class="content">\r
1335 <pre><tt>${GRML_FAI_CONFIG}/make-fai-nfsroot.conf</tt></pre>\r
1336 </div></div>\r
1337 <div class="paragraph"><p>This file is used by make-fai-nfsroot(8) only. Usually you don&#8217;t have to change\r
1338 anything inside this file. If you want to modify NFSROOT though you can adjust\r
1339 it there.</p></div>\r
1340 <div class="literalblock">\r
1341 <div class="content">\r
1342 <pre><tt>${GRML_FAI_CONFIG}/NFSROOT</tt></pre>\r
1343 </div></div>\r
1344 <div class="paragraph"><p>This file specifies the package list for creating the NFSROOT.</p></div>\r
1345 <div class="literalblock">\r
1346 <div class="content">\r
1347 <pre><tt>${GRML_FAI_CONFIG}/config/</tt></pre>\r
1348 </div></div>\r
1349 <div class="paragraph"><p>The main directory for configuration of FAI/grml-live. More details below.</p></div>\r
1350 <div class="literalblock">\r
1351 <div class="content">\r
1352 <pre><tt>${GRML_FAI_CONFIG}/config/class/</tt></pre>\r
1353 </div></div>\r
1354 <div class="paragraph"><p>This directory contains files which specify main configuration variables for the\r
1355 FAI classes.</p></div>\r
1356 <div class="literalblock">\r
1357 <div class="content">\r
1358 <pre><tt>${GRML_FAI_CONFIG}/config/debconf/</tt></pre>\r
1359 </div></div>\r
1360 <div class="paragraph"><p>This directory provides the files for preseeding/configuration of debconf\r
1361 through files.</p></div>\r
1362 <div class="literalblock">\r
1363 <div class="content">\r
1364 <pre><tt>${GRML_FAI_CONFIG}/config/hooks/</tt></pre>\r
1365 </div></div>\r
1366 <div class="paragraph"><p>This directory provides files for customising the build process through hooks.\r
1367 Hooks are user defined programs or scripts, which are called during the\r
1368 installation process.</p></div>\r
1369 <div class="literalblock">\r
1370 <div class="content">\r
1371 <pre><tt>${GRML_FAI_CONFIG}/config/package_config/</tt></pre>\r
1372 </div></div>\r
1373 <div class="paragraph"><p>Directory with lists of software packages to be installed or removed.  The\r
1374 different classes describe what should find its way to your ISO.  When running\r
1375 "grml-live -c GRMLBASE,GRML_SMALL,AMD64 &#8230;" only the configuration of GRMLBASE,\r
1376 GRML_SMALL and and AMD64 will be taken. If you use <em>grml-live -c\r
1377 GRMLBASE,GRML_SMALL,AMD64,FOOBAR &#8230;</em> then the files of GRMLBASE, GRML_SMALL,\r
1378 AMD64 <strong>plus</strong> the files from FOOBAR will be taken. So just create a new class to\r
1379 adjust the package selection according to your needs.  Please notice that the\r
1380 directory GRMLBASE contains a package list defining a minimum but still\r
1381 reasonable package configuration.</p></div>\r
1382 <div class="literalblock">\r
1383 <div class="content">\r
1384 <pre><tt>${GRML_FAI_CONFIG}/config/scripts/</tt></pre>\r
1385 </div></div>\r
1386 <div class="paragraph"><p>Scripts for customising the ISO within the build process.</p></div>\r
1387 <div class="literalblock">\r
1388 <div class="content">\r
1389 <pre><tt>${GRML_FAI_CONFIG}/live-initramfs/</tt></pre>\r
1390 </div></div>\r
1391 <div class="paragraph"><p>This directory provides the files used for building the initramfs/initrd via\r
1392 live-initramfs(8).</p></div>\r
1393 </div>\r
1394 </div>\r
1395 <div class="sect1">\r
1396 <h2 id="log-files">10. Available log files</h2>\r
1397 <div class="sectionbody">\r
1398 <div class="paragraph"><p>Starting with grml-live version 0.17.0 you should find log files in a directory\r
1399 named <em>grml_logs</em> in the output directory (next to grml_isos, grml_chroot,&#8230;).</p></div>\r
1400 <div class="paragraph"><p>grml-live versions before 0.17.0 used to log into /var/log/grml-live.log\r
1401 and /var/log/fai/grml.</p></div>\r
1402 </div>\r
1403 </div>\r
1404 <div class="sect1">\r
1405 <h2 id="requirements">11. Requirements for the build system</h2>\r
1406 <div class="sectionbody">\r
1407 <div class="ulist"><ul>\r
1408 <li>\r
1409 <p>\r
1410 any Debian based system should be sufficient (if it doesn&#8217;t work it&#8217;s a bug,\r
1411 please send us a bug report then). Check out <a href="#deploy-on-debian">How do I deploy grml-live on a plain Debian installation</a> for details how to set up grml-live\r
1412 on a plain, original Debian system.\r
1413 </p>\r
1414 </li>\r
1415 <li>\r
1416 <p>\r
1417 enough free disk space; at least 800MB are required for a minimal grml-live\r
1418 run (~400MB for the chroot [$CHROOT_OUTPUT], ~150MB for the build target\r
1419 [$BUILD_OUTPUT] and \~150MB for the resulting ISO [$ISO_OUTPUT] plus some\r
1420 temporary files), if you plan to use GRML_FULL you should have at least 4GB of\r
1421 total free disk space\r
1422 </p>\r
1423 </li>\r
1424 <li>\r
1425 <p>\r
1426 fast network access for retrieving the Debian packages used for creating the\r
1427 chroot (check out "local mirror" and "NFSROOT" to workaround this problem as far\r
1428 as possible)\r
1429 </p>\r
1430 </li>\r
1431 </ul></div>\r
1432 <div class="paragraph"><p>For further information see next section.</p></div>\r
1433 </div>\r
1434 </div>\r
1435 <div class="sect1">\r
1436 <h2 id="current_state">12. Current state of grml-live with squashfs-tools and kernel</h2>\r
1437 <div class="sectionbody">\r
1438 <div class="paragraph"><p>Use squashfs-tools &gt;=4.2-1 (available from Grml repositories as well as from\r
1439 Debian/testing and Debian/unstable) to build Grml (based) ISOs featuring kernel\r
1440 version 2.6.38-grml[64] or newer.</p></div>\r
1441 </div>\r
1442 </div>\r
1443 <div class="sect1">\r
1444 <h2 id="faq">13. FAQ</h2>\r
1445 <div class="sectionbody">\r
1446 <div class="sect2">\r
1447 <h3 id="deploy-on-debian">13.1. How do I deploy grml-live on a plain Debian installation?</h3>\r
1448 <div class="paragraph"><p>The easiest way to get a running grml-live setup is to just use Grml.\r
1449 Of course using grml-live on a plain, original Debian installation is supported\r
1450 as well. So there we go.</p></div>\r
1451 <div class="paragraph"><p>What we have: plain, original Debian squeeze (6.0) with debian-backports\r
1452 enabled. (This is important for squashfs-tools.)</p></div>\r
1453 <div class="paragraph"><p>What we want: build a Grml ISO based on Debian/wheezy for the amd64 architecture\r
1454 using grml-live.</p></div>\r
1455 <div class="sect3">\r
1456 <h4 id="_instructions">13.1.1. Instructions</h4>\r
1457 <div class="literalblock">\r
1458 <div class="content">\r
1459 <pre><tt># adjust sources.list:\r
1460 cat &gt;&gt; /etc/apt/sources.list &lt;&lt; EOF</tt></pre>\r
1461 </div></div>\r
1462 <div class="literalblock">\r
1463 <div class="content">\r
1464 <pre><tt># grml stable repository:\r
1465   deb     http://deb.grml.org/ grml-stable  main\r
1466 # deb-src http://deb.grml.org/ grml-stable  main</tt></pre>\r
1467 </div></div>\r
1468 <div class="literalblock">\r
1469 <div class="content">\r
1470 <pre><tt># grml testing/development repository:\r
1471   deb     http://deb.grml.org/ grml-testing main\r
1472 # deb-src http://deb.grml.org/ grml-testing main\r
1473 EOF</tt></pre>\r
1474 </div></div>\r
1475 <div class="literalblock">\r
1476 <div class="content">\r
1477 <pre><tt># get keyring for apt:\r
1478 apt-get update\r
1479 apt-get --allow-unauthenticated install grml-debian-keyring</tt></pre>\r
1480 </div></div>\r
1481 <div class="literalblock">\r
1482 <div class="content">\r
1483 <pre><tt># optionally(!) install basefile so we don't have to build basic\r
1484 # chroot from scratch, grab from http://daily.grml.org/\r
1485 # mkdir -p /etc/grml/fai/config/basefiles/\r
1486 # mv I386.tar.gz /etc/grml/fai/config/basefiles/\r
1487 # mv AMD64.tar.gz /etc/grml/fai/config/basefiles/</tt></pre>\r
1488 </div></div>\r
1489 <div class="literalblock">\r
1490 <div class="content">\r
1491 <pre><tt># install relevant tools\r
1492 apt-get install -t squeeze-backports squashfs-tools\r
1493 apt-get --no-install-recommends install grml-live</tt></pre>\r
1494 </div></div>\r
1495 <div class="literalblock">\r
1496 <div class="content">\r
1497 <pre><tt># adjust grml-live configuration for our needs:\r
1498 cat &gt; /etc/grml/grml-live.local &lt;&lt; EOF\r
1499 ## want a faster build process and don't need smaller ISOs?\r
1500 ## if so use zlib compression\r
1501 # SQUASHFS_OPTIONS="-comp gzip -b 256k"\r
1502 ## want to use a specific squashfs binary?\r
1503 # SQUASHFS_BINARY='/usr/bin/mksquashfs'\r
1504 ## install local files into the chroot\r
1505 # CHROOT_INSTALL="/etc/grml/fai/chroot_install"\r
1506 ## adjust if necessary (defaults to /grml/grml-live):\r
1507 ## OUTPUT="/srv/grml-live"\r
1508 FAI_DEBOOTSTRAP="wheezy http://cdn.debian.net/debian/"\r
1509 # ARCH="amd64"\r
1510 CLASSES="GRMLBASE,GRML_FULL,AMD64"\r
1511 EOF</tt></pre>\r
1512 </div></div>\r
1513 <div class="literalblock">\r
1514 <div class="content">\r
1515 <pre><tt># just optional(!) - upgrade FAI to latest available version:\r
1516 cat &gt;&gt; /etc/apt/sources.list &lt;&lt; EOF\r
1517 # fai:\r
1518   deb http://fai-project.org/download squeeze koeln\r
1519 EOF</tt></pre>\r
1520 </div></div>\r
1521 <div class="literalblock">\r
1522 <div class="content">\r
1523 <pre><tt># get gpg key of FAI repos and install current FAI version:\r
1524 gpg -a --recv-keys AB9B66FD; gpg -a --export AB9B66FD | apt-key add -\r
1525 apt-get update\r
1526 apt-get install fai-client fai-server fai-doc</tt></pre>\r
1527 </div></div>\r
1528 <div class="paragraph"><p>That&#8217;s it. Now invoking <em>grml-live -V</em> should build the ISO.  If everything\r
1529 worked as expected the last line of the shell output should look like:</p></div>\r
1530 <div class="literalblock">\r
1531 <div class="content">\r
1532 <pre><tt>[*] Successfully finished execution of grml-live [running 687 seconds]</tt></pre>\r
1533 </div></div>\r
1534 <div class="paragraph"><p>and the ISO can be found inside /grml-live/grml-live/grml_isos/ then.</p></div>\r
1535 </div>\r
1536 </div>\r
1537 <div class="sect2">\r
1538 <h3 id="grml_fai_config_variable">13.2. What is $GRML_FAI_CONFIG?</h3>\r
1539 <div class="paragraph"><p>The variable <em>$GRML_FAI_CONFIG</em> is pointing to the directory /etc/grml/fai by\r
1540 default.  To provide you a maximum of flexibility you can set up your own\r
1541 configuration directory (e.g. based on /etc/grml/fai) and use this directory\r
1542 running grml-live with the <em>-D &lt;config_dir&gt;</em> option. Now <em>$GRML_FAI_CONFIG</em>\r
1543 points to the specified directory instead of using /etc/grml/fai and all the\r
1544 configuration files, scripts and hooks will be taken from your\r
1545 <em>$GRML_FAI_CONFIG</em> directory.</p></div>\r
1546 </div>\r
1547 <div class="sect2">\r
1548 <h3 id="how-to-debug">13.3. I&#8217;ve problems with the build process. How to start debugging?</h3>\r
1549 <div class="paragraph"><p>Check out the logs inside the directory <em>grml_logs</em> next to your grml_chroot,\r
1550 grml_isos,&#8230; directories.</p></div>\r
1551 <div class="paragraph"><p>If you need help with grml-live or would like to see new features as part of\r
1552 grml-live you can get commercial support via\r
1553 <a href="http://grml-solutions.com/">Grml Solutions</a>.</p></div>\r
1554 </div>\r
1555 <div class="sect2">\r
1556 <h3 id="install-local-files">13.4. How do I install further files into the chroot/ISO?</h3>\r
1557 <div class="paragraph"><p>Just point the configuration variable CHROOT_INSTALL to the directory which\r
1558 provides the files you would like to install. Note that the files are installed\r
1559 under <em>/</em> in the chroot - so you have to create the rootfs structure on your\r
1560 own. Usage example:</p></div>\r
1561 <div class="literalblock">\r
1562 <div class="content">\r
1563 <pre><tt>echo "CHROOT_INSTALL=\$GRML_FAI_CONFIG/chroot_install" &gt;&gt; /etc/grml/grml-live.local\r
1564 mkdir -p /etc/grml/fai/chroot_install/usr/src/\r
1565 wget example.org/foo.tar.gz\r
1566 mv foo.tar.gz /etc/grml/fai/chroot_install/usr/src/\r
1567 grml-live ...</tt></pre>\r
1568 </div></div>\r
1569 </div>\r
1570 <div class="sect2">\r
1571 <h3 id="local-debian-mirror">13.5. Can I use my own (local) Debian mirror?</h3>\r
1572 <div class="paragraph"><p>Yes. Set up an according sources.list configuration as class file in\r
1573 FAI_DEBOOTSTRAP (if not already using NFSROOT&#8217;s base.tgz) inside\r
1574 /etc/grml/grml-live.conf[.local]. If you&#8217;re setting up your own class file don&#8217;t\r
1575 forget to include the class name in the class list (grml-live -c &#8230;).</p></div>\r
1576 <div class="paragraph"><p>If you want to use a local (for example NFS mount) mirror additionally then\r
1577 adjust MIRROR_DIRECTORY in /etc/grml/grml-live.conf[.local] as well.</p></div>\r
1578 <div class="paragraph"><p>If you want to use a HTTP Proxy (like apt-cacher-ng), set APT_PROXY. Example:</p></div>\r
1579 <div class="literalblock">\r
1580 <div class="content">\r
1581 <pre><tt>APT_PROXY="http://localhost:3142/"</tt></pre>\r
1582 </div></div>\r
1583 </div>\r
1584 <div class="sect2">\r
1585 <h3 id="add-additional-debian-packages">13.6. How do I add additional Debian package(s) to my CD/ISO?</h3>\r
1586 <div class="paragraph"><p>Just create a new class (using the package_config directory):</p></div>\r
1587 <div class="literalblock">\r
1588 <div class="content">\r
1589 <pre><tt># cat &gt; /etc/grml/fai/config/package_config/MIKA &lt;&lt; EOF\r
1590 PACKAGES aptitude</tt></pre>\r
1591 </div></div>\r
1592 <div class="literalblock">\r
1593 <div class="content">\r
1594 <pre><tt>vim\r
1595 another_name_of_a_debian_package\r
1596 and_another_one\r
1597 EOF</tt></pre>\r
1598 </div></div>\r
1599 <div class="paragraph"><p>and specify it when invoking grml-live then:</p></div>\r
1600 <div class="literalblock">\r
1601 <div class="content">\r
1602 <pre><tt># grml-live -c GRMLBASE,GRML_SMALL,AMD64,MIKA</tt></pre>\r
1603 </div></div>\r
1604 </div>\r
1605 <div class="sect2">\r
1606 <h3 id="reset-grml-live-configuration">13.7. I fscked up my grml-live configuration. How do I reset it to the defaults?</h3>\r
1607 <div class="paragraph"><p>Notice: this deletes all your grml-live configuration files. If that&#8217;s really\r
1608 what you are searching for just run:</p></div>\r
1609 <div class="literalblock">\r
1610 <div class="content">\r
1611 <pre><tt>rm -rf /etc/grml/fai /etc/grml/grml-live.conf\r
1612 dpkg -i --force-confnew --force-confmiss /path/to/grml-live_..._all.deb</tt></pre>\r
1613 </div></div>\r
1614 </div>\r
1615 <div class="sect2">\r
1616 <h3 id="create-a-base-tgz">13.8. How do I create a base.tgz?</h3>\r
1617 <div class="paragraph"><p>First of all create the chroot using debootstrap:</p></div>\r
1618 <div class="literalblock">\r
1619 <div class="content">\r
1620 <pre><tt>BASECHROOT='/tmp/basefile'\r
1621 debootstrap squeeze "$BASECHROOT" http://cdn.debian.net/debian\r
1622 tar -C "$BASECHROOT" --exclude='var/cache/apt/archives/*.deb' -zcf base.tar.gz ./</tt></pre>\r
1623 </div></div>\r
1624 <div class="admonitionblock">\r
1625 <table><tr>\r
1626 <td class="icon">\r
1627 <img src="./images/icons/tip.png" alt="Tip" />\r
1628 </td>\r
1629 <td class="content">By default debootstrap builds a chroot matching the architecture of the running\r
1630 host system. If you&#8217;re using an amd64 system and want to build an i386 base.tgz\r
1631 then invoke debootstrap using the <em>--arch i386</em> option. Disclaimer: building an\r
1632 AMD64 base.tgz won&#8217;t work if you are using a 32bit kernel system of course.</td>\r
1633 </tr></table>\r
1634 </div>\r
1635 <div class="paragraph"><p>Then move the base.tar.gz to /etc/grml/fai/config/basefiles/$CLASSNAME.tar.gz.\r
1636 Use e.g. I386 as $CLASSNAME for i386 chroots and AMD64 for amd64 chroots.</p></div>\r
1637 <div class="paragraph"><p>Now executing grml-live should use this file as base system instead of executing\r
1638 debootstrap. Check out the output for something like:</p></div>\r
1639 <div class="literalblock">\r
1640 <div class="content">\r
1641 <pre><tt>[...]\r
1642 ftar: extracting //etc/grml/fai/config/basefiles///AMD64.tar.gz to /srv/grml64_testing/grml_chroot//\r
1643 [...]</tt></pre>\r
1644 </div></div>\r
1645 <div class="admonitionblock">\r
1646 <table><tr>\r
1647 <td class="icon">\r
1648 <img src="./images/icons/tip.png" alt="Tip" />\r
1649 </td>\r
1650 <td class="content">Existing base.tgz can be found at <a href="http://daily.grml.org/">http://daily.grml.org/</a></td>\r
1651 </tr></table>\r
1652 </div>\r
1653 </div>\r
1654 <div class="sect2">\r
1655 <h3 id="apt-cacher">13.9. Set up apt-cacher-ng for use with grml-live</h3>\r
1656 <div class="paragraph"><p>Make sure /etc/grml/grml-live.local provides according APT_PROXY and\r
1657 FAI_DEBOOTSTRAP:</p></div>\r
1658 <div class="literalblock">\r
1659 <div class="content">\r
1660 <pre><tt># cat /etc/grml/grml-live.local\r
1661 [...]\r
1662 APT_PROXY="http://localhost:3142/"\r
1663 [...]\r
1664 FAI_DEBOOTSTRAP="squeeze http://localhost:3142/cdn.debian.net/debian squeeze main contrib non-free"</tt></pre>\r
1665 </div></div>\r
1666 <div class="paragraph"><p>Make sure apt-cacher-ng is running (<em>/etc/init.d/apt-cacher-ng restart</em>).\r
1667 That&#8217;s it.  All downloaded files will be cached in /var/cache/apt-cacher-ng then.</p></div>\r
1668 </div>\r
1669 <div class="sect2">\r
1670 <h3 id="revert_manifold">13.10. How do I revert the manifold feature from an ISO?</h3>\r
1671 <div class="paragraph"><p>The so called manifold feature Grml ISOs use by default allows one to use the same\r
1672 ISO for CD boot and USB boot. If you notice any problems when booting just\r
1673 revert the manifold feature running:</p></div>\r
1674 <div class="literalblock">\r
1675 <div class="content">\r
1676 <pre><tt>% dd if=/dev/zero of=grml.iso bs=512 count=1 conv=notrunc</tt></pre>\r
1677 </div></div>\r
1678 <div class="paragraph"><p>To switch from manifold to isohybrid mode (an alternative approach provided by\r
1679 syslinux) then just execute:</p></div>\r
1680 <div class="literalblock">\r
1681 <div class="content">\r
1682 <pre><tt>% isohybrid grml.iso</tt></pre>\r
1683 </div></div>\r
1684 </div>\r
1685 <div class="sect2">\r
1686 <h3 id="basetgz">13.11. How do I create a base tar.gz (I386.tar.gz or AMD64.tar.gz)</h3>\r
1687 <div class="paragraph"><p>Execute the following commands (requires root):</p></div>\r
1688 <div class="literalblock">\r
1689 <div class="content">\r
1690 <pre><tt>ARCH='amd64' # replace with i386 if necessary\r
1691 SUITE='squeeze' # using the current stable release should always work\r
1692 debootstrap --arch "$ARCH" --exclude=info,tasksel,tasksel-data "$SUITE" "$ARCH" http://debian.netcologne.de/debian\r
1693 cd "$ARCH"\r
1694 rm var/cache/apt/archives/*.deb\r
1695 tar zcf ../"${ARCH}".tar.gz *</tt></pre>\r
1696 </div></div>\r
1697 <div class="paragraph"><p>And finally place the generated tarball in /etc/grml/fai/config/basefiles/ (note\r
1698 that it needs to be uppercase letters matching the class names, so: AMD64.tar.gz\r
1699 for amd64 and I386.tar.gz for i386).</p></div>\r
1700 </div>\r
1701 </div>\r
1702 </div>\r
1703 <div class="sect1">\r
1704 <h2 id="download">14. Download / install grml-live as a Debian package</h2>\r
1705 <div class="sectionbody">\r
1706 <div class="paragraph"><p>Debian packages are available through the grml-repository at\r
1707 <a href="http://deb.grml.org/pool/main/g/grml-live/">deb.grml.org</a>.  If you want to\r
1708 build a Debian package on your own (using for example a specific version or the\r
1709 current development tree), just execute:</p></div>\r
1710 <div class="literalblock">\r
1711 <div class="content">\r
1712 <pre><tt>git clone git://git.grml.org/grml-live\r
1713 cd grml-live\r
1714 debuild -us -uc</tt></pre>\r
1715 </div></div>\r
1716 </div>\r
1717 </div>\r
1718 <div class="sect1">\r
1719 <h2 id="source">15. Source</h2>\r
1720 <div class="sectionbody">\r
1721 <div class="paragraph"><p>The source of grml-live is available at\r
1722 <a href="https://github.com/grml/grml-live/">https://github.com/grml/grml-live/</a></p></div>\r
1723 </div>\r
1724 </div>\r
1725 <div class="sect1">\r
1726 <h2 id="bugs">16. Bugs</h2>\r
1727 <div class="sectionbody">\r
1728 <div class="paragraph"><p>Please report feedback, <a href="http://grml.org/bugs/">bugreports</a> and wishes\r
1729 <a href="http://grml.org/contact/">to the Grml team</a>!</p></div>\r
1730 </div>\r
1731 </div>\r
1732 <div class="sect1">\r
1733 <h2 id="documentation">17. Documentation</h2>\r
1734 <div class="sectionbody">\r
1735 <div class="paragraph"><p>The most recent grml-live documentation is available online at\r
1736 <a href="http://grml.org/grml-live/">http://grml.org/grml-live/</a> and for offline reading also available\r
1737 in different formats:</p></div>\r
1738 <div class="ulist"><ul>\r
1739 <li>\r
1740 <p>\r
1741 <a href="http://grml.org/grml-live/grml-live.epub">http://grml.org/grml-live/grml-live.epub</a>\r
1742 </p>\r
1743 </li>\r
1744 <li>\r
1745 <p>\r
1746 <a href="http://grml.org/grml-live/grml-live.pdf">http://grml.org/grml-live/grml-live.pdf</a>\r
1747 </p>\r
1748 </li>\r
1749 </ul></div>\r
1750 </div>\r
1751 </div>\r
1752 <div class="sect1">\r
1753 <h2 id="authors">18. Authors</h2>\r
1754 <div class="sectionbody">\r
1755 <div class="paragraph"><p>Michael Prokop &lt;<a href="mailto:mika@grml.org">mika@grml.org</a>&gt;</p></div>\r
1756 </div>\r
1757 </div>\r
1758 </div>\r
1759 <div id="footnotes"><hr /></div>\r
1760 <div id="footer">\r
1761 <div id="footer-text">\r
1762 Last updated 2012-01-19 13:18:45 CET\r
1763 </div>\r
1764 </div>\r
1765 </body>\r
1766 </html>\r