Author: arkurth
Date: Thu Aug 20 17:39:51 2009
New Revision: 806269
URL: http://svn.apache.org/viewvc?rev=806269&view=rev
Log:
VCL-195
Added Windows Server 2008 entries to the OS and module tables in vcl.sql.
Modified:
incubator/vcl/trunk/mysql/vcl.sql
Modified: incubator/vcl/trunk/mysql/vcl.sql
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/mysql/vcl.sql?rev=806269&r1=806268&r2=806269&view=diff
==============================================================================
--- incubator/vcl/trunk/mysql/vcl.sql (original)
+++ incubator/vcl/trunk/mysql/vcl.sql Thu Aug 20 17:39:51 2009
@@ -1213,7 +1213,8 @@
(12, 'os_winxp', 'Windows XP OS Module', '',
'VCL::Module::OS::Windows::Version_5::XP'),
(13, 'os_win2003', 'Windows Server 2003 OS Module', '',
'VCL::Module::OS::Windows::Version_5::2003'),
(14, 'os_linux_ubuntu', 'Ubuntu Linux OS Module', '',
'VCL::Module::OS::Linux::Ubuntu'),
-(15, 'os_unix_lab', 'Unix Lab Module', 'Unix Lab OS support module',
'VCL::Module::OS::Linux::UnixLab');
+(15, 'os_unix_lab', 'Unix Lab Module', 'Unix Lab OS support module',
'VCL::Module::OS::Linux::UnixLab'),
+(16, 'os_win2008', 'Windows Server 2008 OS Module', '',
'VCL::Module::OS::Windows::Version_6::2008');
--
-- Dumping data for table `OS`
@@ -1246,7 +1247,9 @@
(27, 'fc9image', 'RedHat Fedora Core 9 image', 'linux', 'partimage', 'image',
5),
(28, 'winvista', 'Windows Vista', 'windows', 'partimage', 'image', 7),
(29, 'centos5image', 'centos5image', 'linux', 'partimage', 'image', 5),
-(30, 'ubuntuimage', 'Ubuntu image', 'linux', 'partimage', 'image', 14);
+(30, 'ubuntuimage', 'Ubuntu image', 'linux', 'partimage', 'image', 14),
+(31, 'vmwarewin2008', 'VMware Windows Server 2008', 'windows', 'vmware',
'vmware_images', 16),
+(32, 'win2008', 'Windows Server 2008', 'windows', 'partimage', 'image', 16);
--
-- Dumping data for table `OSinstalltype`