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
make -k bootable
-k: while some problems are not resolved
Yields an error which I ignore.
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.
Jorge-Leon
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