# HG changeset patch # User Alex Zeffertt # Date 1263475373 0 # Node ID 9240f7ba345031467fe887bf26ef187d5ff9c365 # Parent aa889799cca988268dde2c8fa86a445df9aa5e3a [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 aa889799cca9 -r 9240f7ba3450 ocaml/xapi/create_templates.ml --- a/ocaml/xapi/create_templates.ml Thu Jan 14 13:10:47 2010 +0000 +++ b/ocaml/xapi/create_templates.ml Thu Jan 14 13:22:53 2010 +0000 @@ -452,6 +452,7 @@ sles10_install_template "SUSE Linux Enterprise Server 10 SP1 x64" "x86_64"; sles10_install_template "SUSE Linux Enterprise Server 10 SP2" "i386"; sles10_install_template "SUSE Linux Enterprise Server 10 SP2 x64" "x86_64"; + sles10_install_template "SUSE Linux Enterprise Server 10 SP3 x64" "x86_64"; sles11_install_template "SUSE Linux Enterprise Server 11" "i386"; sles11_install_template "SUSE Linux Enterprise Server 11 x64" "x86_64"; debian_install_template "Debian Lenny 5.0" "lenny" "i386"