xen-drbd

diff xen-drbd-start.py @ 6:7af6c8ecdf0c

ebian-to-hd: install from cd
author igor
date Mon Nov 12 10:45:09 2007 +0200 (2007-11-12)
parents 0b0a886abd08
children 5e499179b5ed
line diff
     1.1 --- a/xen-drbd-start.py	Fri Sep 28 16:32:50 2007 +0300
     1.2 +++ b/xen-drbd-start.py	Mon Nov 12 10:45:09 2007 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  
     1.5  import sys
     1.6  
     1.7 -sys.path.append('/root')
     1.8 +sys.path.append('/etc/xen')
     1.9  try:
    1.10  	exec 'from %s import *' % (network)
    1.11  except: