MosNis-Wikibook/Installation/Betriebssystemintegration/openSUSE/Menüs/10.1/Textmenüs

Aus Linupedia.org
Wechseln zu: Navigation, Suche

Die nachfolgenden in der openSUSE Auswahl genutzten openSUSE Menüs :

/tftpboot/OS64NFS.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per NFS

# 64Bit NFS install
LABEL Linux64NFSManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS install noacpi
LABEL Linux64NFSManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS install nolapic
LABEL Linux64NFSManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS failsafe
LABEL Linux64NFSfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \ 
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS rescue
LABEL Linux64NFSrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit NFS autoyast
LABEL Linux64NFSautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \ 
  insmod=e1000 insmod=8139too insmod=forcedeth \ 
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=nfs://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64nfs.xml

# 64Bit NFS Remoteinstall mit VNC
LABEL Linux64NFSremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \ 
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \ 
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE	
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H2.txt
F2 SuSE_Auswahl.txt

/tftpboot/OS64FTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per FTP

# 64Bit FTP install
LABEL Linux64FTPManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP install noacpi
LABEL Linux64FTPManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP install nolapic
LABEL Linux64FTPManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP failsafe
LABEL Linux64FTPfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP rescue
LABEL Linux64FTPrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit FTP autoyast
LABEL Linux64FTPautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=ftp://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64ftp.xml

# 64Bit FTP remoteinstall
LABEL Linux64FTPremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H2.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS64HTTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per HTTP

# 64Bit HTTP install
LABEL Linux64HTTPManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP install noacpi
LABEL Linux64HTTPManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP install nolapic
LABEL Linux64HTTPManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP failsafe
LABEL Linux64HTTPfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP rescue
LABEL Linux64HTTPrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit HTTP autoyast
LABEL Linux64HTTPautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=http://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64http.xml

# 64Bit HTTP remoteinstall
LABEL Linux64HTTPremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H2.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS64SMB.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 64 Bit per SMB

# 64Bit SMB install
LABEL Linux64SMBManual
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB install noacpi
LABEL Linux64SMBManualNoACPI
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB install nolapic
LABEL Linux64SMBManualNoLapic
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB failsafe
LABEL Linux64SMBfailsafe
 MENU LABEL openSUSE 10.1 64 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB rescue
LABEL Linux64SMBrescue
 MENU LABEL openSUSE 10.1 64 Bit Rettungssystem
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# 64Bit SMB autoyast
LABEL Linux64SMBautoyast
 MENU LABEL openSUSE 10.1 64 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/ \
  autoyast=smb://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay64http.xml

# 64Bit SMB remoteinstall
LABEL Linux64SMBPremote
 MENU LABEL openSUSE 10.1 64 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/64Bit/linux
 APPEND initrd=openSUSE/10.1/64Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/64Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H2.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32NFS.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per NFS

# 32Bit NFS install
LABEL Linux32NFSManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS install noacpi
LABEL Linux32NFSManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS install nolapic
LABEL Linux32NFSManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS failsafe
LABEL Linux32NFSfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS rescue
LABEL Linux32NFSrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit NFS autoyast
LABEL Linux32NFSautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=nfs://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay32nfs.xml

# 32Bit NFS remoteinstall
LABEL Linux32NFSremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=nfs://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# openSUSE	
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H3.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32FTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per FTP

# 32Bit FTP install
LABEL Linux32FTPManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP install noacpi
LABEL Linux32FTPManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP install nolapic
LABEL Linux32FTPManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP failsafe
LABEL Linux32FTPfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP rescue
LABEL Linux32FTPrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit FTP autoyast
LABEL Linux32FTPautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=ftp://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay32ftp.xml

# 32Bit FTP remoteinstall
LABEL Linux32FTPremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=ftp://192.168.2.1/Installserver/openSUSE/10.1/32Bit/


# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H3.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32HTTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per HTTP

# 32Bit HTTP install
LABEL Linux32HTTPManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP install noacpi
LABEL Linux32HTTPManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP install nolapic
LABEL Linux32HTTPManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP failsafe
LABEL Linux32HTTPfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP rescue
LABEL Linux32HTTPrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit HTTP autoyast
LABEL Linux32HTTPautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=http://192.168.2.1/Installserver/openSUSE/10.1/autoyast/ay32http.xml

# 32Bit HTTP remoteinstall
LABEL Linux32HTTPremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=http://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H3.txt
F2 SuSE-Auswahl.txt

/tftpboot/OS32SMB.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE openSUSE 10.1 32 Bit per SMB

# 32Bit SMB install
LABEL Linux32SMBManual
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB install noacpi
LABEL Linux32SMBManualNoACPI
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne ACPI
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts acpi=off insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB install nolapic
LABEL Linux32SMBManualNoLapic
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation ohne APIC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts nolapic insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB failsafe
LABEL Linux32SMBfailsafe
 MENU LABEL openSUSE 10.1 32 Bit Manuelle Installation Failsafe-Mode
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts apm=off acpi=off \
  mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll \
  pci=nommconf insmod=e100 insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB rescue
LABEL Linux32SMBrescue
 MENU LABEL openSUSE 10.1 32 Bit Rettungssystem
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent rescue=1 showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# 32Bit SMB autoyast
LABEL Linux32SMBautoyast
 MENU LABEL openSUSE 10.1 32 Bit Installation per Autoyast
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/ \
  autoyast=smb://192.168.2.1/Installserver/openSUSE/10.1/autoyast/a-y32smb.xml

# 32Bit SMB remoteinstall
LABEL Linux32SMBremote
 MENU LABEL openSUSE 10.1 32 Bit Remoteinstallation mit VNC
 KERNEL openSUSE/10.1/32Bit/linux
 APPEND initrd=openSUSE/10.1/32Bit/initrd splash=silent showopts insmod=e100 \
  insmod=e1000 insmod=8139too insmod=forcedeth vnc=1 vncpassword=opensuse \
  install=smb://192.168.2.1/Installserver/openSUSE/10.1/32Bit/

# openSUSE
LABEL back
 MENU LABEL openSUSE Auswahl
 KERNEL menu.c32
 APPEND openSUSE.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

#Hilfstexte
F1 SuSE-H3.txt
F2 SuSE-Auswahl.txt

Hilfstexte:Werden noch folgen...