summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Janczyk2009-04-03 19:57:11 +0200
committerMichael Janczyk2009-04-03 19:57:11 +0200
commitd9d2ded910b2c94bbc0301f6cc1d127fbe653f23 (patch)
treecceae36155b9f7f7eaa9037444a594cb4688e677 /lib
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 'lib')
-rw-r--r--lib/OpenSLX/Basics.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm
index 8f0bddb2..e5bb4e4d 100644
--- a/lib/OpenSLX/Basics.pm
+++ b/lib/OpenSLX/Basics.pm
@@ -108,7 +108,6 @@ I<slxsettings>-script, so please look there if you'd like to know more.
'pxe-timeout' => '100',
'pxe-title' => 'Welcome to OpenSLX',
'pxe-totaltimeout' => '600',
- 'tftp-server-ip' => undef,
);
chomp($openslxConfig{'locale-charmap'});