MosNis-Wikibook/Installation/Betriebssystemintegration/Fedora/Menüs/FC5/Textmenüs

Aus Linupedia.org
Wechseln zu: Navigation, Suche

/tftpboot/FC564NFS.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 64 Bit per NFS

# 64Bit NFS install
LABEL Linux64NFSManual
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit NFS install noprobe
LABEL Linux64NFSManualnoprobe
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation noprobe
 KERNEL FEdoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd noprobe ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit NFS install Textmode
LABEL Linux64NFSManualText
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation im Textmode
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd text ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit NFS Kickstart
LABEL Linux64NFSkickstart
 MENU LABEL FedoraCore 5 64 Bit Kickstart Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND ks=nfs://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks64-1.cfg \
  initrd=FedoraCore/FC5/x86-64/initrd ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit NFS mit VNC
LABEL Linux64NFSrescue
 MENU LABEL FedoraCore 5 64 Bit VNC gesteuerte Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd vnc vncpassword=fedoracore ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# FedoraCore
LABEL back
 MENU LABEL FedoraCore Auswahl
 KERNEL menu.c32
 APPEND FC5.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt

/tftpboot/FC564FTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 64 Bit per FTP

# 64Bit FTP install
LABEL Linux64FTPManual
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd ip=dhcp \
  method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit FTP install noprobe
LABEL Linux64FTPManualnoprobe
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation noprobe
 KERNEL FEdoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd noprobe ip=dhcp \
  method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit FTP install Textmode
LABEL Linux64FTPManualText
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation im Textmode
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd text ip=dhcp \
  method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit FTP Kickstart
LABEL Linux64FTPkickstart
 MENU LABEL FedoraCore 5 64 Bit Kickstart Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND ks=ftp://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks64-1.cfg \
  initrd=FedoraCore/FC5/x86-64/initrd ip=dhcp \
  method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit FTP mit VNC
LABEL Linux64FTPremote
 MENU LABEL FedoraCore 5 64 Bit VNC gesteuerte Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd vnc vncpassword=fedoracore ip=dhcp \
  method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/


# FedoraCore
LABEL back
 MENU LABEL FedoraCore Auswahl
 KERNEL menu.c32
 APPEND FC5.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt

/tftpboot/FC564HTTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 64 Bit per HTTP

# 64Bit HTTP install
LABEL Linux64HTTPManual
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit HTTP install noprobe
LABEL Linux64HTTPManualnoprobe
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation noprobe
 KERNEL FEdoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd noprobe ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit HTTP install Textmode
LABEL Linux64HTTPManualText
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation im Textmode
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd text ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit HTTP Kickstart
LABEL Linux64HTTPkickstart
 MENU LABEL FedoraCore 5 64 Bit Kickstart Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND ks=http://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks64-1.cfg \
  initrd=FedoraCore/FC5/x86-64/initrd ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit HTTP mit VNC
LABEL Linux64HTTPremote
 MENU LABEL FedoraCore 5 64 Bit VNC gesteuerte Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd vnc vncpassword=fedoracore ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/
 
# FedoraCore
LABEL back
 MENU LABEL FedoraCore Auswahl
 KERNEL menu.c32
 APPEND FC5.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt

/tftpboot/FC564SMB.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 64 Bit per SMB

# 64Bit SMB install
LABEL Linux64SMBManual
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/64Bit/initrd ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit SMB install noprobe
LABEL Linux64SMBManualnoprobe
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation noprobe
 KERNEL FEdoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd noprobe ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit SMB install Textmode
LABEL Linux64SMBManualText
 MENU LABEL FedoraCore 5 64 Bit Manuelle Installation im Textmode
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd text ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit SMB Kickstart
LABEL Linux64SMBkickstart
 MENU LABEL FedoraCore 5 64 Bit Kickstart Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND ks=smb://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks64-1.cfg \
  initrd=FedoraCore/FC5/x86-64/initrd ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/

# 64Bit SMB mit VNC
LABEL Linux64SMBremote
 MENU LABEL FedoraCore 5 64 Bit VNC gesteuerte Installation
 KERNEL FedoraCore/FC5/x86-64/vmlinuz
 APPEND initrd=FedoraCore/FC5/x86-64/initrd vnc vncpassword=fedoracore ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/x86-64/
 
# FedoraCore
LABEL back
 MENU LABEL FedoraCore Auswahl
 KERNEL menu.c32
 APPEND FC5.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt

/tftpboot/FC532NFS.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 32 Bit per NFS

# 32Bit NFS install
LABEL Linux32NFSManual
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit NFS install noprobe
LABEL Linux32NFSManualnoprobe
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation noprobe
 KERNEL FEdoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd noprobe ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit NFS install Textmode
LABEL Linux32NFSManualText
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation im Textmode
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd text ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit NFS Kickstart
LABEL Linux32NFSkickstart
 MENU LABEL FedoraCore 5 32 Bit Kickstart Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND ks=nfs://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks32-1.cfg \
  initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit NFS mit VNC
LABEL Linux32NFSremote
 MENU LABEL FedoraCore 5 32 Bit VNC gesteuerte Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd vnc vncpassword=fedoracore ip=dhcp \
  method=nfs://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# FedoraCore
LABEL back
 MENU LABEL FedoraCore Auswahl
 KERNEL menu.c32
 APPEND FC5.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt

/tftpboot/FC532FTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 32 Bit per FTP

# 32Bit FTP install
LABEL Linux32FTPManual
  MENU LABEL FedoraCore 5 32 Bit Manuelle Installation
  KERNEL FedoraCore/FC5/i386/vmlinuz
  APPEND initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
   method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit FTP install noprobe
LABEL Linux32FTPManualnoprobe
  MENU LABEL FedoraCore 5 32 Bit Manuelle Installation noprobe
  KERNEL FEdoraCore/FC5/i386/vmlinuz
  APPEND initrd=FedoraCore/FC5/i386/initrd noprobe ip=dhcp \
   method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit FTP install Textmode
LABEL Linux32FTPManualText
  MENU LABEL FedoraCore 5 32 Bit Manuelle Installation im Textmode
  KERNEL FedoraCore/FC5/i386/vmlinuz
  APPEND initrd=FedoraCore/FC5/i386/initrd text ip=dhcp \
   method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit FTP Kickstart
LABEL Linux32FTPkickstart
  MENU LABEL FedoraCore 5 32 Bit Kickstart Installation
  KERNEL FedoraCore/FC5/i386/vmlinuz
  APPEND ks=ftp://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks32-1.cfg \
   initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
   method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit FTP mit VNC
LABEL Linux32FTPremote
  MENU LABEL FedoraCore 5 32 Bit VNC gesteuerte Installation
  KERNEL FedoraCore/FC5/i386/vmlinuz
  APPEND initrd=FedoraCore/FC5/i386/initrd vnc vncpassword=fedoracore ip=dhcp \
   method=ftp://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# FedoraCore
LABEL back
  MENU LABEL FedoraCore Auswahl
  KERNEL menu.c32
  APPEND FC5.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt

/tftpboot/FC532HTTP.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 32 Bit per HTTP

# 32Bit HTTP install
LABEL Linux32HTTPManual
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit HTTP install noprobe 
LABEL Linux32HTTPManualnoprobe
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation noprobe
 KERNEL FEdoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd noprobe ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit HTTP install Textmode
LABEL Linux32HTTPManualText
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation im Textmode
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd text ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit HTTP Kickstart
LABEL Linux32HTTPkickstart
 MENU LABEL FedoraCore 5 32 Bit Kickstart Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND ks=http://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks32-1.cfg \
  initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit HTTP mit VNC
LABEL Linux32HTTPremote
 MENU LABEL FedoraCore 5 32 Bit VNC gesteuerte Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd vnc vncpassword=fedoracore ip=dhcp \
  method=http://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# FedoraCore
LABEL back
 MENU LABEL FedoraCore Auswahl
 KERNEL menu.c32
 APPEND FC5.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt

/tftpboot/FC532SMB.conf :

DEFAULT menu.c32
PROMPT 0
MENU TITLE FedoraCore 5 32 Bit per SMB

# 32Bit SMB install
LABEL Linux32SMBManual
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit SMB install noprobe
LABEL Linux32SMBManualnoprobe
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation noprobe
 KERNEL FEdoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd noprobe ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit SMB install Textmode
LABEL Linux32SMBManualText
 MENU LABEL FedoraCore 5 32 Bit Manuelle Installation im Textmode
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd text ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit SMB Kickstart
LABEL Linux32SMBkickstart
 MENU LABEL FedoraCore 5 32 Bit Kickstart Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND ks=smb://192.168.2.1/Installserver/FedoraCore/FC5/kickstart/ks32-1.cfg \
  initrd=FedoraCore/FC5/i386/initrd ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# 32Bit SMB mit VNC
LABEL Linux32SMBremote
 MENU LABEL FedoraCore 5 32 Bit VNC gesteuerte Installation
 KERNEL FedoraCore/FC5/i386/vmlinuz
 APPEND initrd=FedoraCore/FC5/i386/initrd vnc vncpassword=fedoracore ip=dhcp \
  method=smb://192.168.2.1/Installserver/FedoraCore/FC5/i386/

# FedoraCore
LABEL back
 MENU LABEL FedoraCore Auswahl
 KERNEL menu.c32
 APPEND FC.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 FC-Hilfe2.txt
F2 Hauptauswahl.txt