xen-drbd

diff xen-drbd-install.py @ 17:866525165db8

debootstrap fix
author igor
date Tue Feb 12 16:52:24 2008 +0200 (2008-02-12)
parents dc2a2305e196
children 1a20c33686ba
line diff
     1.1 --- a/xen-drbd-install.py	Tue Feb 12 16:22:43 2008 +0200
     1.2 +++ b/xen-drbd-install.py	Tue Feb 12 16:52:24 2008 +0200
     1.3 @@ -181,6 +181,7 @@
     1.4  
     1.5  def make_install_debian():
     1.6      print """
     1.7 +apt-get install debootstrap
     1.8  debootstrap %s /domU/%s %s
     1.9  chroot /domU/%s apt-get install -y --force-yes %s
    1.10      """ % (debian_release,domains[0],debian_mirror,domains[0],apt_get_install)