On Sun, Jan 19, 2003 at 06:07:42PM +0000, Colin Watson wrote: > On Sun, Jan 19, 2003 at 05:52:15PM -0800, Matt Kraai wrote: > > There is a nice page of bugs in the base system[1]. It would be > > helpful to have a similar page for the bugs in debian-installer. > > Could someone please create this, or point me in the right > > direction? > > > > Matt > > > > 1. http://bugs.qa.debian.org/cgi-bin/base.cgi > > OK, please tell me how to list the packages that form part of > debian-installer
wget http://ftp.us.debian.org/debian/dists/sid/main/debian-installer/binary-i386/Packages | sed -n 's/^Package: .*$/\1/p' > and I'll do it. Thanks. Matt