-Fix malformed dhcpd configuration file creation by dhcp plugin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2153 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-12 13:56:48 +00:00
parent 2f3ab2c6c2
commit 9beaef4c8c

View File

@ -655,7 +655,7 @@ sub addnet
}
push @netent, " if option client-architecture = 00:00 { #x86\n";
push @netent, " filename \"pxelinux.0\";\n";
push @netent, " else if option vendor-class-identifier = \"Etherboot-5.4\" { #x86\n";
push @netent, " } else if option vendor-class-identifier = \"Etherboot-5.4\" { #x86\n";
push @netent, " filename \"pxelinux.0\";\n";
push @netent,
" } else if option client-architecture = 00:02 { #ia64\n ";