[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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
--- Makefile    11 Feb 2002 16:58:37 -0000      1.11
+++ Makefile    13 Feb 2002 08:30:54 -0000
@@ -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



Reply to: