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
This commit is contained in:
parent
65bcb4e19e
commit
b68e3146a8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user