summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Basics.pm
diff options
context:
space:
mode:
authorMichael Janczyk2009-04-02 18:39:32 +0200
committerMichael Janczyk2009-04-02 18:39:32 +0200
commitd3dd8a4b7ab0b81783c12d727045bae357cbda8e (patch)
treefd096ddae6fd4971d56725dc27c8a469df9dc774 /lib/OpenSLX/Basics.pm
parentvmchooser binary: (diff)
downloadcore-d3dd8a4b7ab0b81783c12d727045bae357cbda8e.tar.gz
core-d3dd8a4b7ab0b81783c12d727045bae357cbda8e.tar.xz
core-d3dd8a4b7ab0b81783c12d727045bae357cbda8e.zip
disputable realization of pxe-theme as default
openslx theme will now be used as default all theming definitions should take place in a separate file general configuration should take place via slxsettings pxe-passwd='secret' pxe-theme='openslx' pxe-timeout='100' pxe-title='Welcome to OpenSLX' pxe-totaltimeout='600' tftp-server-ip='132.230.4.4' for further tests an include file in etc/opt could be used, which will be loaded at the end i had to introduce tftp-server-ip in slxsettings since i need the ip for (vesa)menu.c32 and the image do you thionk it's to complicated now? we can still change it, any better ideas, simplifications? git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2793 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib/OpenSLX/Basics.pm')
-rw-r--r--lib/OpenSLX/Basics.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm
index ca6dd9fb..8f0bddb2 100644
--- a/lib/OpenSLX/Basics.pm
+++ b/lib/OpenSLX/Basics.pm
@@ -103,8 +103,12 @@ I<slxsettings>-script, so please look there if you'd like to know more.
'mirrors-to-try-count' => '20',
'mirrors-to-use-count' => '5',
'ossetup-max-try-count' => '5',
- 'pxe-theme' => undef,
- 'pxe-theme-menu-margin' => '9',
+ 'pxe-passwd' => 'secret',
+ 'pxe-theme' => 'openslx',
+ 'pxe-timeout' => '100',
+ 'pxe-title' => 'Welcome to OpenSLX',
+ 'pxe-totaltimeout' => '600',
+ 'tftp-server-ip' => undef,
);
chomp($openslxConfig{'locale-charmap'});