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

Re: How do I create a Packages file?

2001-07-28 Thread Richard Atterer
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 ISTR apt didn

Re: How do I create a Packages file?

2001-07-28 Thread Raphael Hertzog
Le Fri, Jul 27, 2001 at 04:37:23PM -0400, Justin F. Knotzke écrivait: > I want to be able to add a series of packages to my Debian CD and > have them show up in the Advanced option (using dselect). > > Right now, I have: dists/stable/local/binary-386/admin/ > > In this director

Re: How do I create a Packages file?

2001-07-27 Thread Justin F. Knotzke
On Fri, Jul 27, 2001 at 09:10:29PM +0200, Wichert Akkerman wrote: > Previously Justin F. Knotzke wrote: > > I have done all except create the so called "Packages" file. How do > > I do that? > > dpkg-scanpackages or apt-ftparchive. Ahh that's it. Thanks. I am still stumped w

Re: How do I create a Packages file?

2001-07-27 Thread Wichert Akkerman
Previously Justin F. Knotzke wrote: > I have done all except create the so called "Packages" file. How do > I do that? dpkg-scanpackages or apt-ftparchive. Wichert. -- _ / Nothing is fool-proof to a sufficiently tal

How do I create a Packages file?

2001-07-27 Thread Justin F. Knotzke
Hi, The readme in debian-cd stats the following: Local packages == If you provide some custom made packages and you want to put them on Debian CD set you can do it. Simply put your packages in $MIRROR/dists/$CODENAME/local/binary-$ARCH/. The organization of this su