WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] why now one kernel per default?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] why now one kernel per default?
From: Andreas Jellinghaus <aj@xxxxxxxxxxxxxxx>
Date: Mon, 27 Mar 2006 09:33:03 +0200
Delivery-date: Mon, 27 Mar 2006 07:34:05 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KNode/0.10.1
this line in Makefile was changed:
--- a/Makefile  Sun Mar 26 10:50:39 2006
+++ b/Makefile  Mon Mar 27 09:38:58 2006
@@ -2,7 +2,7 @@
 # Grand Unified Makefile for Xen.
 #
 
-KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
+KERNELS ?= linux-2.6-xen
 # You may use wildcards in the above e.g. KERNELS=*2.6*

I wonder: why? Documentation in README still tells me:

   If you don't specify KERNELS= on the make command line it will
   default to building two kernels, vmlinuz-2.6.x-xen0 and
   vmlinuz-2.6.x-xenU. 

but that is not true.

please revert that change or update the documentation :)

Regards, Andreas


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] why now one kernel per default?, Andreas Jellinghaus <=