direct-io.hg
changeset 2388:ce02eefdecd0
bitkeeper revision 1.1159.53.23 (41322ca03sWRZNXdK0Mvozxq8UHHEQ)
Update xen-clone script to cope with 2.6 now being the default build.
Update xen-clone script to cope with 2.6 now being the default build.
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Sun Aug 29 19:21:04 2004 +0000 (2004-08-29) |
parents | bcc898397e06 |
children | b0b5ac0ee900 |
files | tools/misc/xen-clone |
line diff
1.1 --- a/tools/misc/xen-clone Sat Aug 28 15:59:24 2004 +0000 1.2 +++ b/tools/misc/xen-clone Sun Aug 29 19:21:04 2004 +0000 1.3 @@ -70,9 +70,9 @@ then 1.4 cd ${DEST_BK_REP} 1.5 ln -sf ../install install 1.6 make -j4 world 1.7 - make -j4 linux26 1.8 + make -j4 linux24 1.9 cd ../install/boot 1.10 - [ -r vmlinuz-2.4.*-xen0 ] && ln -s vmlinuz-2.4.*-xen0 xenolinux.gz 1.11 + [ -r vmlinuz-2.6.*-xen0 ] && ln -s vmlinuz-2.6.*-xen0 xenolinux.gz 1.12 1.13 else 1.14 # old style repository without 'make world'