Bastian Blank
2006-Oct-08 19:05 UTC
[Pkg-xen-changes] r350 - in trunk/xen-3.0/debian: . arch/i386
Author: waldi Date: Sun Oct 8 19:05:35 2006 New Revision: 350 Modified: trunk/xen-3.0/debian/arch/i386/defines trunk/xen-3.0/debian/rules.defs Log: * debian/arch/i386/defines: Add missing definitions. * debian/rules.defs: Use kernel stuff from 2.6.18-1. Modified: trunk/xen-3.0/debian/arch/i386/defines =============================================================================--- trunk/xen-3.0/debian/arch/i386/defines (original) +++ trunk/xen-3.0/debian/arch/i386/defines Sun Oct 8 19:05:35 2006 @@ -5,11 +5,13 @@ xen-arch: x86_32 [i386] +class: i386 desc: This version of the hypervisor is built with support for systems with up to 4GB of memory. If you have more please install the -pae version instead. [i386-pae] +class: i386 with pae config: pae=y desc: This version of the hypervisor is built with PAE enabled, in order to support Modified: trunk/xen-3.0/debian/rules.defs =============================================================================--- trunk/xen-3.0/debian/rules.defs (original) +++ trunk/xen-3.0/debian/rules.defs Sun Oct 8 19:05:35 2006 @@ -1,2 +1,2 @@ -KERNELVERSION := 2.6.17-2 +KERNELVERSION := 2.6.18-1 MAJOR := 3.0