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:
parent
3c416a4004
commit
3ab8b8990a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user