generate list files directly while we still have the CD tree available
This commit is contained in:
parent
87e0215e62
commit
b3f1215003
|
@ -8,6 +8,9 @@ debian-cd (3.1.1lenny1) UNRELEASED; urgency=low
|
|||
|
||||
[ Steve McIntyre ]
|
||||
* Fix link in README.html.in for lenny. (#542191)
|
||||
* Make sure that the ISO is as new/newer than the jigdo file; #587774
|
||||
* tools/make_image: generate list files while we have the CD trees
|
||||
available
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Sat, 13 Jun 2009 16:48:51 +0200
|
||||
|
||||
|
|
|
@ -119,6 +119,8 @@ do
|
|||
echo $CMD
|
||||
echo $CMD > CD$n/.disk/mkisofs
|
||||
eval "$CMD"
|
||||
# Generate our listfile while we have the information to hand easily
|
||||
find CD$n/pool -type f | sed 's?^.*/??g' | gzip -9 > $OUT/$OUTFILE.list.gz
|
||||
fi
|
||||
|
||||
# If we've made jigdo files, tweak them with extra info now
|
||||
|
|
Loading…
Reference in New Issue