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-changelog

[Xen-changelog] Fix KERNELS example, mkinitrd example.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix KERNELS example, mkinitrd example.
From: Xen patchbot -3.0-testing <patchbot-3.0-testing@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 Apr 2006 13:16:19 +0000
Delivery-date: Tue, 11 Apr 2006 06:17:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID e88e0497b2059cad21e28bf8c0b145b77f0ed172
# Parent  2896fade373e81c1e14ecbe73e10d2453b6fd5a9
Fix KERNELS example, mkinitrd example.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 2896fade373e -r e88e0497b205 README
--- a/README    Tue Apr 11 11:50:46 2006
+++ b/README    Tue Apr 11 11:50:56 2006
@@ -132,16 +132,16 @@
 
    The make command line defaults to building the kernel vmlinuz-2.6.x-xen. 
    You can override this default by specifying KERNELS=kernelname. For 
-   example, you can make two kernels - linux-2.6.16-xen0 
-   and linux-2.6.16-xenU - which are smaller builds containing only selected 
-   modules, intended primarilly for developers that don't like to wait 
+   example, you can make two kernels - linux-2.6-xen0 
+   and linux-2.6-xenU - which are smaller builds containing only selected 
+   modules, intended primarily for developers that don't like to wait 
    for a full -xen kernel to build. The -xenU kernel is particularly small,
    as it does not contain any physical device drivers, and hence is
    only useful for guest domains.
 
    To make these two kernels, simply specify
 
-   KERNELS="linux-2.6.16-xen0 linux-2.6.16-xenU"
+   KERNELS="linux-2.6-xen0 linux-2.6-xenU"
 
    in the make command line.
 
@@ -172,5 +172,5 @@
 
    Depending on your config, you may need to use 'mkinitrd' to create
    an initial ram disk, just like a native system e.g. 
-    # depmod 2.6.12.6-xen
-    # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod 
initrd-2.6.12.6-xen.img 2.6.12.6-xen
+    # depmod 2.6.16-xen
+    # mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod 
initrd-2.6.16-xen.img 2.6.16-xen

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

<Prev in Thread] Current Thread [Next in Thread>