[Pkg-xen-changes] r424 - trunk/xen-3/debian/arch/i386

Bastian Blank waldi at alioth.debian.org
Thu Aug 2 15:54:22 UTC 2007


Author: waldi
Date: Thu Aug  2 15:54:22 2007
New Revision: 424

Log:
debian/arch/i386/defines: Make default with PAE.


Modified:
   trunk/xen-3/debian/arch/i386/defines

Modified: trunk/xen-3/debian/arch/i386/defines
==============================================================================
--- trunk/xen-3/debian/arch/i386/defines	(original)
+++ trunk/xen-3/debian/arch/i386/defines	Thu Aug  2 15:54:22 2007
@@ -1,20 +1,18 @@
 [base]
 flavours:
  i386
- i386-pae
+ i386-nonpae
 xen-arch: x86_32
 
 [i386]
 class: i386
+config: pae=y
 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.
+ This version of the hypervisor is built with PAE enabled. If you have a cpu
+ without pae support install the -nonpae version instead.
 
-[i386-pae]
-class: i386 with pae
-config: pae=y
+[i386-nonpae]
+class: i386 without pae
 desc:
- This version of the hypervisor is built with PAE enabled, in order to support
- systems with more than 4GB of memory. If you have less than that you should
- probably choose the non -pae version.
+ This version of the hypervisor is built without PAE.
 



More information about the Pkg-xen-changes mailing list