From 84a652b0cc66feef48e6b7c504e53cde48466b34 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 16 Jan 2009 22:48:29 +0000 Subject: 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 --- boot-env/OpenSLX/BootEnvironment/PXE.pm | 4 ++-- 1 file 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 -- cgit v1.2.3-55-g7522