<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="de">
  <siteinfo>
    <sitename>Linupedia.org</sitename>
    <dbname>linupediadb</dbname>
    <base>https://linupedia.org/opensuse/Hauptseite</base>
    <generator>MediaWiki 1.31.0</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Medium</namespace>
      <namespace key="-1" case="first-letter">Spezial</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Diskussion</namespace>
      <namespace key="2" case="first-letter">Benutzer</namespace>
      <namespace key="3" case="first-letter">Benutzer Diskussion</namespace>
      <namespace key="4" case="first-letter">Linupedia.org</namespace>
      <namespace key="5" case="first-letter">Linupedia.org Diskussion</namespace>
      <namespace key="6" case="first-letter">Datei</namespace>
      <namespace key="7" case="first-letter">Datei Diskussion</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki Diskussion</namespace>
      <namespace key="10" case="first-letter">Vorlage</namespace>
      <namespace key="11" case="first-letter">Vorlage Diskussion</namespace>
      <namespace key="12" case="first-letter">Hilfe</namespace>
      <namespace key="13" case="first-letter">Hilfe Diskussion</namespace>
      <namespace key="14" case="first-letter">Kategorie</namespace>
      <namespace key="15" case="first-letter">Kategorie Diskussion</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>MosNis-Wikibook/Installation/Integration der Wartungstools/grml Linux 0.8</title>
    <ns>0</ns>
    <id>5576</id>
    <revision>
      <id>23661</id>
      <parentid>23660</parentid>
      <timestamp>2008-01-14T18:09:14Z</timestamp>
      <contributor>
        <username>DerMani</username>
        <id>274</id>
      </contributor>
      <minor/>
      <comment>1 Versionen</comment>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text xml:space="preserve" bytes="3522">====grml 0.8 Funkenzutzler====

Nachdem der Download des [http://www.grml.org grml 0.8 Funkenzutzler] erfolgreich abgeschlossen ist oder eine entsprechende CD vorliegt, legen wir die beiden später zu nutzenden Verzeichnisse mit

 mkdir /Installserver/grml/

und

 mkdir /tftpboot/grml

an und kopieren den ISO-Imageinhalt nach ''/Installserver/grml'' sowie im Anschluß den Kernel und die initial Ramdisk mit

 cp -R /&lt;Pfad zum Mountpoint des ISO-Image&gt; /Installserver/grml

sowie

 cp /Installserver/grml/boot/isolinux/linux26 /tftpboot/grml/linux26

und

 cp /Installserver/grml/boot/isolinux/minirt26.gz /tftpboot/grml/minirt26.gz
 

dorthin, wo es von der anzulegenden nachfolgenden Menükonfigurationsdatei des MosNis erwartet wird:

  
/tftpboot/GRML.conf

 DEFAULT menu.c32
 APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
  nfsdir=192.168.2.1:/Installserver/grml dhcp noprompt noeject apm=power-off nomce \
  initrd=grml/minirt26.gz vga=791
 
 #Normalstart
 LABEL grml
  MENU LABEL grml 0.8 Funkenzutzler normaler Start
  KERNEL grml/linux26
  APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
   nfsdir=192.168.2.1:/Installserver/grml dhcp noprompt noeject apm=power-off nomce \
   initrd=grml/minirt26.gz vga=791
 
 #Normalstart ohne Framebuffer
 LABEL grmlnofb
  MENU LABEL grml 0.8 Funkenzutzler kein Framebuffer
  KERNEL grml/linux26
  APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
   nfsdir=192.168.2.1:/Installserver/grml dhcp noprompt noeject apm=power-off nomce \
   initrd=grml/minirt26.gz vga=normal
 
 #Minisystem
 LABEL small
  MENU LABEL grml 0.8 Funkenzutzler small
  KERNEL grml/linux26
  APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
   nfsdir=192.168.2.1:/Installserver/grml dhcp noprompt noeject apm=power-off nomce \
   initrd=grml/minirt26.gz small vga=791
 
 #Minisystem ohne Framebuffer
 LABEL smallnofb
  MENU LABEL grml 0.8 Funkenzutzler small kein Framebuffer
  KERNEL grml/linux26
  APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
   nfsdir=192.168.2.1:/Instalserver/grml dhcp noprompt noeject apm=power-off nomce \
   initrd=grml/minirt26.gz small vga=normal
 
 #Debugmodus
 LABEL debuginit
  MENU LABEL grml 0.8 Funkenzutzler debuginit
  KERNEL grml/linux26
  APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
   nfsdir=192.168.2.1:/Installserver/grml dhcp noprompt noeject apm=power-off nomce \
   initrd=grml/minirt26.gz debuginit vga=791
 
 #Debugmodus ohne Framebuffer
 LABEL debuginit
  MENU LABEL grml 0.8 Funkenzutzler debuginit kein Framebuffer
  KERNEL grml/linux26
  APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
   nfsdir=192.168.2.1:/Installserver/grml dhcp noprompt noeject apm=power-off nomce \
   initrd=grml/minirt26.gz debuginit vga=normal
 
 #Rettungssystem
 LABEL rescue
  MENU LABEL grml 0.8 Funkenzutzler Rettungssystem
  KERNEL grml/linux26
  APPEND ramdisk_size=16384 root=/dev/ram0 rw init=/etc/init \
   nfsdir=192.168.2.1:/Installserver/grml dhcp noprompt noeject apm=power-off nomce \
   initrd=grml/minirt26.gz vga=normal
 
 #TOOLS Menü
 LABEL back
  MENU LABEL Zur Toolsauswahl
  KERNEL menu.c32
  APPEND TOOLS.conf
 
 #Deutsche Tastaturbelegung
 KBDMAP german.kbd
 #Menüeinstellungen
 MENU WIDTH 80
 MENU MARGIN 10
 MENU ROWS 12
 MENU TABMSGROW 18
 MENU CMDLINEROW 12
 MENU ENDROW 24
 MENU TIMEOUTROW 20
 ONTIMEOUT back
 TIMEOUT 200
 PROMPT 0
 
 F1 Hilfe.txt
 F2 GRML.txt

&lt;div class=&quot;noprint&quot;&gt;--[[Benutzer:TomcatMJ|TomcatMJ]] 04:42, 27. Sep 2006 (CEST)&lt;/div&gt;</text>
      <sha1>3tqe3kyql07ki7usi1c7cf1gjb8s053</sha1>
    </revision>
  </page>
</mediawiki>
