aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/README
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-10-24 14:47:17 +0100
committerEwan Mellor <ewan@xensource.com>2006-10-24 14:47:17 +0100
commitd2e25ca823455d96c44b144ca9b7c4513259f096 (patch)
tree56871ab480bc1e80f366182b573416a39fe1f2cf /tools/xm-test/README
parent84673101106dbf613a51138ed05872f0b75c4487 (diff)
downloadxen-d2e25ca823455d96c44b144ca9b7c4513259f096.tar.gz
xen-d2e25ca823455d96c44b144ca9b7c4513259f096.tar.bz2
xen-d2e25ca823455d96c44b144ca9b7c4513259f096.zip
Added multiarch support to xm-test. Bumped version number to xm-test 1.0.
New README for public ramdisks. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/xm-test/README')
-rw-r--r--tools/xm-test/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xm-test/README b/tools/xm-test/README
index 22a07c4012..9157f7681d 100644
--- a/tools/xm-test/README
+++ b/tools/xm-test/README
@@ -45,7 +45,7 @@ special files, this process must be done as root:
NB: If you have the initrd.img from another installation of xm-test,
you can copy it into the ramdisk directory to eliminate the need to
rebuild it. If you do this, there is no need to run 'make' again.
-Simply copy the initrd-X.Y.img file into ramdisk/ and then run:
+Simply copy the initrd-X.Y-ARCH.img file into ramdisk/ and then run:
# make existing
@@ -53,7 +53,7 @@ Or, you can run:
# INITRD="http://url.of.initrd.repo/" make existing
You do not need to include the name of the image itself in the url,
-however, an initrd with the right name (initrd.X.Y.img) and version
+however, an initrd with the right name (initrd.X.Y-ARCH.img) and version
number must exist at that location. The script will determine which
version of the initrd it needs and try to download the right file from
that location.