/[sysadmin-cookbook]/recepies/lxc/kvm/01-setup/01-create-kvm-root.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /recepies/lxc/kvm/01-setup/01-create-kvm-root.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 259 by dpavlin, Sat May 14 19:48:20 2011 UTC revision 260 by dpavlin, Sat May 14 20:07:00 2011 UTC
# Line 10  dpkg -l apt-cacher-ng >/dev/null && MIRR Line 10  dpkg -l apt-cacher-ng >/dev/null && MIRR
10    
11  echo "Using $MIRROR"  echo "Using $MIRROR"
12    
13  debootstrap --include=psmisc,less,strace,bzip2,make,gcc,libc6-dev,dropbear,lxc,libc6-amd64 squeeze squeeze http://$MIRROR  debootstrap --include=psmisc,less,strace,bzip2,make,gcc,libc6-dev,dropbear,lxc,libc6-amd64,file squeeze squeeze http://$MIRROR
14    
15  echo -e "root\nroot" | chroot squeeze passwd  echo -e "root\nroot" | chroot squeeze passwd
16  echo -e "auto lo\niface lo inet loopback\nauto eth0\niface eth0 inet dhcp" \  echo -e "auto lo\niface lo inet loopback\nauto eth0\niface eth0 inet dhcp" \

Legend:
Removed from v.259  
changed lines
  Added in v.260

  ViewVC Help
Powered by ViewVC 1.1.26