-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:
mxi1 2010-01-28 08:03:19 +00:00
parent 33050ac0bf
commit 4b191ea471

View File

@ -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/");
}