source: trunk/packages/xen-common/xen-common/tools/misc/xen-clone.README @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

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