summaryrefslogtreecommitdiffstats
path: root/boot-env/pxe/menu-bottom.example
diff options
context:
space:
mode:
authorMichael Janczyk2009-07-03 16:36:08 +0200
committerMichael Janczyk2009-07-03 16:36:08 +0200
commitc92759835de754109c16949b1c6a0881476bd4de (patch)
treeeac6c5eec85082bad19baceed3b0c655dabdf5a2 /boot-env/pxe/menu-bottom.example
parentxserver plugin: (diff)
downloadcore-c92759835de754109c16949b1c6a0881476bd4de.tar.gz
core-c92759835de754109c16949b1c6a0881476bd4de.tar.xz
core-c92759835de754109c16949b1c6a0881476bd4de.zip
no need for different syslinux dirs, now everything inside syslinux
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2990 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/pxe/menu-bottom.example')
-rw-r--r--boot-env/pxe/menu-bottom.example39
1 files changed, 0 insertions, 39 deletions
diff --git a/boot-env/pxe/menu-bottom.example b/boot-env/pxe/menu-bottom.example
deleted file mode 100644
index 6e580a03..00000000
--- a/boot-env/pxe/menu-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 menu-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
-