-Restore ESXi5 display of xCAT welcome

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9387 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-04-22 18:17:04 +00:00
parent 7de37672ff
commit a6eb5084e9

View File

@ -3838,6 +3838,7 @@ sub makecustomizedmod {
copy( "$::XCATROOT/share/xcat/netboot/esxi/47.xcat-networking",$tempdir."/etc/vmware/init/init.d/47.xcat-networking");
}
if (-e "$::XCATROOT/share/xcat/netboot/esxi/xcatsplash") {
mkpath($tempdir."/etc/vmware/");
copy( "$::XCATROOT/share/xcat/netboot/esxi/xcatsplash",$tempdir."/etc/vmware/welcome");
}
my $dossh=0;