MosNis Installation/Integration der Wartungstools/grml Linux 0.8

Aus Linupedia.org
Wechseln zu: Navigation, Suche

grml 0.8 Funkenzutzler

Nachdem der Download des 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 /<Pfad zum Mountpoint des ISO-Image> /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

--TomcatMJ 05:18, 25. Sep 2006 (CEST)