Recognize customized ESXi OS images

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12509 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-03 14:23:16 +00:00
parent 29c5b25620
commit 993b886f97

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);