summaryrefslogtreecommitdiffstats
path: root/boot-env/pxe/Readme.pxe
diff options
context:
space:
mode:
authorMichael Janczyk2009-04-03 19:57:11 +0200
committerMichael Janczyk2009-04-03 19:57:11 +0200
commitd9d2ded910b2c94bbc0301f6cc1d127fbe653f23 (patch)
treecceae36155b9f7f7eaa9037444a594cb4688e677 /boot-env/pxe/Readme.pxe
parentSmall nasty bug with brtcl stp off/0 ... (diff)
downloadcore-d9d2ded910b2c94bbc0301f6cc1d127fbe653f23.tar.gz
core-d9d2ded910b2c94bbc0301f6cc1d127fbe653f23.tar.xz
core-d9d2ded910b2c94bbc0301f6cc1d127fbe653f23.zip
added version 3.73 of pxelinux to trunk
added pxechain which allows to chainload pxelinux.0 from different tftp server, so ip prefixes are no longer needed (dirk read about this feature) removed tftp-server-ip from slxsettings again ;) added small kernel and small initrd which only executes 'echo sub >/proc/sysrq-trigger' introducing menu-include / menu-botton (s. Readme.pxe) it's for testing now... if it's to complicated it can be simplyfied or removed again git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2800 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/pxe/Readme.pxe')
-rw-r--r--boot-env/pxe/Readme.pxe65
1 files changed, 65 insertions, 0 deletions
diff --git a/boot-env/pxe/Readme.pxe b/boot-env/pxe/Readme.pxe
new file mode 100644
index 00000000..a4b967ab
--- /dev/null
+++ b/boot-env/pxe/Readme.pxe
@@ -0,0 +1,65 @@
+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/pxe/menu-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/pxe/menu-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 ###########################