Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update grml-live files to v0.20.0
  • Loading branch information
mika committed Feb 18, 2013
1 parent 4383ed2 commit a44a72c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
Binary file modified grml-live/grml-live.epub
Binary file not shown.
Binary file modified grml-live/grml-live.pdf
Binary file not shown.
39 changes: 14 additions & 25 deletions grml-live/index.html
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head> <head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.6" /> <meta name="generator" content="AsciiDoc 8.6.7" />
<title>grml-live(8)</title> <title>grml-live(8)</title>
<style type="text/css"> <style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */ /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
Expand Down Expand Up @@ -349,7 +349,7 @@
margin-bottom: 0.1em; margin-bottom: 0.1em;
} }


div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
Expand Down Expand Up @@ -407,14 +407,16 @@
span.overline { text-decoration: overline; } span.overline { text-decoration: overline; }
span.line-through { text-decoration: line-through; } span.line-through { text-decoration: line-through; }


div.unbreakable { page-break-inside: avoid; }



/* /*
* xhtml11 specific * xhtml11 specific
* *
* */ * */


tt { tt {
font-family: monospace; font-family: "Courier New", Courier, monospace;
font-size: inherit; font-size: inherit;
color: navy; color: navy;
} }
Expand Down Expand Up @@ -453,7 +455,7 @@
* */ * */


.monospaced { .monospaced {
font-family: monospace; font-family: "Courier New", Courier, monospace;
font-size: inherit; font-size: inherit;
color: navy; color: navy;
} }
Expand Down Expand Up @@ -581,7 +583,7 @@


function tocEntries(el, toclevels) { function tocEntries(el, toclevels) {
var result = new Array; var result = new Array;
var re = new RegExp('[hH]([2-'+(toclevels+1)+'])'); var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');
// Function that scans the DOM tree for header elements (the DOM2 // Function that scans the DOM tree for header elements (the DOM2
// nodeIterator API would be a better technique but not supported by all // nodeIterator API would be a better technique but not supported by all
// browsers). // browsers).
Expand Down Expand Up @@ -610,7 +612,7 @@
var i; var i;
for (i = 0; i < toc.childNodes.length; i++) { for (i = 0; i < toc.childNodes.length; i++) {
var entry = toc.childNodes[i]; var entry = toc.childNodes[i];
if (entry.nodeName == 'div' if (entry.nodeName.toLowerCase() == 'div'
&& entry.getAttribute("class") && entry.getAttribute("class")
&& entry.getAttribute("class").match(/^toclevel/)) && entry.getAttribute("class").match(/^toclevel/))
tocEntriesToRemove.push(entry); tocEntriesToRemove.push(entry);
Expand Down Expand Up @@ -656,7 +658,7 @@
var entriesToRemove = []; var entriesToRemove = [];
for (i = 0; i < noteholder.childNodes.length; i++) { for (i = 0; i < noteholder.childNodes.length; i++) {
var entry = noteholder.childNodes[i]; var entry = noteholder.childNodes[i];
if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote") if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")
entriesToRemove.push(entry); entriesToRemove.push(entry);
} }
for (i = 0; i < entriesToRemove.length; i++) { for (i = 0; i < entriesToRemove.length; i++) {
Expand Down Expand Up @@ -1043,8 +1045,8 @@ <h2 id="_options">4. Options</h2>
<p> <p>
Specify the Debian suite you want to use for your live-system. Defaults to Specify the Debian suite you want to use for your live-system. Defaults to
"squeeze" (being current Debian/stable). Supported values are: etch, lenny, "squeeze" (being current Debian/stable). Supported values are: etch, lenny,
squeeze, sid. Debian "squeeze" requires a recent base.tgz squeeze, wheezy, sid. Please be aware that recent Debian suites might require a
debootstrap. recent version of debootstrap.
</p> </p>
</dd> </dd>
<dt class="hdlist1"> <dt class="hdlist1">
Expand Down Expand Up @@ -1332,18 +1334,6 @@ <h2 id="files">9. Files</h2>
file.</p></div> file.</p></div>
<div class="literalblock"> <div class="literalblock">
<div class="content"> <div class="content">
<pre><tt>${GRML_FAI_CONFIG}/make-fai-nfsroot.conf</tt></pre>
</div></div>
<div class="paragraph"><p>This file is used by make-fai-nfsroot(8) only. Usually you don&#8217;t have to change
anything inside this file. If you want to modify NFSROOT though you can adjust
it there.</p></div>
<div class="literalblock">
<div class="content">
<pre><tt>${GRML_FAI_CONFIG}/NFSROOT</tt></pre>
</div></div>
<div class="paragraph"><p>This file specifies the package list for creating the NFSROOT.</p></div>
<div class="literalblock">
<div class="content">
<pre><tt>${GRML_FAI_CONFIG}/config/</tt></pre> <pre><tt>${GRML_FAI_CONFIG}/config/</tt></pre>
</div></div> </div></div>
<div class="paragraph"><p>The main directory for configuration of FAI/grml-live. More details below.</p></div> <div class="paragraph"><p>The main directory for configuration of FAI/grml-live. More details below.</p></div>
Expand Down Expand Up @@ -1424,8 +1414,7 @@ <h2 id="requirements">11. Requirements for the build system</h2>
<li> <li>
<p> <p>
fast network access for retrieving the Debian packages used for creating the fast network access for retrieving the Debian packages used for creating the
chroot (check out "local mirror" and "NFSROOT" to workaround this problem as far chroot (check out "local mirror" to workaround this problem as far as possible)
as possible)
</p> </p>
</li> </li>
</ul></div> </ul></div>
Expand Down Expand Up @@ -1570,7 +1559,7 @@ <h3 id="install-local-files">13.4. How do I install further files into the chroo
<div class="sect2"> <div class="sect2">
<h3 id="local-debian-mirror">13.5. Can I use my own (local) Debian mirror?</h3> <h3 id="local-debian-mirror">13.5. Can I use my own (local) Debian mirror?</h3>
<div class="paragraph"><p>Yes. Set up an according sources.list configuration as class file in <div class="paragraph"><p>Yes. Set up an according sources.list configuration as class file in
FAI_DEBOOTSTRAP (if not already using NFSROOT&#8217;s base.tgz) inside FAI_DEBOOTSTRAP (if not already using a base.tgz) inside
/etc/grml/grml-live.conf[.local]. If you&#8217;re setting up your own class file don&#8217;t /etc/grml/grml-live.conf[.local]. If you&#8217;re setting up your own class file don&#8217;t
forget to include the class name in the class list (grml-live -c &#8230;).</p></div> forget to include the class name in the class list (grml-live -c &#8230;).</p></div>
<div class="paragraph"><p>If you want to use a local (for example NFS mount) mirror additionally then <div class="paragraph"><p>If you want to use a local (for example NFS mount) mirror additionally then
Expand Down Expand Up @@ -1759,7 +1748,7 @@ <h2 id="authors">18. Authors</h2>
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2012-01-19 13:18:45 CET Last updated 2012-09-26 19:37:35 CEST
</div> </div>
</div> </div>
</body> </body>
Expand Down

0 comments on commit a44a72c

Please sign in to comment.