aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-11 12:38:20 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-11 12:38:20 +0000
commit18f6335d48fcfc2c52df5fd0f5f71457d435328c (patch)
tree5b376dfe19279f26e5ba5bfd60812176c4278acb /tools
parentea0145702fd3d3e964e0b1a67c9a0a3a3bc6b257 (diff)
downloadxen-18f6335d48fcfc2c52df5fd0f5f71457d435328c.tar.gz
xen-18f6335d48fcfc2c52df5fd0f5f71457d435328c.tar.bz2
xen-18f6335d48fcfc2c52df5fd0f5f71457d435328c.zip
bitkeeper revision 1.423.1.1 (3f606cbc_bZB4VtAvLpPGP5ncrWRiA)
minor change to xen-clone script
Diffstat (limited to 'tools')
-rwxr-xr-xtools/misc/xen-clone2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/misc/xen-clone b/tools/misc/xen-clone
index daaf54e90b..6cffbb8ced 100755
--- a/tools/misc/xen-clone
+++ b/tools/misc/xen-clone
@@ -41,6 +41,8 @@ UCCL)
cd install/boot
ln -sf ../../xeno-roots/roots .
ln -sf ../../xeno-roots/usr .
+ ln -sf ../lib .
+ ln -sf ../bin .
ln -sf /usr/groups/srgboot/${USER}/xenoboot.sh .
ln -sf `pwd` /usr/groups/srgboot/${USER}/${DEST_DIR}
cd ../..