making a minimal CD 

http://groups.google.com/group/debian.cd/browse_thread/thread/f6fb8354fabbd10a

Newsgroups: debian.cd
Date: 8 Nov 2001
> I got the debian-cd package from CVS, but it seems somewhat
> inaccessible. I can't even figure out how best to create the local
> mirror that it requires. Is there any in-depth documentation on that

I have been doing this with relatively usable results, the following way:

How to make the CD?, I will paste my instruction list, but your milage may vary, it does for me too:

issue the following commands

  1. cd /usr/share/debian-cd (yet done)
  2. . CONF.sh
  3. make distclean
  4. make mirrorcheck
  5. make bin-list COMPLETE=1
  6. make -k bootable

    -k: while some problems are not resolved

Yields an error which I ignore.

  1. make packages

    yields:      ( /var/www/debian/indices/override.potato.main.gz: No
    such file or directory
    /var/www/debian/indices-non-US/override.potato.main.gz: No such file
    or directory /var/www/debian/indices/override.potato.contrib.gz: No
    such file or directory
    /var/www/debian/indices-non-US/override.potato.contrib.gz: No such
    file or directory /var/www/debian/indices/override.potato.non-free.gz:
    No such file or directory
    /var/www/debian/indices-non-US/override.potato.non-free.gz: No such
    file or directory ) etc. etc.
  2. make bin-md5mlist
  3. make bin-images

Jorge-Leon

making a minimal CD 

I finally got around to building a CD following your advice. After removing the dists/ directory, I was left with a 25M ISO image - and it works perfectly. I am quite pleased. Thank you very much! The next thing would be to customize the installer. It is in boot/rescue.bin, is it not? Are there any documents concerning the creation of your own rescue.bin? I'm sure the source is available somewhere, right?

Juergen Fiedler