summaryrefslogtreecommitdiffstats
path: root/boot-env/syslinux/pxemenu-bottom.example
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/pxemenu-bottom.example
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/pxemenu-bottom.example')
-rw-r--r--boot-env/syslinux/pxemenu-bottom.example39
1 files changed, 0 insertions, 39 deletions
diff --git a/boot-env/syslinux/pxemenu-bottom.example b/boot-env/syslinux/pxemenu-bottom.example
deleted file mode 100644
index 29ceee3c..00000000
--- a/boot-env/syslinux/pxemenu-bottom.example
+++ /dev/null
@@ -1,39 +0,0 @@
-# this include file will be loaded at the bottom of the menu after the system
-# labels, please define only further menus and systems
-# for theme configuration use theme.conf in your theme directory
-# general settings can be set via slxsettings
-# please copy to pxemenu-bottom if needed
-
-## example: shutdown label in menu
-#LABEL shutdown
-# MENU LABEL ^Shutdown PC
-# KERNEL kernel-shutdown
-# APPEND initrd=initramfs-shutdown quiet
-
-## help label not selectable
-#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 blank line / menu separator
-#MENU SEPARATOR
-
-## example localboot with passwd
-#LABEL local
-# MENU LABEL Boot from local ^Harddisk
-# MENU PASSWD local
-# localboot 0
-