summaryrefslogtreecommitdiffstats
path: root/boot-env/pxe/menu-include.example
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/menu-include.example
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/menu-include.example')
-rw-r--r--boot-env/pxe/menu-include.example57
1 files changed, 46 insertions, 11 deletions
diff --git a/boot-env/pxe/menu-include.example b/boot-env/pxe/menu-include.example
index 5ae8db5c..9f36df23 100644
--- a/boot-env/pxe/menu-include.example
+++ b/boot-env/pxe/menu-include.example
@@ -1,23 +1,58 @@
-# this include file will be loaded at the end and will overwrite existing defs
+# this include file will be loaded at the end of theme and slxsettings
+# configuration but right before the system labels
+# it will overwrite existing defs
# for theme configuration use theme.conf in your theme directory
# general settings can be set via slxsettings
# please copy to menu-include if needed
## example german help:
-# MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
-# MENU AUTOBOOT Auswahl startet in # Sekunden
+#MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
+#MENU AUTOBOOT Auswahl startet in # Sekunden
+
+## example: shutdown on timeout
+#ONTIMEOUT shutdown
+#LABEL shutdown
+# MENU HIDE
+# KERNEL kernel-shutdown
+# APPEND initrd=initramfs-shutdown quiet
+
+## example: shutdown label in menu
+#LABEL shutdown2
+# MENU LABEL ^Shutdown PC
+# KERNEL kernel-shutdown
+# APPEND initrd=initramfs-shutdown quiet
+
+## help/... text on F1 keypress
+#F1 help_01.txt
+## optionally with info
+#LABEL help
+# MENU LABEL Press 'F1' for help
+# MENU DISABLE
+
+## example: add an additional menu on the same tftp server
+#LABEL test
+# MENU LABEL ^Testmeu
+# KERNEL vesamenu.c32
+# APPEND testmenu
+
+## example: add an additional menu on a different tftp server, with passwd
+#LABEL test2
+# MENU LABEL ^Testmeu
+# MENU PASSWD test
+# KERNEL pxechain.com
+# APPEND 192.168.101.102::pxelinux.0
## example non-selectable line
-# LABEL -
-# MENU LABEL ________________________________________________________
-# MENU DISABLE
+#LABEL -
+# MENU LABEL ________________________________________________________
+# MENU DISABLE
## example blank line / menu separator
-# MENU SEPARATOR
+#MENU SEPARATOR
## example localboot with passwd
-# LABEL local
-# MENU LABEL Boot from local ^Harddisk
-# MENU PASSWD local
-# localboot 0
+#LABEL local
+# MENU LABEL Boot from local ^Harddisk
+# MENU PASSWD local
+# localboot 0