-bug 2935472 is fixed; for sles11 sp1, yaboot will be copied from the installation repos
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5072 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -548,8 +548,8 @@ sub mkinstall | ||||
|                 { | ||||
|                     copy("$pkgdir/1/suseboot/inst64", | ||||
|                          "/tftpboot/xcat/$os/$arch"); | ||||
|                     #special case for sles 11 | ||||
|                     if ( $os eq 'sles11' and -r "$pkgdir/1/suseboot/yaboot") | ||||
|                     #special case for sles 11 and 11.x  | ||||
|                     if ( $os =~ /sles11/ and -r "$pkgdir/1/suseboot/yaboot") | ||||
|                     { | ||||
|                         copy("$pkgdir/1/suseboot/yaboot", "/tftpboot/"); | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user