ia64/xen-unstable
changeset 4920:64f9e006da57
bitkeeper revision 1.1410 (4286de1dJ_YgvFcDITt_LZ4LXBdTXA)
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Sun May 15 05:29:01 2005 +0000 (2005-05-15) |
parents | b811d111b152 eeffc4961eee |
children | c5eb6fb70b8a |
files | tools/misc/xen-clone |
line diff
1.1 --- a/tools/misc/xen-clone Sat May 14 10:16:30 2005 +0000 1.2 +++ b/tools/misc/xen-clone Sun May 15 05:29:01 2005 +0000 1.3 @@ -82,8 +82,14 @@ then 1.4 make -j4 world 1.5 make -j4 linux24 1.6 cd ../install/boot 1.7 - [ -r vmlinuz-2.6.*-xen0 ] && ln -s vmlinuz-2.6.*-xen0 xenolinux.gz 1.8 - 1.9 + if [ -r vmlinuz-2.6-xen0 ] 1.10 + then 1.11 + ln -s vmlinuz-2.6-xen0 xenolinux.gz 1.12 + else 1.13 + kern=`ls vmlinuz-2.6.*-xen0 | head -1` 1.14 + [ -r "$kern" ] && ln -s "$kern" xenolinux.gz 1.15 + fi 1.16 + 1.17 else 1.18 # old style repository without 'make world' 1.19