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] Update documentation to reflect rebasing

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Update documentation to reflect rebasing
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 19 Apr 2005 22:22:26 +0000
Delivery-date: Wed, 20 Apr 2005 09:05:58 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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 Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1327.1.3, 2005/04/19 16:22:26-06:00, djm@xxxxxxxxxxxxxxxxxx

        Update documentation to reflect rebasing



 README.xenia64 |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)


diff -Nru a/xen/arch/ia64/tools/README.xenia64 
b/xen/arch/ia64/tools/README.xenia64
--- a/xen/arch/ia64/tools/README.xenia64        2005-04-20 05:06:16 -04:00
+++ b/xen/arch/ia64/tools/README.xenia64        2005-04-20 05:06:16 -04:00
@@ -1,19 +1,15 @@
 # Xen/ia64 heavily leverages/reuses many files from Linux/ia64
 # you need the following files from kernel.org
-#  linux-2.6.7.tar.gz
-#  linux-2.6.7-ia64-040619.diff.gz
+#  linux-2.6.11.tar.gz
 # place these in the parent directory of the xenXXX.bk tree
-# e.g. xen-unstable.bk should be in the same directory as linux-2.6.7.tar.gz
+# e.g. xen-unstable.bk should be in the same directory as linux-2.6.11.tar.gz
 
-# unpack linux-2.6.7 in the xenXXX.bk/.. directory and apply the patch
-gunzip linux-2.6.7-ia64-040619.diff.gz
-tar xzf linux-2.6.7.tar.gz
-cd linux-2.6.7
-# is there a way to gunzip as part of patch?
-patch -p1 <../../../linux-2.6.7-ia64-040619.diff
+# unpack linux-2.6.11 in the xenXXX.bk/.. directory
+tar xzf linux-2.6.11.tar.gz
+cd linux-2.6.11
 
-# go back to the xen subdirectory of xen*.bk
-cd xen*.bk/xen
+# go back to the xen subdirectory of xenXXX.bk
+cd xenXXX.bk/xen
 
 # create and patch the linux/ia64 files
 bash arch/ia64/tools/mkbuildtree

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Update documentation to reflect rebasing, BitKeeper Bot <=