summaryrefslogtreecommitdiffstats
path: root/boot-env/syslinux/README.pxe
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-02 17:50:49 +0200
committerSebastian Schmelzer2010-09-02 17:50:49 +0200
commit416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5 (patch)
tree4715f7d742fec50931017f38fe6ff0a89d4ceccc /boot-env/syslinux/README.pxe
parentFix for the problem reported on the list (sed filter forgotten for the (diff)
downloadcore-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.gz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.tar.xz
core-416ab8a37f1b07dc9f6c0fb3ff1a8ff2036510b5.zip
change dir structure
Diffstat (limited to 'boot-env/syslinux/README.pxe')
-rw-r--r--boot-env/syslinux/README.pxe68
1 files changed, 0 insertions, 68 deletions
diff --git a/boot-env/syslinux/README.pxe b/boot-env/syslinux/README.pxe
deleted file mode 100644
index 9a14ee52..00000000
--- a/boot-env/syslinux/README.pxe
+++ /dev/null
@@ -1,68 +0,0 @@
-The PXE stuff uses HPAs syslinux, see http://syslinux.zytor.com!
-
-Example how the PXElinux information is gathered:
-
-############################## PXElinux-menu file ##############################
-##### first static information is written, can't be changed #####
-##### override with include-menu (except DEFAULT vesamenu.c32) #####
-# #
-# DEFAULT vesamenu.c32 #
-# NOESCAPE 0 #
-# PROMPT 0 #
-# #
-##### then theme specific information is written (if theme specified) #####
-##### #####
-# #
-# MENU BACKGROUND openslx.png #
-# MENU WIDTH 78 #
-# . #
-# . #
-# menu color unsel 37;40 #fff0f0f0 #ff8093a1 std #
-# . #
-# . #
-# . #
-# #
-##### now slxsettings configuration is being read #####
-##### #####
-# #
-# TIMEOUT 100 #
-# TOTALTIMEOUT 600 #
-# MENU MASTER PASSWD secret #
-# MENU TITLE Welcome to OpenSLX #
-# #
-##### after this /etc/opt/openslx/boot-env/syslinux/pxemenu-include is #####
-##### included if it is existing, overriding above statements #####
-# #
-# MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben: #
-# MENU AUTOBOOT Auswahl startet in # Sekunden #
-# . #
-# . #
-# . #
-# #
-##### at this point the system labels are being included #####
-##### #####
-# #
-# LABEL openslx-suse-11.0-default::nfs #
-# MENU LABEL ^SUSE 11.0 System / NFS #
-# KERNEL suse-11.0-default/vmlinuz-2.6.25.20-0.1-pae #
-# APPEND quiet vga=791 initrd=suse-11.0-default/initramfs-1 file #
-# IPAPPEND 3 #
-# TEXT HELP #
-# OpenSUSE 11.0 System #
-# ENDTEXT #
-# . #
-# . #
-# . #
-# #
-##### at the end /etc/opt/openslx/boot-env/syslinux/pxemenu-bottom is #####
-##### being incl. if existing #####
-##### please specify only systems and further menus #####
-# #
-# MENU SEPARATOR #
-# LABEL test #
-# MENU LABEL ^Testmenu #
-# MENU PASSWD test #
-# KERNEL pxechain.com #
-# APPEND 192.168.1.1::pxelinux.0 #
-# #
-########################## End of PXElinux-menu file ###########################