/[sysadmin-cookbook]/recepies/lxc/lxc-debian
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/lxc-debian

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

revision 296 by dpavlin, Sat May 7 12:35:18 2011 UTC revision 297 by dpavlin, Mon Jun 25 12:18:30 2012 UTC
# Line 106  ifupdown,\ Line 106  ifupdown,\
106  locales,\  locales,\
107  libui-dialog-perl,\  libui-dialog-perl,\
108  dialog,\  dialog,\
 dhcp-client,\  
109  netbase,\  netbase,\
110  net-tools,\  net-tools,\
111  iproute,\  iproute,\
# Line 125  openssh-server Line 124  openssh-server
124      echo "Downloading debian minimal ..."      echo "Downloading debian minimal ..."
125      debootstrap --verbose --variant=minbase --arch=$arch \      debootstrap --verbose --variant=minbase --arch=$arch \
126          --include $packages \          --include $packages \
127          lenny $cache/partial-$arch http://ftp.debian.org/debian          wheezy $cache/partial-$arch http://ftp.debian.org/debian
128      if [ $? -ne 0 ]; then      if [ $? -ne 0 ]; then
129          echo "Failed to download the rootfs, aborting."          echo "Failed to download the rootfs, aborting."
130          return 1          return 1

Legend:
Removed from v.296  
changed lines
  Added in v.297

  ViewVC Help
Powered by ViewVC 1.1.26