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
|
- the perl Digest::MD5 module
|
||||||
- lynx (for text version of README.html) and todos from sysutils
|
- lynx (for text version of README.html) and todos from sysutils
|
||||||
to convert docs to DOS format (although you can rip that out, too)
|
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)
|
- if you want to generate jigdo files: jigdo-file (see below)
|
||||||
Other:
|
Other:
|
||||||
- lots of free space on your disks
|
- lots of free space on your disks
|
||||||
|
@ -274,21 +272,6 @@ instead of MIRROR when looking for local packages.
|
||||||
Additional targets
|
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
|
Jigdo
|
||||||
-----
|
-----
|
||||||
You may also want to make the CD images available in jigdo format.
|
You may also want to make the CD images available in jigdo format.
|
||||||
|
|
|
@ -58,15 +58,11 @@ do
|
||||||
make bin-official_images
|
make bin-official_images
|
||||||
echo Generating MD5Sums of the images
|
echo Generating MD5Sums of the images
|
||||||
make imagesums
|
make imagesums
|
||||||
echo Generating list files for images
|
|
||||||
make pi-makelist
|
|
||||||
|
|
||||||
export OUT="$TMP_OUT/src"; mkdir -p $OUT
|
export OUT="$TMP_OUT/src"; mkdir -p $OUT
|
||||||
make src-official_images
|
make src-official_images
|
||||||
echo Generating MD5Sums of the images
|
echo Generating MD5Sums of the images
|
||||||
make imagesums
|
make imagesums
|
||||||
echo Generating list files for images
|
|
||||||
make pi-makelist
|
|
||||||
else
|
else
|
||||||
export OUT=$TMP_OUT/$ARCH; mkdir -p $OUT
|
export OUT=$TMP_OUT/$ARCH; mkdir -p $OUT
|
||||||
make bin-official_images
|
make bin-official_images
|
||||||
|
@ -83,8 +79,6 @@ do
|
||||||
fi
|
fi
|
||||||
echo Generating MD5Sums of the images
|
echo Generating MD5Sums of the images
|
||||||
make imagesums
|
make imagesums
|
||||||
echo Generating list files for images
|
|
||||||
make pi-makelist
|
|
||||||
fi
|
fi
|
||||||
echo "--------------- `date` ---------------"
|
echo "--------------- `date` ---------------"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue