xen-drbd
diff INSTALL @ 33:85165c844ac9
fill only linux domains; skip all other
author | igor@manas.xt.vpn |
---|---|
date | Mon Aug 18 12:29:26 2008 +0300 (2008-08-18) |
parents | 128f4bc3f522 |
children | d3198c10cc10 |
line diff
1.1 --- a/INSTALL Sun Feb 17 11:50:53 2008 +0200 1.2 +++ b/INSTALL Mon Aug 18 12:29:26 2008 +0300 1.3 @@ -7,8 +7,8 @@ 1.4 echo Installation of xen-drbd to $ROOT$DEST_DIR 1.5 echo ------------------------------------------------- 1.6 set -x 1.7 -cp xen-drbd.py ${ROOT}/${DEST_DIR} 1.8 -cp xen-drbd-install.py ${ROOT}/${DEST_DIR} 1.9 +cp xen-drbd.py ${ROOT}/${DEST_DIR}/xen-drbd 1.10 +cp xen-drbd-install.py ${ROOT}/${DEST_DIR}/xen-drbd-install 1.11 set +x 1.12 1.13 echo -------------------------------------------------