First checkin of the JTE changes.
Removed pi-makelist targets and docs
This commit is contained in:
parent
1872dd6959
commit
8a54182411
17
README
17
README
|
@ -25,8 +25,6 @@ Software:
|
|||
- the perl Digest::MD5 module
|
||||
- lynx (for text version of README.html) and todos from sysutils
|
||||
to convert docs to DOS format (although you can rip that out, too)
|
||||
- if you want to generate .list files: tempfile, as included in debianutils
|
||||
>= 1.6 (not absolutely necessary, workaround described in tools/pi-makelist)
|
||||
- if you want to generate jigdo files: jigdo-file (see below)
|
||||
Other:
|
||||
- lots of free space on your disks
|
||||
|
@ -274,21 +272,6 @@ instead of MIRROR when looking for local packages.
|
|||
Additional targets
|
||||
==================
|
||||
|
||||
Pseudo Image Kit
|
||||
----------------
|
||||
Those of you who will make images available to people for download may
|
||||
consider using the Pseudo Image Kit. See http://www.debian.org/CD/pik/
|
||||
for more information on the PIK.
|
||||
|
||||
You can launch "make pi-makelist" in order to generate
|
||||
the *.list files for the images you've just generated.
|
||||
|
||||
The tools/pi-makelist script needs the isoinfo binary. You can get the
|
||||
sources from http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
|
||||
|
||||
Alternatively (and certainly simpler for people using Debian system), the
|
||||
isoinfo binary is in the mkisofs package (since Debian potato at least).
|
||||
|
||||
Jigdo
|
||||
-----
|
||||
You may also want to make the CD images available in jigdo format.
|
||||
|
|
|
@ -58,15 +58,11 @@ do
|
|||
make bin-official_images
|
||||
echo Generating MD5Sums of the images
|
||||
make imagesums
|
||||
echo Generating list files for images
|
||||
make pi-makelist
|
||||
|
||||
export OUT="$TMP_OUT/src"; mkdir -p $OUT
|
||||
make src-official_images
|
||||
echo Generating MD5Sums of the images
|
||||
make imagesums
|
||||
echo Generating list files for images
|
||||
make pi-makelist
|
||||
else
|
||||
export OUT=$TMP_OUT/$ARCH; mkdir -p $OUT
|
||||
make bin-official_images
|
||||
|
@ -83,8 +79,6 @@ do
|
|||
fi
|
||||
echo Generating MD5Sums of the images
|
||||
make imagesums
|
||||
echo Generating list files for images
|
||||
make pi-makelist
|
||||
fi
|
||||
echo "--------------- `date` ---------------"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue