Clean up comments in CONF.sh - remove outdated mention of jigdo-file

This commit is contained in:
Steve McIntyre 2006-12-21 14:36:45 +00:00
parent 77e3c9015c
commit 9e51f3e13a
2 changed files with 2 additions and 12 deletions

View File

@ -185,12 +185,7 @@ export NORECOMMENDS=1
# Produce jigdo files:
# 0/unset = Don't do jigdo at all, produce only the full iso image.
# 1 = Produce both the iso image and jigdo stuff.
# 2 = Produce ONLY jigdo stuff by piping mkisofs directly into jigdo-file,
# no temporary iso image is created (saves lots of disk space).
# NOTE: The no-temp-iso will not work for (at least) alpha and powerpc
# since they need the actual .iso to make it bootable. For these archs,
# the temp-iso will be generated, but deleted again immediately after the
# jigdo stuff is made; needs temporary space as big as the biggest image.
# 2 = Produce only the jigdo stuff
export DOJIGDO=1
# HTTP/FTP URL for directory where you intend to make the templates

7
debian/CONF.sh vendored
View File

@ -185,12 +185,7 @@ export NORECOMMENDS=1
# Produce jigdo files:
# 0/unset = Don't do jigdo at all, produce only the full iso image.
# 1 = Produce both the iso image and jigdo stuff.
# 2 = Produce ONLY jigdo stuff by piping mkisofs directly into jigdo-file,
# no temporary iso image is created (saves lots of disk space).
# NOTE: The no-temp-iso will not work for (at least) alpha and powerpc
# since they need the actual .iso to make it bootable. For these archs,
# the temp-iso will be generated, but deleted again immediately after the
# jigdo stuff is made; needs temporary space as big as the biggest image.
# 2 = Produce only the jigdo stuff
export DOJIGDO=1
# HTTP/FTP URL for directory where you intend to make the templates