Comment 3 for bug 880020

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: oneiric container install problem #1: resolvconf

Actually it seems that inetutils-ping is the problem.

   packages=inetutils-ping
   debootstrap --verbose --components=main,universe --include=$packages oneiric o

has the problem, but

   packages=resolvconf
  debootstrap --verbose --components=main,universe --include=$packages oneiric o

does not.