summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/BootEnvironment/PXE.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-01-16 23:48:29 +0100
committerDirk von Suchodoletz2009-01-16 23:48:29 +0100
commit84a652b0cc66feef48e6b7c504e53cde48466b34 (patch)
treed00dbcf7a99890dd4448b243b2cb900b3e0c725e /boot-env/OpenSLX/BootEnvironment/PXE.pm
parentvmchooser: (diff)
downloadcore-84a652b0cc66feef48e6b7c504e53cde48466b34.tar.gz
core-84a652b0cc66feef48e6b7c504e53cde48466b34.tar.xz
core-84a652b0cc66feef48e6b7c504e53cde48466b34.zip
It could be useful to have the MAC address of the PXE booting
Ethernet card in the commandline. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2480 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX/BootEnvironment/PXE.pm')
-rw-r--r--boot-env/OpenSLX/BootEnvironment/PXE.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot-env/OpenSLX/BootEnvironment/PXE.pm b/boot-env/OpenSLX/BootEnvironment/PXE.pm
index 2adea63a..2dd0c2b7 100644
--- a/boot-env/OpenSLX/BootEnvironment/PXE.pm
+++ b/boot-env/OpenSLX/BootEnvironment/PXE.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2008 - OpenSLX GmbH
+# Copyright (c) 2008..2009 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -86,7 +86,7 @@ sub writeBootloaderMenuFor
$slxLabels .= "\tMENU LABEL ^$info->{label}\n";
$slxLabels .= "\tKERNEL $vendorOSName/$kernelName\n";
$slxLabels .= "\tAPPEND $append\n";
- $slxLabels .= "\tIPAPPEND 1\n";
+ $slxLabels .= "\tIPAPPEND 3\n";
my $helpText = $info->{description} || '';
if (length($helpText)) {
# make sure that text matches the given margin