From: iap10@labyrinth.cl.cam.ac.uk Date: Mon, 29 Sep 2003 17:12:03 +0000 (+0000) Subject: bitkeeper revision 1.473 (3f7867e38-w0Udil0euqJ8nAHOdmhQ) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18654 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d5f3e34120cf409ec628c2f628d485616c0830c4;p=xen.git bitkeeper revision 1.473 (3f7867e38-w0Udil0euqJ8nAHOdmhQ) rename bk repository xeno.bk to xeno-1.0.bk --- diff --git a/README b/README index 5185409359..8b589274d9 100644 --- a/README +++ b/README @@ -134,10 +134,11 @@ recommended since they require extra packet copies. Building Xen and XenoLinux ========================== -The public master BK repository lives at: bk://xen.bkbits.net/xeno.bk +The public master BK repository for the 1.0 release lives at: +bk://xen.bkbits.net/xeno-1.0.bk To fetch a local copy, install the BitKeeper tools, then run: -'bk clone bk://xen.bkbits.net/xeno.bk' +'bk clone bk://xen.bkbits.net/xeno-1.0.bk' To see how to build Xen, Xenolinux, and all the control tools, inspect the tools/misc/xen-clone script in the BK repository. This script can diff --git a/README.CD b/README.CD index 4cb68f9675..f256d2184a 100644 --- a/README.CD +++ b/README.CD @@ -429,7 +429,7 @@ figuring out what's happened. Debug a XenoLinux image just as you would any other Linux kernel. We supply a handy debug terminal program which you can find in -/usr/local/src/xen-1.0/xeno.bk/tools/misc/miniterm/ +/usr/local/src/xen-1.0/xeno-1.0.bk/tools/misc/miniterm/ This should be built and executed on another machine that is connected via a null modem cable. Documentation is included. Alternatively, telnet can be used in 'char mode' if the Xen machine is diff --git a/tools/control/Makefile b/tools/control/Makefile index 7b8cefe966..7a49e1807a 100644 --- a/tools/control/Makefile +++ b/tools/control/Makefile @@ -8,6 +8,7 @@ clean: clean-cmdline clean-web examples: FORCE mkdir -p ../../../install/etc + chmod +w ../../../install/etc/* cp examples/xen* examples/*example ../../../install/etc/ cmdline: FORCE diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone index 724873b496..6b9d7a4c22 100755 --- a/tools/misc/xen-clone +++ b/tools/misc/xen-clone @@ -15,8 +15,8 @@ UCCL) LINUX_DIR=${3:-/usr/groups/xeno/archive/} ;; *) - BK_REP=${1:-bk://xen.bkbits.net/xeno.bk} - # BK_REP=${1:-ssh://xen@xen.bkbits.net/xeno.bk} + BK_REP=${1:-bk://xen.bkbits.net/xeno-1.0.bk} + # BK_REP=${1:-ssh://xen@xen.bkbits.net/xeno-1.0.bk} LINUX_DIR=${3:-..} ;; esac