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

« back to all changes in this revision

Viewing changes to tools/misc/xen-clone.README

  • 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
 
 
2
 
xen-clone
3
 
 
4
 
usage: xen-clone <bk_repository> <dest_dir> <orig_linux_dir>
5
 
 
6
 
This script can be used to 'bk clone' and build a xen and xenolinux image 
7
 
from the master BK repository, either from a local copy, or from the
8
 
public repository bk://xen.bkbits.net/xeno.bk
9
 
 
10
 
In many circumstances, it can be invoked without any arguments and
11
 
just `does the right thing'.
12
 
 
13
 
The default dest_dir is 'xeno-clone', relative to the current directory.
14
 
 
15
 
To build xenolinux, the script needs a pristine copy of the equivalent 
16
 
linux tree. The script looks in a couple of places on the local filesystem, 
17
 
then tries a download from from ftp://ftp.kernel.org/pub/linux/kernel/v2.4/
18
 
 
19
 
The script also tries a number of optional UCCL site-specific operations
20
 
that configure the test machine booting infrastructure to boot the 
21
 
resultant image.
22
 
 
23