Re: Problems controlling the content on CD one

2001-11-18 Thread Philip Hands
Petter Reinholdtsen <[EMAIL PROTECTED]> writes: > [Philip Hands] > >> - reduce the CD size to make sure the image is below 650 MB (or > >> actually 650 000 000 bytes) > > > > Why? Just interested. > > I ran into problems with too large CD image once, and reduced the size > to get rid of

Re: Problems controlling the content on CD one

2001-11-17 Thread Philip Charles
On 17 Nov 2001, Petter Reinholdtsen wrote: > > [Philip Charles] > > Did you include the packages in ../tasks/Debian_potato? > > No. I added a new file tasks/skolelinux, and modified build.sh to > calle make like this: > > make list COMPLETE=1 $SIZE_ARGS SRCSIZELIMIT=$((635 * 1024 * 1024)) \

Re: Problems controlling the content on CD one

2001-11-17 Thread Raphael Hertzog
Le Sat, Nov 17, 2001 at 12:20:15PM +0100, Petter Reinholdtsen écrivait: > > Are you sure they disappeared, haven't they simply moved (from CD1 > > to CD3 for example) ? > > If I read the file log.list2cds correctly, the packages where moved to > CD2. I'm not sure why, but I believe CD1 was full.

Re: Problems controlling the content on CD one

2001-11-17 Thread Petter Reinholdtsen
[Philip Charles] > Did you include the packages in ../tasks/Debian_potato? No. I added a new file tasks/skolelinux, and modified build.sh to calle make like this: make list COMPLETE=1 $SIZE_ARGS SRCSIZELIMIT=$((635 * 1024 * 1024)) \ TASK=tasks/skolelinux I'm btw using Woody packages

Re: Problems controlling the content on CD one

2001-11-17 Thread Petter Reinholdtsen
[Raphael Hertzog] > Check in the temporary dir for a file called log.list2cds, and check its > content. Look for the name of missing packages ... and read what is > explained. You may find why your package wasn't included. Thank you very much. Finally a way to debug this situation. > You also

Re: Problems controlling the content on CD one

2001-11-17 Thread Philip Charles
On 17 Nov 2001, Petter Reinholdtsen wrote: > [Richard Hirst] > > Packages will get dropped if they depend on some other pkg you don't > > have, or depend on a newer version of some pkg. Maybe an extra > > depend got added to a pkg or something. > > That might explain some of the packages missin

Re: Problems controlling the content on CD one

2001-11-17 Thread Raphael Hertzog
Le Sat, Nov 17, 2001 at 10:09:55AM +0100, Petter Reinholdtsen écrivait: > That might explain some of the packages missing, but not all of them. > Some of the packages we make ourselves are missing. Most of these > packages do not depend on anything. Check in the temporary dir for a file called l

Re: Problems controlling the content on CD one

2001-11-17 Thread Petter Reinholdtsen
[Richard Hirst] > Packages will get dropped if they depend on some other pkg you don't > have, or depend on a newer version of some pkg. Maybe an extra > depend got added to a pkg or something. That might explain some of the packages missing, but not all of them. Some of the packages we make our

Re: Problems controlling the content on CD one

2001-11-16 Thread Richard Hirst
On Fri, Nov 16, 2001 at 08:01:05PM +0100, Petter Reinholdtsen wrote: > > I'm building a custum debian CD for the norwegian linux for schools > project, and am using debian-cd to do this. I've had some problems > getting the build system to do what I want, but hoped I had this under > control, Al