From e5435e18a4cdaf121d4e3ade96831bcdb78c7577 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 2 Apr 2009 18:13:02 +0000 Subject: Makefile corrected and example include extended git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2795 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/pxe/menu-include.example | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 boot-env/pxe/menu-include.example (limited to 'boot-env/pxe/menu-include.example') diff --git a/boot-env/pxe/menu-include.example b/boot-env/pxe/menu-include.example new file mode 100644 index 00000000..5ae8db5c --- /dev/null +++ b/boot-env/pxe/menu-include.example @@ -0,0 +1,23 @@ +# this include file will be loaded at the end and 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 + +## example non-selectable line +# LABEL - +# MENU LABEL ________________________________________________________ +# MENU DISABLE + +## example blank line / menu separator +# MENU SEPARATOR + +## example localboot with passwd +# LABEL local +# MENU LABEL Boot from local ^Harddisk +# MENU PASSWD local +# localboot 0 + -- cgit v1.2.3-55-g7522