-If user specifies filename as an argument, don't override
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4215 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -266,7 +266,7 @@ sub addnode | ||||
|                 $lstatements = 'option root-path \"'.$iscsirootpath.'\";'.$lstatements; | ||||
|             } | ||||
|         } | ||||
|         if ($nrent and $nrent->{netboot} and $nrent->{netboot} eq 'pxe') { | ||||
|         if ($nrent and $nrent->{netboot} and $nrent->{netboot} eq 'pxe' and $lstatements !~ /filename/) { | ||||
|             if (-f "$tftpdir/xcat/xnba.kpxe") { | ||||
|                 if ($doiscsi and $chainent and $chainent->{currstate} and ($chainent->{currstate} eq 'iscsiboot' or $chainent->{currstate} eq 'boot')) { | ||||
|                     $lstatements = 'if exists gpxe.bus-id { filename = \"\"; } else if exists client-architecture { filename = \"xcat/xnba.kpxe\"; } '.$lstatements; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user