~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/xm-test/ramdisk/README-XenSource-initrd-1.0-img

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XenSource xm-test 1.0 initrds
 
2
=============================
 
3
 
 
4
http://xm-test.xensource.com/ramdisks/initrd-1.0-i386.img and
 
5
http://xm-test.xensource.com/ramdisks/initrd-1.0-powerpc.img are initrds
 
6
suitable for use with Xen's xm-test regression testing suite.  They has been
 
7
built and provided by XenSource, for the convenience of Xen users.  xm-test
 
8
initrds may be mixed across minor xm-test versions, but not across major
 
9
versions; this initrd is suitable for all 1.0.x versions of xm-test (as
 
10
shipped with the Xen unstable tree for a short while between Xen 3.0.3 and
 
11
Xen 3.0.4).
 
12
 
 
13
In order to use one of these initrds, run "./autogen; ./configure; make
 
14
existing" inside the xm-test directory, and the appropriate initrd for your
 
15
architecture will be downloaded automatically.  Alternatively, if you have
 
16
already downloaded that file, place it into the xm-test/ramdisk directory and
 
17
run the same command.  In either case, runtest.sh can then be used as normal.
 
18
See xm-test/README for more details.
 
19
 
 
20
These initrds were built using the infrastructure provided by xm-test.  Each
 
21
is a full guest operating system and filesystem, and as such includes a large
 
22
number of pieces of software.  The source code for the majority of these are
 
23
included in full inside the file
 
24
http://xm-test.xensource.com/ramdisks/<INITRD>-buildroot.tar.bz2, where
 
25
<INITRD> is either initrd-1.0-i386 or initrd-1.0-powerpc as appropriate, or
 
26
alongside this file.  Copyright statements and licences are contained therein.
 
27
The remaining source code is included in the Xen distribution, at
 
28
http://www.xensource.com/xen/downloads/archives.html.  The configurations used
 
29
for BusyBox, uClibc, and Buildroot are available as
 
30
http://xm-test.xensource.com/ramdisks/<INITRD>-busybox-config,
 
31
http://xm-test.xensource.com/ramdisks/<INITRD>-uClibc-config, and
 
32
http://xm-test.xensource.com/ramdisks/<INITRD>-buildroot-config respectively,
 
33
or alongside this file.
 
34
 
 
35
XenSource and the Xen contributors are grateful to the authors of these
 
36
software packages for their contributions to free and open-source software.
 
37
 
 
38
 
 
39
Buildroot and BusyBox are Copyright (c) Erik Andersen <andersen@codepoet.org>.
 
40
BusyBox is licensed under the GNU General Public License (GPL).  A copy of
 
41
this license is available in the file GPL-2,
 
42
http://xm-test.xensource.com/ramdisks/GPL-2, or alongside this file.
 
43
 
 
44
uClibc is licensed under the GNU Lesser General Public License (LGPL).  A copy
 
45
of this license is available in the file
 
46
http://xm-test.xensource.com/ramdisks/LGPL-2, or alongside this file.