Re: debian-cd and security mirror
[Carlos Barros]
> Yes it is. I built the images but didn't test them. The security section was
> included but I don't know if the apt-cdrom recognice it.
It didn't, because the packages are not mentioned in the Packages
file. I believe this patch fixes the problem. I checked that the
updated packages now is listed in Packages, but I haven't done a test
install yet.
Index: tools/scanpackages
===================================================================
RCS file: /cvs/debian-boot/debian-cd/tools/scanpackages,v
retrieving revision 1.21
diff -u -3 -p -u -r1.21 scanpackages
--- tools/scanpackages 2002/04/13 12:17:57 1.21
+++ tools/scanpackages 2002/07/10 17:06:51
@@ -122,6 +122,9 @@ for SECT in $SECTIONS; do
if [ -d "pool/$SECT" ]; then
find pool/$SECT >>$PREFIX.filelist_$SECT
fi
+ if [ -n "$SECURITY" -a -d "pool/updates/$SECT" ]; then
+ find pool/updates/$SECT >>$PREFIX.filelist_$SECT
+ fi
for DIST in $DISTS; do
if [ -d "dists/$DIST/$SECT/binary-$ARCH" ]; then
find dists/$DIST/$SECT/binary-$ARCH >>$PREFIX.filelist_$SECT
BTW: No one seem to be commiting my patches to the debian-cd CVS. Why
is this? It would be nice if my version of debian-cd was closer to
the official one, and that the official one had more of my bugfixes.
--
To UNSUBSCRIBE, email to debian-cd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: