ia64/xen-unstable
changeset 824:184d4534da0f
bitkeeper revision 1.508 (3f8af368AwYbJS7oXYGeDRjPkgCdGQ)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk
into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Oct 13 18:48:08 2003 +0000 (2003-10-13) |
parents | c980231846cc b937b5e0cfc9 |
children | 429f9e870989 |
files | BitKeeper/etc/ignore tools/misc/xen-clone |
line diff
1.1 --- a/BitKeeper/etc/ignore Mon Oct 13 16:59:01 2003 +0000 1.2 +++ b/BitKeeper/etc/ignore Mon Oct 13 18:48:08 2003 +0000 1.3 @@ -471,3 +471,4 @@ xen/arch/i386/nmi.o 1.4 xen/drivers/net/dummy.o 1.5 tools/misc/miniterm/miniterm 1.6 tools/misc/xen_read_console 1.7 +extras/mini-os/h/hypervisor-ifs
2.1 --- a/tools/misc/xen-clone Mon Oct 13 16:59:01 2003 +0000 2.2 +++ b/tools/misc/xen-clone Mon Oct 13 18:48:08 2003 +0000 2.3 @@ -65,7 +65,7 @@ LINUX_VER=`/bin/ls -ld ${DEST_BK_REP}/xe 2.4 # copy in the master Linux tree for this kernel 2.5 if [ ! -d linux-${LINUX_VER} ] 2.6 then 2.7 -tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tar.gz || tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tgz || cp -a ${LINUX_DIR}/linux-${LINUX_VER} . || wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${LINUX_VER}.tar.gz -O- | tar -zxf - || exit -1 2.8 +tar -jxf ${LINUX_DIR}/linux-${LINUX_VER}.tar.bz2 || tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tar.gz || tar -zxf ${LINUX_DIR}/linux-${LINUX_VER}.tgz || cp -a ${LINUX_DIR}/linux-${LINUX_VER} . || wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${LINUX_VER}.tar.gz -O- | tar -zxf - || exit -1 2.9 fi 2.10 2.11 # build and install Xen and tools