From b68e3146a8e7c3125ed6e637430e5bd6c5efcad7 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 14 Nov 2007 21:30:51 +0000 Subject: [PATCH] Accomodate older JS21 firmware that failed when given a relative path as a boot filename git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@46 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/usr/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/usr/lib/xcat/plugins/dhcp.pm b/xCAT-server-2.0/usr/lib/xcat/plugins/dhcp.pm index 258816115..0fc7e97f3 100644 --- a/xCAT-server-2.0/usr/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server-2.0/usr/lib/xcat/plugins/dhcp.pm @@ -250,7 +250,7 @@ sub addnet { push @netent," } else if option client-architecture = 00:02 { #ia64\n "; push @netent," filename \"elilo.efi\";\n"; push @netent," } else if substring(filename,0,1) = null { #otherwise, provide yaboot if the client isn't specific\n "; - push @netent," filename \"yaboot\";\n"; + push @netent," filename \"/yaboot\";\n"; push @netent," }\n"; if ($range) { push @netent," range dynamic-bootp $range;\n" }; push @netent," } # $net\/$mask subnet_end\n";