xen-drbd

changeset 17:866525165db8

debootstrap fix
author igor
date Tue Feb 12 16:52:24 2008 +0200 (2008-02-12)
parents dc2a2305e196
children 0aa17b693e59
files od.py xen-drbd-install.py
line diff
     1.1 --- a/od.py	Tue Feb 12 16:22:43 2008 +0200
     1.2 +++ b/od.py	Tue Feb 12 16:52:24 2008 +0200
     1.3 @@ -115,7 +115,7 @@
     1.4  }
     1.5  
     1.6  debian_release="lenny"
     1.7 -debian_mirror="http://apt.eb.co.ua:9999/"
     1.8 +debian_mirror="http://apt.eb.co.ua:9999/debian"
     1.9  apt_get_install="less tcpdump dnsutils vim ntp screen snmpd libc6-xen openssh-server"
    1.10  
    1.11  
     2.1 --- a/xen-drbd-install.py	Tue Feb 12 16:22:43 2008 +0200
     2.2 +++ b/xen-drbd-install.py	Tue Feb 12 16:52:24 2008 +0200
     2.3 @@ -181,6 +181,7 @@
     2.4  
     2.5  def make_install_debian():
     2.6      print """
     2.7 +apt-get install debootstrap
     2.8  debootstrap %s /domU/%s %s
     2.9  chroot /domU/%s apt-get install -y --force-yes %s
    2.10      """ % (debian_release,domains[0],debian_mirror,domains[0],apt_get_install)