From a6eb5084e9cf42d26d11074cb1f1a4b30b83055c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 22 Apr 2011 18:17:04 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/esx.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index aa92a81b0..c4f1645f9 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -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;