xen-drbd

diff INSTALL @ 37:e80bdf496aa2

1. --network (-n) option; topology name is not hardcoded since present
2. fix for incorrect processing of the paramater spicified in form like drbd8=sda1 in xen-drbd-install
author igor@manas.xt.vpn
date Mon Sep 15 10:03:24 2008 +0300 (2008-09-15)
parents 128f4bc3f522
children d3198c10cc10
line diff
     1.1 --- a/INSTALL	Sun Feb 17 11:50:53 2008 +0200
     1.2 +++ b/INSTALL	Mon Sep 15 10:03:24 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 -------------------------------------------------