From 9beaef4c8c0e650522f32b532f2f7feb87466f80 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 12 Sep 2008 13:56:48 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 79581cf37..09527a93b 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -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 ";