added missing file
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 14 May 2011 20:07:00 +0000 (20:07 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 14 May 2011 20:07:00 +0000 (20:07 +0000)
git-svn-id: svn://svn.rot13.org/sysadmin-cookbook@260 191e9f34-6774-4a6d-acfc-7664dacd4a2a

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

index a44293f..c6abaea 100755 (executable)
@@ -10,7 +10,7 @@ dpkg -l apt-cacher-ng >/dev/null && MIRROR="127.0.0.1:3142/$MIRROR"
 
 echo "Using $MIRROR"
 
-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
 
 echo -e "root\nroot" | chroot squeeze passwd
 echo -e "auto lo\niface lo inet loopback\nauto eth0\niface eth0 inet dhcp" \