# HG changeset patch # User Alex Zeffertt # Date 1263475373 0 # Node ID 340b7f97a64c6f6862645e12f5babaf256192a0a # Parent b26b82916cf1ca0e51b4e7d050b8e710ca683779 [CP-1552] SLES 10 SP3 x86_64 support Add template for SLES 10 SP3 x86_64. Note: We cannot add a template for the 32 bit version since between SP2 and SP3 Novell removed the PAE guest kernel from the installer ISO, leaving only the non-PAE guest kernel. This is not a problem for them since they have compiled their Xen 3.2 hypervisor to support non-PAE PV guests (instead of PAE PV guests.) However, since v3.2 this compile option has been removed from Xen. This means that we cannot boot the SLES 10 SP3 i386 installer ISO. To install SLES 10 SP3 i386 it is necessary to install SP2 and upgrade. Signed-off-by: diff -r b26b82916cf1 -r 340b7f97a64c ocaml/xapi/create_templates.ml --- a/ocaml/xapi/create_templates.ml Tue Mar 16 14:53:56 2010 +0000 +++ b/ocaml/xapi/create_templates.ml Thu Jan 14 13:22:53 2010 +0000 @@ -440,6 +440,7 @@ sles11_template "SUSE Linux Enterprise Server 11" X32 [ ]; sles10_template "SUSE Linux Enterprise Server 10 SP1" X64 [ ]; sles10_template "SUSE Linux Enterprise Server 10 SP2" X64 [ ]; + sles10_template "SUSE Linux Enterprise Server 10 SP3" X64 [ ]; sles11_template "SUSE Linux Enterprise Server 11" X64 [ ]; debian_template "Debian Lenny 5.0" "lenny" X32 [ ];