Re: How do I create a Packages file?

2001-07-30 Thread Raphael Hertzog
Le Mon, Jul 30, 2001 at 03:43:36PM -0400, Justin F. Knotzke écrivait: > make status > make bootable (which BTW always returns this error:) > > mkdir: cannot create directory > `/mirror/tmp/potato-i386/CD1/doc/FAQ/html': File exists > tar (child): ../debian-faq.html.

Re: How do I create a Packages file?

2001-07-30 Thread Justin F. Knotzke
On Mon, Jul 30, 2001 at 09:04:13PM +0200, Raphael Hertzog wrote: > Then you probably don't use COMPLETE=1 because otherwise you'd get a > second CD. That probably also means that your local packages are not > listed in the tasks (or the default task) and are thus not included. > > If you want me

Re: How do I create a Packages file?

2001-07-30 Thread Raphael Hertzog
Le Mon, Jul 30, 2001 at 01:54:12PM -0400, Justin F. Knotzke écrivait: > I never seem to get a second CD. Then you probably don't use COMPLETE=1 because otherwise you'd get a second CD. That probably also means that your local packages are not listed in the tasks (or the default task) and a

Re: How do I create a Packages file?

2001-07-30 Thread Justin F. Knotzke
On Mon, Jul 30, 2001 at 04:51:06PM +0200, Raphael Hertzog wrote: > Are they neither on the first CD nor on the second CD ? I never seem to get a second CD. The contents of my tmp dir are: -rw-r--r--1 root root 929177 Jul 30 13:42 1.Packages-ALL -rw-r--r--1 ro

Re: How do I create a Packages file?

2001-07-30 Thread Raphael Hertzog
Le Mon, Jul 30, 2001 at 10:40:04AM -0400, Justin F. Knotzke écrivait: > So I ran the above apt-ftparchive: > > $ apt-ftparchive packages dists/stable/local/ > >dists/stable/local/binary-386/Packages Of course, i was wrong. > Use of uninitialized value at /usr/share/debian-cd/too

Re: How do I create a Packages file?

2001-07-30 Thread Justin F. Knotzke
On Sat, Jul 28, 2001 at 12:21:10PM +0200, Raphael Hertzog wrote: > The generated path (in the Packages file) should be relative to the root > of the mirror so you generate it this way : > $ cd /mirror/debian > $ apt-ftparchive packages dists/stable/local >dists/stable/local/Packages Whe