[Pkg-xen-changes] r350 - in trunk/xen-3.0/debian: . arch/i386

Bastian Blank waldi at costa.debian.org
Sun Oct 8 19:05:36 UTC 2006


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



More information about the Pkg-xen-changes mailing list