Re: The first CD is too big..
[Ben Collins] > Sounds to me like the new disk-i386 got installed. Modify the CD > build to only include the disks-i386/current/ Yes. I try this patch to remove the base-images directory and symlink: Index: Makefile === RCS file: /var/lib/cvs/skolelinux/src/debian-cd/Makefile,v retrieving revision 1.11 diff -u -3 -p -u -r1.11 Makefile --- Makefile11 Feb 2002 16:58:37 - 1.11 +++ Makefile13 Feb 2002 08:30:54 - @@ -603,6 +603,8 @@ $(BDIR)/CD1/dists/$(CODENAME)/main/disks elif [ -d current ]; then \ rm -rf [0123456789]*; \ fi; \ + @echo "Removing redundant basedebs copies ..."; \ + rm -rf base-images*; \ done upgrade: ok bin-infos $(BDIR)/upgrade-stamp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-cd by hertzog
Repository: debian-cd who:hertzog time: Wed Feb 13 02:25:02 PST 2002 Log Message: * Don't include basedeb-images-* on the CD. Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-cd/debian by hertzog
Repository: debian-cd/debian who:hertzog time: Wed Feb 13 02:25:02 PST 2002 Log Message: * Don't include basedeb-images-* on the CD. Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
cvs commit to debian-cd by hertzog
Repository: debian-cd who:hertzog time: Wed Feb 13 03:16:56 PST 2002 Log Message: * Oops, forgot a -r in the rm call. Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: The first CD is too big..
Le Wed, Feb 13, 2002 at 09:37:09AM +0100, Petter Reinholdtsen écrivait: > [Ben Collins] > > Sounds to me like the new disk-i386 got installed. Modify the CD > > build to only include the disks-i386/current/ > > Yes. I try this patch to remove the base-images directory and symlink: I already committed something similar. :) Cheers, -- Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/ Formation Linux et logiciel libre : http://www.logidee.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]