Recognize customized ESXi OS images

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12508 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-03 14:21:58 +00:00
parent 3c416a4004
commit 3ab8b8990a

View File

@ -4402,6 +4402,8 @@ sub mkcommonboot {
unless(
-r "$custprofpath/vmkboot.gz"
or -r "$custprofpath/b.z"
or -r "$custprofpath/mboot.c32"
or -r "$custprofpath/install.tgz"
or -r "$installroot/$osver/$arch/mboot.c32"
or -r "$installroot/$osver/$arch/install.tgz" ){
xCAT::SvrUtils::sendmsg([1,"Please run copycds first for $osver or create custom image in $custprofpath/"], $output_handler);