aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/ramdisk
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-28 11:47:58 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-28 11:47:58 +0100
commit472238a5e215cb1ecca24d1e1653533081050ac2 (patch)
treec929995fa5592897f10c9e89acec6c8f28913193 /tools/xm-test/ramdisk
parent394bbf04f52204469ceb9eee5b813b9d0c488de5 (diff)
downloadxen-472238a5e215cb1ecca24d1e1653533081050ac2.tar.gz
xen-472238a5e215cb1ecca24d1e1653533081050ac2.tar.bz2
xen-472238a5e215cb1ecca24d1e1653533081050ac2.zip
Added README for the XenSource-hosted initrd.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/xm-test/ramdisk')
-rw-r--r--tools/xm-test/ramdisk/README-XenSource-initrd-0.7-img39
1 files changed, 39 insertions, 0 deletions
diff --git a/tools/xm-test/ramdisk/README-XenSource-initrd-0.7-img b/tools/xm-test/ramdisk/README-XenSource-initrd-0.7-img
new file mode 100644
index 0000000000..8a93376be2
--- /dev/null
+++ b/tools/xm-test/ramdisk/README-XenSource-initrd-0.7-img
@@ -0,0 +1,39 @@
+XenSource xm-test 0.7 initrd.img
+================================
+
+initrd-0.7.img is an initrd suitable for use with Xen's xm-test regression
+testing suite. It has been built and provided by XenSource, for the
+convenience of Xen users. xm-test initrds may be mixed across minor xm-test
+versions, but not across major versions; this initrd is suitable for all 0.7.x
+versions of xm-test (as shipped with Xen 3.0.x).
+
+In order to use this initrd, run "./autogen; ./configure; make existing"
+inside the xm-test directory, and the initrd will be downloaded automatically.
+Alternatively, if you have already downloaded this file, place it into the
+xm-test/ramdisk directory and run the same command. In either case,
+runtest.sh can then be used as normal. See xm-test/README for more details.
+
+This initrd was built using the infrastructure provided by xm-test. It is a
+full guest operating system and filesystem, and as such includes a large
+number of pieces of software. The source code for the majority of these are
+included in full inside the file
+http://xm-test.xensource.com/ramdisks/initrd.0.7.img-buildroot.tar.bz2, or
+alongside this file. Copyright statements and licences are contained therein.
+The remaining source code is included in the Xen distribution, at
+http://www.xensource.com/xen/downloads/archives.html. The configuration used
+for BusyBox is available as
+http://xm-test.xensource.com/ramdisks/initrd-0.7-busybox-config, or alongside
+this file.
+
+XenSource and the Xen contributors are grateful to the authors of these
+software packages for their contributions to free and open-source software.
+
+
+Buildroot and BusyBox are Copyright (c) Erik Andersen <andersen@codepoet.org>.
+BusyBox is licensed under the GNU General Public License (GPL). A copy of
+this license is available in the file GPL-2,
+http://xm-test.xensource.com/ramdisks/GPL-2, or alongside this file.
+
+uClibc is licensed under the GNU Lesser General Public License (LGPL). A copy
+of this license is available in the file
+http://xm-test.xensource.com/ramdisks/LGPL-2, or alongside this file.