Revision d8e3c5c9

b/devel/build_chroot
62 62

  
63 63
APT_INSTALL="apt-get install -y --no-install-recommends"
64 64

  
65
echo "deb http://backports.debian.org/debian-backports" \
66
     "$DIST_RELEASE-backports main contrib non-free" \
67
     > $CHDIR/etc/apt/sources.list.d/backports.list
68

  
65 69
#Install all the packages
66 70
in_chroot -- \
67 71
  apt-get update
68 72

  
73
#Install selected packages from backports
74
in_chroot -- \
75
  apt-get -y --no-install-recommends -t squeeze-backports install \
76
    git \
77
    vim
78

  
69 79
in_chroot -- \
70
  $APT_INSTALL python-setuptools build-essential python-dev sudo automake git \
71
               fakeroot vim rsync locales
80
  $APT_INSTALL python-setuptools build-essential python-dev sudo automake \
81
               fakeroot rsync locales
72 82

  
73 83
echo "en_US.UTF-8 UTF-8" >> $CHDIR/etc/locale.gen
74 84

  

Also available in: Unified diff