From 2c172398889f3b897c7ec699cd1818bd0eca42af Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 14 Sep 2009 20:10:41 +0000 Subject: [PATCH] -The capitilization of 'otherLinux' is corrected in the VMWare plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4131 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index a9eb6f98a..bf0788216 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -47,7 +47,7 @@ my %guestidmap = ( "win2k8r2" => "windows7Server", "win2k3" => "winNetStandard", "imagex" => "winNetStandard", - "boottarget" => "otherlinux" + "boottarget" => "otherLinux" #otherGuest, otherGuest64, otherLinuxGuest, otherLinux64Guest );