-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
This commit is contained in:
jbjohnso 2009-09-14 20:10:41 +00:00
parent f1414bfe10
commit 2c17239888

View File

@ -47,7 +47,7 @@ my %guestidmap = (
"win2k8r2" => "windows7Server",
"win2k3" => "winNetStandard",
"imagex" => "winNetStandard",
"boottarget" => "otherlinux"
"boottarget" => "otherLinux"
#otherGuest, otherGuest64, otherLinuxGuest, otherLinux64Guest
);