checkin of last config before removal on farbror
This commit is contained in:
parent
9cdda77db2
commit
6d2a41b5c7
130
sarge/CONF.sh
130
sarge/CONF.sh
|
@ -23,14 +23,15 @@ unset EXCLUDE || true
|
|||
unset SRCEXCLUDE || true
|
||||
unset NORECOMMENDS || true
|
||||
unset NOSUGGESTS || true
|
||||
unset DOJIGDO || true
|
||||
#unset DOJIGDO || true
|
||||
unset JIGDOCMD || true
|
||||
unset JIGDOTEMPLATEURL || true
|
||||
unset JIGDOFALLBACKURLS || true
|
||||
#unset JIGDOFALLBACKURLS || true
|
||||
unset JIGDOINCLUDEURLS || true
|
||||
unset JIGDOSCRIPT || true
|
||||
unset JIGDO_OPTS || true
|
||||
unset DEFBINSIZE || true
|
||||
unset DEFSRCSIZE || true
|
||||
#unset DEFBINSIZE || true
|
||||
#unset DEFSRCSIZE || true
|
||||
unset FASTSUMS || true
|
||||
unset PUBLISH_URL || true
|
||||
unset PUBLISH_NONUS_URL || true
|
||||
|
@ -39,43 +40,38 @@ unset UDEB_INCLUDE || true
|
|||
unset UDEB_EXCLUDE || true
|
||||
unset BASE_INCLUDE || true
|
||||
unset BASE_EXCLUDE || true
|
||||
unset INSTALLER_CD || true
|
||||
unset MAXCDS || true
|
||||
unset SPLASHPNG || true
|
||||
unset OMIT_MANUAL || true
|
||||
unset OMIT_RELEASE_NOTES || true
|
||||
#unset INSTALLER_CD || true
|
||||
|
||||
|
||||
# The debian-cd dir
|
||||
# Where I am (hoping I'm in the debian-cd dir)
|
||||
export BASEDIR=`pwd`
|
||||
|
||||
# Building etch cd set ...
|
||||
export CODENAME=etch
|
||||
export DI=sarge
|
||||
|
||||
# Building sarge cd set ...
|
||||
export CODENAME=sarge
|
||||
|
||||
# By default use Debian installer packages from $CODENAME
|
||||
if [ ! "$DI_CODENAME" ]
|
||||
then
|
||||
export DI_CODENAME=$CODENAME
|
||||
fi
|
||||
|
||||
# If set, controls where the d-i components are downloaded from.
|
||||
# This may be an url, or "default", which will make it use the default url
|
||||
# for the daily d-i builds. If not set, uses the official d-i images from
|
||||
# the Debian mirror.
|
||||
#export DI_WWW_HOME=default
|
||||
|
||||
# Version number, "2.2 r0", "2.2 r1" etc.
|
||||
export DEBVERSION="3.1"
|
||||
export DEBVERSION="3.1 r8"
|
||||
|
||||
# Official or non-official set.
|
||||
# NOTE: THE "OFFICIAL" DESIGNATION IS ONLY ALLOWED FOR IMAGES AVAILABLE
|
||||
# ON THE OFFICIAL DEBIAN CD WEBSITE http://cdimage.debian.org
|
||||
export OFFICIAL="Unofficial"
|
||||
#export OFFICIAL="Official"
|
||||
#export OFFICIAL="Unofficial"
|
||||
export OFFICIAL="Official"
|
||||
#export OFFICIAL="Official Beta"
|
||||
|
||||
# ... for arch
|
||||
export ARCH=`dpkg --print-architecture`
|
||||
if [ ! "$ARCH" ]
|
||||
then
|
||||
export ARCH=`dpkg --print-installation-architecture`
|
||||
fi
|
||||
|
||||
# IMPORTANT : The 4 following paths must be on the same partition/device.
|
||||
# If they aren't then you must set COPYLINK below to 1. This
|
||||
|
@ -83,7 +79,12 @@ export ARCH=`dpkg --print-architecture`
|
|||
# images, however. Also, if you are using an NFS partition for
|
||||
# some part of this, you must use this option.
|
||||
# Paths to the mirrors
|
||||
export MIRROR=/ftp/debian
|
||||
if [ "$MIRROR"x = ""x ] ; then
|
||||
export MIRROR=/org/cdbuilder.debian.org/src/ftp/debian
|
||||
fi
|
||||
if [ "$ARCH" = "amd64" ] ; then
|
||||
export MIRROR=/org/cdbuilder.debian.org/src/ftp/debian-amd64/debian-amd64
|
||||
fi
|
||||
|
||||
# Comment the following line if you don't have/want non-US
|
||||
#export NONUS=/ftp/debian-non-US
|
||||
|
@ -94,14 +95,16 @@ export MIRROR=/ftp/debian
|
|||
#export FORCENONUSONCD1=1
|
||||
|
||||
# Path of the temporary directory
|
||||
export TDIR=/ftp/tmp
|
||||
export TDIR=/org/cdbuilder.debian.org/src/deb-cd/tmp/"$INSTALLER_CD""$DI""$ARCH"
|
||||
|
||||
# Path where the images will be written
|
||||
export OUT=/rack/debian-cd
|
||||
if [ "$OUT"x = ""x ] ; then
|
||||
export OUT=/org/cdbuilder.debian.org/dst/deb-cd/tmp/"$INSTALLER_CD""$DI""$ARCH"
|
||||
fi
|
||||
|
||||
# Where we keep the temporary apt stuff.
|
||||
# This cannot reside on an NFS mount.
|
||||
export APTTMP=/ftp/tmp/apt
|
||||
export APTTMP=$TDIR/apt
|
||||
|
||||
# Do I want to have NONFREE merged in the CD set
|
||||
# export NONFREE=1
|
||||
|
@ -144,7 +147,7 @@ export CONTRIB=1
|
|||
# export COPYLINK=1
|
||||
|
||||
# Options
|
||||
# export MKISOFS=mkisofs
|
||||
export MKISOFS="$BASEDIR/../mkisofs/usr/bin/mkisofs"
|
||||
# export MKISOFS_OPTS="-r" #For normal users
|
||||
# export MKISOFS_OPTS="-r -F ." #For symlink farmers
|
||||
|
||||
|
@ -152,7 +155,7 @@ export CONTRIB=1
|
|||
export ISOLINUX=1
|
||||
|
||||
# uncomment this to if you want to see more of what the Makefile is doing
|
||||
#export VERBOSE_MAKE=1
|
||||
export VERBOSE_MAKE=1
|
||||
|
||||
# uncoment this to make build_all.sh try to build a simple CD image if
|
||||
# the proper official CD run does not work
|
||||
|
@ -161,18 +164,18 @@ export ISOLINUX=1
|
|||
# Set your disk size here in MB. Used in calculating package and
|
||||
# source file layouts in build.sh and build_all.sh. Defaults are for
|
||||
# CD-R, try ~4600 for DVD-R.
|
||||
export DEFBINSIZE=630
|
||||
export DEFSRCSIZE=635
|
||||
if [ ! "$DEFBINSIZE" ] ; then export DEFBINSIZE=639 ; fi
|
||||
if [ ! "$DEFSRCSIZE" ] ; then export DEFSRCSIZE=639 ; fi
|
||||
|
||||
# We don't want certain packages to take up space on CD1...
|
||||
export EXCLUDE="$BASEDIR"/tasks/exclude-$CODENAME
|
||||
export EXCLUDE="$BASEDIR"/tasks/exclude-sarge
|
||||
# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)
|
||||
export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-$CODENAME
|
||||
export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-sarge
|
||||
# Any packages listed in EXCLUDE but not in any UNEXCLUDE will be
|
||||
# excluded completely.
|
||||
|
||||
# We also exclude some source packages
|
||||
#export SRCEXCLUDE="$BASEDIR"/tasks/exclude-src-$CODENAME
|
||||
#export SRCEXCLUDE="$BASEDIR"/tasks/exclude-src-potato
|
||||
|
||||
# Set this if the recommended packages should be skipped when adding
|
||||
# package on the CD. The default is 'false'.
|
||||
|
@ -191,18 +194,20 @@ export NORECOMMENDS=1
|
|||
# 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.
|
||||
#export DOJIGDO=2
|
||||
if [ ! "$DOJIGDO" ];then export DOJIGDO=1;fi
|
||||
#
|
||||
# jigdo-file command & options
|
||||
# Note: building the cache takes hours, so keep it around for the next run
|
||||
#export JIGDOCMD="/usr/local/bin/jigdo-file --cache=$HOME/jigdo-cache.db"
|
||||
#
|
||||
#export JIGDOCMD="$BASEDIR/../jigdo/usr/bin/jigdo-file --cache=$TDIR/jigdo-cache.db"
|
||||
#export JIGDOCMD="/usr/bin/jigdo-file --cache=$TDIR/jigdo-cache.db"
|
||||
|
||||
# HTTP/FTP URL for directory where you intend to make the templates
|
||||
# available. You should not need to change this; the default value ""
|
||||
# means "template in same dir as the .jigdo file", which is usually
|
||||
# correct. If it is non-empty, it needs a trailing slash. "%ARCH%"
|
||||
# will be substituted by the current architecture.
|
||||
#export JIGDOTEMPLATEURL=""
|
||||
#export JIGDOTEMPLATEURL="jigdotemplates/"
|
||||
#
|
||||
# Name of a directory on disc to create data for a fallback server in.
|
||||
# Should later be made available by you at the URL given in
|
||||
|
@ -211,12 +216,13 @@ export NORECOMMENDS=1
|
|||
# files in your FTP archive. Because of the hard links, the dir must
|
||||
# be on the same partition as the FTP archive! If unset, no fallback
|
||||
# data is created, which may cause problems - see README.
|
||||
#export JIGDOFALLBACKPATH="$(OUT)/snapshot/"
|
||||
#export JIGDOFALLBACKPATH="$OUT/snapshot/"
|
||||
#
|
||||
# Space-separated list of label->URL mappings for "jigdo fallback
|
||||
# server(s)" to add to .jigdo file. If unset, no fallback URL is
|
||||
# added, which may cause problems - see README.
|
||||
#export JIGDOFALLBACKURLS="Debian=http://myserver/snapshot/Debian/ Non-US=http://myserver/snapshot/Non-US/"
|
||||
if [ ! "$JIGDOFALLBACKURLS" ];then export JIGDOFALLBACKURLS="Debian=http://gluck.debian.org/cdimage/snapshot/cd/$ARCH/Debian/";fi
|
||||
#Non-US=http://gluck.debian.org/cdimage/testing/jigdo-area/$ARCH/snapshot/Non-US/";fi
|
||||
#
|
||||
# Space-separated list of "include URLs" to add to the .jigdo file.
|
||||
# The included files are used to provide an up-to-date list of Debian
|
||||
|
@ -233,14 +239,14 @@ export JIGDOINCLUDEURLS="http://cdimage.debian.org/debian-cd/debian-servers.jigd
|
|||
|
||||
# If set, use the md5sums from the main archive, rather than calculating
|
||||
# them locally
|
||||
#export FASTSUMS=1
|
||||
export FASTSUMS=1
|
||||
|
||||
# A couple of things used only by publish_cds, so it can tweak the
|
||||
# jigdo files, and knows where to put the results.
|
||||
# You need to run publish_cds manually, it is not run by the Makefile.
|
||||
export PUBLISH_URL="http://cdimage.debian.org/jigdo-area"
|
||||
export PUBLISH_NONUS_URL="http://non-US.cdimage.debian.org/jigdo-area"
|
||||
export PUBLISH_PATH="/home/jigdo-area/"
|
||||
#export PUBLISH_URL="http://cdimage.debian.org/jigdo-area"
|
||||
#export PUBLISH_NONUS_URL="http://non-US.cdimage.debian.org/jigdo-area"
|
||||
#export PUBLISH_PATH="/home/jigdo-area/"
|
||||
|
||||
# Specify files and directories to *exclude* from jigdo processing. These
|
||||
# files on each CD are expected to be different to those on the mirror, or
|
||||
|
@ -248,11 +254,6 @@ export PUBLISH_PATH="/home/jigdo-area/"
|
|||
# simply be placed straight into the template file.
|
||||
export JIGDO_EXCLUDE="'README*' /doc/ /md5sum.txt /.disk/ /pics/ 'Release*' 'Packages*' 'Sources*'"
|
||||
|
||||
# Specify files that MUST match entries in the externally-supplied
|
||||
# md5-list. If they do not, the CD build process will fail; something
|
||||
# must have been corrupted. Replaces the old mirrorcheck code.
|
||||
export JIGDO_INCLUDE="/pool/"
|
||||
|
||||
# Specify the minimum file size to consider for jigdo processing. Any files
|
||||
# smaller than this will simply be placed straight into the template file.
|
||||
export JIGDO_OPTS="-jigdo-min-file-size 0"
|
||||
|
@ -262,10 +263,8 @@ do
|
|||
JIGDO_OPTS="$JIGDO_OPTS -jigdo-exclude $EXCL"
|
||||
done
|
||||
|
||||
for INCL in $JIGDO_INCLUDE
|
||||
do
|
||||
JIGDO_OPTS="$JIGDO_OPTS -jigdo-force-md5 $INCL"
|
||||
done
|
||||
export DEBOOTSTRAP_DIR="$BASEDIR"/../debootstrap/usr/lib/debootstrap/
|
||||
export IGNORE_MISSING_BOOT_SCRIPT=1
|
||||
|
||||
# Where to find the boot disks
|
||||
#export BOOTDISKS=$TOPDIR/ftp/skolelinux/boot-floppies
|
||||
|
@ -291,32 +290,19 @@ done
|
|||
|
||||
# Only put the installer onto the cd (set NORECOMMENDS,... as well).
|
||||
# INSTALLER_CD=0: nothing special (default)
|
||||
# INSTALLER_CD=1: just add debian-installer (use TASK=tasks/debian-installer-$CODENAME)
|
||||
# INSTALLER_CD=2: add d-i and base (use TASK=tasks/debian-installer+kernel-$CODENAME)
|
||||
# INSTALLER_CD=1: just add debian-installer (use TASK=tasks/debian-installer)
|
||||
# INSTALLER_CD=2: add d-i and base (use TASK=tasks/debian-installer+kernel)
|
||||
#export INSTALLER_CD=0
|
||||
|
||||
# Parameters to pass to kernel when the CD boots. Not currently supported
|
||||
# for all architectures.
|
||||
#export KERNEL_PARAMS="DEBCONF_PRIORITY=critical"
|
||||
|
||||
# If set, limits the number of binary CDs to produce.
|
||||
#export MAXCDS=1
|
||||
|
||||
# If set, overrides the boot picture used.
|
||||
#export SPLASHPNG="$BASEDIR/data/$CODENAME/splash-img.png"
|
||||
|
||||
# Used by build.sh to determine what to build, this is the name of a target
|
||||
# in the Makefile. Use bin-official_images to build only binary CDs. The
|
||||
# default, official_images, builds everything.
|
||||
#IMAGETARGET=official_images
|
||||
|
||||
# Set to 1 to save space by omitting the installation manual.
|
||||
# If so the README will link to the manual on the web site.
|
||||
#export OMIT_MANUAL=1
|
||||
# Jeroen: not needed
|
||||
#export DELOROOT="$BASEDIR"/../delo
|
||||
|
||||
# Set to 1 to save space by omitting the release notes
|
||||
# If so we will link to them on the web site.
|
||||
export OMIT_RELEASE_NOTES=0
|
||||
#export OMIT_RELEASE_NOTES=0
|
||||
|
||||
# Set this to override the defaul location
|
||||
#export RELEASE_NOTES_LOCATION="http://www.debian.org/releases/$CODENAME"
|
||||
if [ "$ARCH" = "amd64" ];then
|
||||
export RELEASE_NOTES_LOCATION="http://amd64.debian.net/docs/release-notes/"
|
||||
fi
|
||||
|
|
|
@ -440,6 +440,7 @@ $(BDIR)/CD1/.disk/info:
|
|||
num=$${i%%.packages}; num=$${num##$(BDIR)/}; \
|
||||
dir=$(BDIR)/CD$$num; \
|
||||
echo -n $(BINDISKINFO) | sed 's/_NONUS//g' > $$dir/.disk/info; \
|
||||
echo -n $(BINDISKINFOND) | sed 's/_NONUS//g' > $(BDIR)/$$num.diskinfo; \
|
||||
echo '#define DISKNAME ' $(BINDISKINFOND) | sed 's/_NONUS//g' \
|
||||
> $$dir/README.diskdefines; \
|
||||
echo '#define TYPE binary' \
|
||||
|
@ -471,6 +472,7 @@ $(SDIR)/CD1/.disk/info:
|
|||
num=$${i%%.sources}; num=$${num##$(SDIR)/}; \
|
||||
dir=$(SDIR)/CD$$num; \
|
||||
echo -n $(SRCDISKINFO) | sed 's/_NONUS//g' > $$dir/.disk/info; \
|
||||
echo -n $(SRCDISKINFOND) | sed 's/_NONUS//g' > $(SDIR)/$$num.diskinfo; \
|
||||
echo '#define DISKNAME ' $(SRCDISKINFOND) | sed 's/_NONUS//g' \
|
||||
> $$dir/README.diskdefines; \
|
||||
echo '#define TYPE source' \
|
||||
|
@ -875,10 +877,10 @@ images: bin-images src-images
|
|||
# 2 jigdo, cleanup_jigdo
|
||||
#
|
||||
bin-images: ok bin-md5list $(OUT)
|
||||
$(make_image) $(BDIR) $(ARCH) $(OUT) $(DOJIGDO) $(DEBVERSION) $(MIRROR) $(MKISOFS) $(MKISOFS_OPTS) $(JIGDO_OPTS) $(JIGDO_CLEANUP)
|
||||
$(make_image) "$(BDIR)" "$(ARCH)" "$(OUT)" "$(DOJIGDO)" "$(DEBVERSION)" "$(MIRROR)" "$(MKISOFS)" "$(MKISOFS_OPTS)" "$(JIGDO_OPTS)" "$(jigdo_cleanup)"
|
||||
|
||||
src-images: ok src-md5list $(OUT)
|
||||
$(make_image) $(SDIR) source $(OUT) $(DOJIGDO) $(DEBVERSION) $(MIRROR) $(MKISOFS) $(MKISOFS_OPTS) $(JIGDO_OPTS) $(JIGDO_CLEANUP)
|
||||
$(make_image) "$(SDIR)" "source" "$(OUT)" "$(DOJIGDO)" "$(DEBVERSION)" "$(MIRROR)" "$(MKISOFS)" "$(MKISOFS_OPTS)" "$(JIGDO_OPTS)" "$(jigdo_cleanup)"
|
||||
|
||||
check-number-given:
|
||||
@test -n "$(CD)" || (echo "Give me a CD=<num> parameter !" && false)
|
||||
|
@ -890,21 +892,7 @@ src-image: check-number-given src-images
|
|||
|
||||
#Calculate the md5sums for the images (if available), or get from templates
|
||||
imagesums:
|
||||
$(Q)cd $(OUT); :> MD5SUMS; for file in `find * -name \*.raw`; do \
|
||||
$(md5sum) $$file >>MD5SUMS; \
|
||||
done; \
|
||||
for file in `find * -name \*.template`; do \
|
||||
if [ "`tail --bytes=33 "$$file" | head --bytes=1 | od -tx1 -An | sed -e 's/ //g'`" != 05 ]; then \
|
||||
echo "Possibly invalid template $$file"; exit 1; \
|
||||
fi; \
|
||||
grep -q " $${file%%.template}.raw"'$$' MD5SUMS \
|
||||
|| echo "`tail --bytes=26 "$$file" | head --bytes=16 | od -tx1 -An | sed -e 's/ //g'` $${file%%.template}.raw" >>MD5SUMS; \
|
||||
done
|
||||
|
||||
# Likewise, the file size can be extracted from the .template with:
|
||||
# tail --bytes=32 $$file | head --bytes=6 | od -tx1 -An \
|
||||
# | tr ' abcdef' '\nABCDEF' | tac | tr '\n' ' ' \
|
||||
# | sed -e 's/ //g; s/^.*$/ibase=16 & /' | tr ' ' '\n' | bc
|
||||
$(Q)$(BASEDIR)/tools/imagesums $(OUT)
|
||||
|
||||
## MISC TARGETS ##
|
||||
|
||||
|
@ -919,23 +907,23 @@ conf:
|
|||
|
||||
mirrorcheck-binary: ok
|
||||
rm -f $(BDIR)/md5-check
|
||||
$(Q)$(grab_md5) $(MIRROR) $(ARCH) $(CODENAME) $(BDIR)/md5-check
|
||||
$(Q)$(grab_md5) $(MIRROR) $(ARCH) $(CODENAME) $(CODENAME) $(BDIR)/md5-check
|
||||
if [ -n "$(NONUS)" ]; then \
|
||||
$(grab_md5) $(NONUS) $(ARCH) $(CODENAME) $(BDIR)/md5-check; \
|
||||
$(grab_md5) $(NONUS) $(ARCH) $(CODENAME) $(CODENAME) $(BDIR)/md5-check; \
|
||||
fi
|
||||
$(Q)if [ -e $(BASEDIR)/data/$(CODENAME)/$(ARCH)/extra-sources ]; then \
|
||||
echo "Extra dedicated source added; need to grab source MD5 info too"; \
|
||||
$(Q)$(grab_md5) $(MIRROR) source $(CODENAME) $(BDIR)/md5-check; \
|
||||
$(Q)$(grab_md5) $(MIRROR) source $(CODENAME) $(CODENAME) $(BDIR)/md5-check; \
|
||||
if [ -n "$(NONUS)" ]; then \
|
||||
$(grab_md5) $(NONUS) source $(CODENAME) $(BDIR)/md5-check; \
|
||||
$(grab_md5) $(NONUS) source $(CODENAME) $(CODENAME) $(BDIR)/md5-check; \
|
||||
fi; \
|
||||
fi
|
||||
|
||||
mirrorcheck-source: ok
|
||||
rm -f $(SDIR)/md5-check
|
||||
$(Q)$(grab_md5) $(MIRROR) source $(CODENAME) $(SDIR)/md5-check
|
||||
$(Q)$(grab_md5) $(MIRROR) source $(CODENAME) $(CODENAME) $(SDIR)/md5-check
|
||||
if [ -n "$(NONUS)" ]; then \
|
||||
$(grab_md5) $(NONUS) source $(CODENAME) $(SDIR)/md5-check; \
|
||||
$(grab_md5) $(NONUS) source $(CODENAME) $(CODENAME) $(SDIR)/md5-check; \
|
||||
fi
|
||||
|
||||
update-popcon:
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
|
||||
|
||||
<!-- The HTML and TEXT file are NOT the actual source code. -->
|
||||
<!-- For that, see http://svn.debian.org/wsvn/debian-cd -->
|
||||
<!-- For that, see http://cvs.debian.org/debian-cd/data/woody/README.html.in?cvsroot=debian-boot -->
|
||||
#if 0
|
||||
If you read THIS, you're viewing the actual source file ;-)
|
||||
#endif
|
||||
|
@ -159,15 +159,6 @@ CONTENTS:
|
|||
</LI><LI>
|
||||
#endif
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
<A href="#lastmin">Last-Minute Notes</A>
|
||||
<P>
|
||||
|
||||
#if OUTPUTtext
|
||||
</LI><LI>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if TYPEbinary
|
||||
<A href="#apt">Using CDs with apt</A>
|
||||
<P>
|
||||
|
@ -305,23 +296,6 @@ The programs on the Binary CDs are ordered by popularity. The Binary-1 CD
|
|||
contains the most popular programs and the installation tools; it is possible
|
||||
to install and run Debian with only the Binary-1 CD. The other CDs, up to
|
||||
Binary-TOTALNUM, contain mostly special-interest programs.
|
||||
<p>
|
||||
#if OMIT_RELEASE_NOTES
|
||||
The Release Notes for "sarge" are available on the <A
|
||||
href="http://www.debian.org/releases/sarge/releasenotes">Debian web
|
||||
site</A>.
|
||||
#else
|
||||
#if DISKNUM == 1
|
||||
The Release Notes for Debian GNU/Linux "sarge" are included on this CD
|
||||
in <A href=%%""doc/release-notes/%%"">/doc/release-notes/</a>, in
|
||||
several languages. Additional translations and updated versions for
|
||||
the Release Notes may be available from the <A
|
||||
href="http://www.debian.org/releases/sarge/releasenotes">Debian web
|
||||
site</A>.
|
||||
#else
|
||||
See the first CD in this set for the "sarge" Release Notes.
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#if TYPEsource
|
||||
the source code of programs in the Debian OS.
|
||||
|
@ -418,42 +392,6 @@ Installing
|
|||
See the README on that CD for more info.
|
||||
#endif
|
||||
|
||||
#ifndef UNOFFEXTRAS
|
||||
#if OUTPUTtext
|
||||
<P> <P><H2><A name="lastmin">
|
||||
#endif
|
||||
#if OUTPUThtml
|
||||
<P><HR><P><H2><A name="lastmin">
|
||||
#endif
|
||||
Last-Minute Notes
|
||||
#if OUTPUTtext
|
||||
<br>
|
||||
=================
|
||||
#endif
|
||||
</H2>
|
||||
</a>
|
||||
<p>
|
||||
<UL>
|
||||
|
||||
<LI>
|
||||
You should keep in mind that this is an unofficial CD of the current
|
||||
development version of the Debian system. This means that all sorts of
|
||||
bugs may be present anywhere in the system.
|
||||
|
||||
<br>
|
||||
</LI>
|
||||
|
||||
#if 0
|
||||
-------- This can't be an official image, so also no official notes.
|
||||
<LI>
|
||||
Last-minutes notes for this CD may be available on
|
||||
<a href="http://www.debian.org/CD/releases/">http://www.debian.org/CD/releases/</a>
|
||||
</LI>
|
||||
#endif
|
||||
|
||||
</UL>
|
||||
#endif
|
||||
|
||||
#if TYPEbinary
|
||||
#if OUTPUTtext
|
||||
<P> <P><H2><A name="apt">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* DO NOT EDIT THIS FILE, edit the above script
|
||||
*
|
||||
* Last update: Fri May 27 23:28:27 CEST 2005
|
||||
* Last update: Sun Apr 13 22:25:15 CEST 2008
|
||||
*/
|
||||
|
||||
#include <debian-installer-sarge>
|
||||
|
@ -38,67 +38,31 @@ discover
|
|||
discover1
|
||||
grub
|
||||
lilo
|
||||
kernel-image-2.4.27-2-386
|
||||
kernel-pcmcia-modules-2.4.27-2-386
|
||||
kernel-image-2.6.8-2-386
|
||||
#endif
|
||||
#ifdef ARCH_amd64
|
||||
discover
|
||||
discover1
|
||||
grub
|
||||
lilo
|
||||
kernel-image-2.6.8-11-amd64-generic
|
||||
kernel-image-2.6.8-12-amd64-generic
|
||||
#endif
|
||||
#ifdef ARCH_alpha
|
||||
aboot
|
||||
aboot-base
|
||||
discover1
|
||||
kernel-image-2.4-generic
|
||||
kernel-image-2.4-smp
|
||||
kernel-image-2.4.27-2-generic
|
||||
kernel-image-2.4.27-2-smp
|
||||
kernel-image-2.6-generic
|
||||
kernel-image-2.6-smp
|
||||
kernel-image-2.6.8-2-generic
|
||||
kernel-image-2.6.8-2-smp
|
||||
kernel-image-netbootable
|
||||
#endif
|
||||
#ifdef ARCH_hppa
|
||||
discover1
|
||||
kernel-image-2.6.8-2-32
|
||||
kernel-image-2.6.8-2-32-smp
|
||||
kernel-image-2.6.8-2-64
|
||||
kernel-image-2.6.8-2-64-smp
|
||||
#endif
|
||||
#ifdef ARCH_ia64
|
||||
discover1
|
||||
initrd-tools
|
||||
kernel-image-2.4.27-2-itanium
|
||||
kernel-image-2.4.27-2-itanium-smp
|
||||
kernel-image-2.4.27-2-mckinley
|
||||
kernel-image-2.4.27-2-mckinley-smp
|
||||
kernel-image-2.4-itanium
|
||||
kernel-image-2.4-itanium-smp
|
||||
kernel-image-2.4-mckinley
|
||||
kernel-image-2.4-mckinley-smp
|
||||
kernel-image-2.6.8-2-itanium
|
||||
kernel-image-2.6.8-2-itanium-smp
|
||||
kernel-image-2.6.8-2-mckinley
|
||||
kernel-image-2.6.8-2-mckinley-smp
|
||||
kernel-image-2.6-itanium
|
||||
kernel-image-2.6-itanium-smp
|
||||
kernel-image-2.6-mckinley
|
||||
kernel-image-2.6-mckinley-smp
|
||||
#endif
|
||||
#ifdef ARCH_mips
|
||||
arcboot
|
||||
kernel-image-2.4.27-r4k-ip22
|
||||
kernel-image-2.4.27-r5k-ip22
|
||||
#endif
|
||||
#ifdef ARCH_mipsel
|
||||
delo
|
||||
kernel-image-2.4.27-r3k-kn02
|
||||
kernel-image-2.4.27-r4k-kn04
|
||||
#endif
|
||||
#ifdef ARCH_powerpc
|
||||
discover1
|
||||
|
@ -107,44 +71,14 @@ yaboot
|
|||
mkvmlinuz
|
||||
module-init-tools
|
||||
initrd-tools
|
||||
kernel-image-2.6.8-powerpc
|
||||
kernel-image-2.6.8-power3
|
||||
kernel-image-2.6.8-power4
|
||||
kernel-image-2.4.27-apus
|
||||
#endif
|
||||
#ifdef ARCH_sparc
|
||||
discover1
|
||||
initrd-tools
|
||||
kernel-image-2.4-sparc32
|
||||
kernel-image-2.4-sparc32-smp
|
||||
kernel-image-2.4-sparc64
|
||||
kernel-image-2.4-sparc64-smp
|
||||
kernel-image-2.4.27-2-sparc32
|
||||
kernel-image-2.4.27-2-sparc32-smp
|
||||
kernel-image-2.4.27-2-sparc64
|
||||
kernel-image-2.4.27-2-sparc64-smp
|
||||
kernel-image-2.6-sparc32
|
||||
kernel-image-2.6-sparc64
|
||||
kernel-image-2.6-sparc64-smp
|
||||
kernel-image-2.6.8-2-sparc32
|
||||
kernel-image-2.6.8-2-sparc64
|
||||
kernel-image-2.6.8-2-sparc64-smp
|
||||
#endif
|
||||
#ifdef ARCH_m68k
|
||||
fileutils
|
||||
kernel-image-2.2.25-mac
|
||||
kernel-image-2.4.27-amiga
|
||||
kernel-image-2.4.27-atari
|
||||
kernel-image-2.4.27-bvme6000
|
||||
kernel-image-2.4.27-mvme147
|
||||
kernel-image-2.4.27-mvme16x
|
||||
kernel-image-2.4.27-q40
|
||||
#endif
|
||||
#ifdef ARCH_arm
|
||||
discover1
|
||||
kernel-image-2.4.27-bast
|
||||
kernel-image-2.4.27-lart
|
||||
kernel-image-2.4.27-netwinder
|
||||
kernel-image-2.4.27-riscpc
|
||||
kernel-image-2.4.27-riscstation
|
||||
#endif
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,4 @@
|
|||
flight-of-the-amazon-queen
|
||||
acorn-fdisk
|
||||
aspell-bg
|
||||
aspell-br
|
||||
|
@ -17,155 +18,10 @@ kernel-image-2.4-686-smp
|
|||
kernel-image-2.4-k6
|
||||
kernel-image-2.4-k7
|
||||
kernel-image-2.4-k7-smp
|
||||
kernel-image-2.4.21-5-386
|
||||
kernel-image-2.4.21-5-586tsc
|
||||
kernel-image-2.4.21-5-686
|
||||
kernel-image-2.4.21-5-686-smp
|
||||
kernel-image-2.4.21-5-k6
|
||||
kernel-image-2.4.21-5-k7
|
||||
kernel-image-2.4.21-5-k7-smp
|
||||
kernel-image-2.4.24-1-386
|
||||
kernel-image-2.4.24-1-586tsc
|
||||
kernel-image-2.4.24-1-686
|
||||
kernel-image-2.4.24-1-686-smp
|
||||
kernel-image-2.4.24-1-k6
|
||||
kernel-image-2.4.24-1-k7
|
||||
kernel-image-2.4.24-1-k7-smp
|
||||
kernel-image-2.4.24-speakup
|
||||
kernel-image-2.4.25-1-386
|
||||
kernel-image-2.4.25-1-586tsc
|
||||
kernel-image-2.4.25-1-686
|
||||
kernel-image-2.4.25-1-686-smp
|
||||
kernel-image-2.4.25-1-k6
|
||||
kernel-image-2.4.25-1-k7
|
||||
kernel-image-2.4.25-1-k7-smp
|
||||
kernel-image-2.4.26-speakup
|
||||
kernel-image-2.4.26-1-386
|
||||
kernel-image-2.4.26-1-586tsc
|
||||
kernel-image-2.4.26-1-686
|
||||
kernel-image-2.4.26-1-686-smp
|
||||
kernel-image-2.4.26-1-k6
|
||||
kernel-image-2.4.26-1-k7
|
||||
kernel-image-2.4.26-1-k7-smp
|
||||
kernel-image-2.4.27-1-586tsc
|
||||
kernel-image-2.4.27-1-k6
|
||||
kernel-image-2.4.27-1-k7
|
||||
kernel-image-2.4.27-1-k7-smp
|
||||
kernel-image-2.4.27-2-586tsc
|
||||
kernel-image-2.4.27-2-k6
|
||||
kernel-image-2.4.27-2-k7
|
||||
kernel-image-2.4.27-2-k7-smp
|
||||
kernel-image-2.6-386
|
||||
kernel-image-2.6-686
|
||||
kernel-image-2.6-686-smp
|
||||
kernel-image-2.6-k7
|
||||
kernel-image-2.6-k7-smp
|
||||
kernel-image-2.6-amd64-generic
|
||||
kernel-image-2.6-amd64-k8
|
||||
kernel-image-2.6-amd64-k8-smp
|
||||
kernel-image-2.6-em64t-p4
|
||||
kernel-image-2.6-em64t-p4-smp
|
||||
kernel-image-2.6.3-1-386
|
||||
kernel-image-2.6.3-1-686
|
||||
kernel-image-2.6.3-1-686-smp
|
||||
kernel-image-2.6.3-1-k7
|
||||
kernel-image-2.6.3-1-k7-smp
|
||||
kernel-image-2.6.5-1-386
|
||||
kernel-image-2.6.5-1-686
|
||||
kernel-image-2.6.5-1-686-smp
|
||||
kernel-image-2.6.5-1-k7
|
||||
kernel-image-2.6.5-1-k7-smp
|
||||
kernel-image-2.6.6-1-386
|
||||
kernel-image-2.6.6-1-686
|
||||
kernel-image-2.6.6-1-686-smp
|
||||
kernel-image-2.6.6-1-k7
|
||||
kernel-image-2.6.6-1-k7-smp
|
||||
kernel-image-2.6.7-1-386
|
||||
kernel-image-2.6.7-1-686
|
||||
kernel-image-2.6.7-1-686-smp
|
||||
kernel-image-2.6.7-1-k7
|
||||
kernel-image-2.6.7-1-k7-smp
|
||||
kernel-image-2.6.8-1-k7
|
||||
kernel-image-2.6.8-1-k7-smp
|
||||
kernel-image-2.6.8-2-k7
|
||||
kernel-image-2.6.8-2-k7-smp
|
||||
kernel-image-2.6.8-9-amd64-k8-smp
|
||||
kernel-image-2.6.8-9-amd64-k8
|
||||
kernel-image-2.6.8-9-amd64-generic
|
||||
kernel-image-2.6.8-9-em64t-p4-smp
|
||||
kernel-image-2.6.8-9-em64t-p4
|
||||
#ifndef ARCH_amd64
|
||||
kernel-image-2.6.8-10-em64t-p4
|
||||
kernel-image-2.6.8-10-em64t-p4-smp
|
||||
kernel-image-2.6.8-10-amd64-k8
|
||||
kernel-image-2.6.8-10-amd64-k8-smp
|
||||
kernel-image-2.6.8-10-amd64-generic
|
||||
kernel-image-2.6.8-11-em64t-p4
|
||||
kernel-image-2.6.8-11-em64t-p4-smp
|
||||
kernel-image-2.6.8-11-amd64-k8
|
||||
kernel-image-2.6.8-11-amd64-k8-smp
|
||||
kernel-image-2.6.8-11-amd64-generic
|
||||
#endif
|
||||
kernel-image-2.6.9-1-386
|
||||
kernel-image-2.6.9-1-686
|
||||
kernel-image-2.6.9-1-686-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-amd64-k8-smp
|
||||
kernel-image-2.6.9-1-amd64-k8
|
||||
kernel-image-2.6.9-1-amd64-generic
|
||||
kernel-image-2.6.9-1-em64t-p4-smp
|
||||
kernel-image-2.6.9-1-em64t-p4
|
||||
kernel-image-2.6.10-1-386
|
||||
kernel-image-2.6.10-1-686
|
||||
kernel-image-2.6.10-1-686-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-amd64-k8-smp
|
||||
kernel-image-2.6.10-1-amd64-k8
|
||||
kernel-image-2.6.10-1-amd64-generic
|
||||
kernel-image-2.6.10-1-em64t-p4-smp
|
||||
kernel-image-2.6.10-1-em64t-p4
|
||||
kernel-image-2.6.11-1-386
|
||||
kernel-image-2.6.11-1-686
|
||||
kernel-image-2.6.11-1-686-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-amd64-k8-smp
|
||||
kernel-image-2.6.11-1-amd64-k8
|
||||
kernel-image-2.6.11-1-amd64-generic
|
||||
kernel-image-2.6.11-1-em64t-p4-smp
|
||||
kernel-image-2.6.11-1-em64t-p4
|
||||
kernel-image-2.6.12-1-386
|
||||
kernel-image-2.6.12-1-686
|
||||
kernel-image-2.6.12-1-686-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-amd64-k8-smp
|
||||
kernel-image-2.6.12-1-amd64-k8
|
||||
kernel-image-2.6.12-1-amd64-generic
|
||||
kernel-image-2.6.12-1-em64t-p4-smp
|
||||
kernel-image-2.6.12-1-em64t-p4
|
||||
kernel-image-2.6.13-1-386
|
||||
kernel-image-2.6.13-1-686
|
||||
kernel-image-2.6.13-1-686-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-amd64-k8-smp
|
||||
kernel-image-2.6.13-1-amd64-k8
|
||||
kernel-image-2.6.13-1-amd64-generic
|
||||
kernel-image-2.6.13-1-em64t-p4-smp
|
||||
kernel-image-2.6.13-1-em64t-p4
|
||||
kernel-image-2.4.27-3-586tsc
|
||||
kernel-image-2.4.27-3-k6
|
||||
kernel-image-2.4.27-3-k7
|
||||
kernel-image-2.4.27-3-k7-smp
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-pcmcia-modules-2.4-586tsc
|
||||
kernel-pcmcia-modules-2.4-686
|
||||
|
@ -173,39 +29,40 @@ kernel-pcmcia-modules-2.4-686-smp
|
|||
kernel-pcmcia-modules-2.4-k6
|
||||
kernel-pcmcia-modules-2.4-k7
|
||||
kernel-pcmcia-modules-2.4-k7-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-386
|
||||
kernel-pcmcia-modules-2.4.24-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.24-1-686
|
||||
kernel-pcmcia-modules-2.4.24-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-k6
|
||||
kernel-pcmcia-modules-2.4.24-1-k7
|
||||
kernel-pcmcia-modules-2.4.24-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-386
|
||||
kernel-pcmcia-modules-2.4.25-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.25-1-686
|
||||
kernel-pcmcia-modules-2.4.25-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-k6
|
||||
kernel-pcmcia-modules-2.4.25-1-k7
|
||||
kernel-pcmcia-modules-2.4.25-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-386
|
||||
kernel-pcmcia-modules-2.4.26-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.26-1-686
|
||||
kernel-pcmcia-modules-2.4.26-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-k6
|
||||
kernel-pcmcia-modules-2.4.26-1-k7
|
||||
kernel-pcmcia-modules-2.4.26-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-1-k6
|
||||
kernel-pcmcia-modules-2.4.27-1-k7
|
||||
kernel-pcmcia-modules-2.4.27-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-2-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-2-k6
|
||||
kernel-pcmcia-modules-2.4.27-2-k7
|
||||
kernel-pcmcia-modules-2.4.27-2-k7-smp
|
||||
kernel-pcmcia-modules-2.4.28-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.28-1-k6
|
||||
kernel-pcmcia-modules-2.4.28-1-k7
|
||||
kernel-pcmcia-modules-2.4.28-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-3-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-3-k6
|
||||
kernel-pcmcia-modules-2.4.27-3-k7
|
||||
kernel-pcmcia-modules-2.4.27-3-k7-smp
|
||||
kernel-headers-2.4-386
|
||||
kernel-headers-2.4-586tsc
|
||||
kernel-headers-2.4-686
|
||||
kernel-headers-2.4-686-smp
|
||||
kernel-headers-2.4-k6
|
||||
kernel-headers-2.4-k7
|
||||
kernel-headers-2.4-k7-smp
|
||||
kernel-headers-2.4.27-3-586tsc
|
||||
kernel-headers-2.4.27-3-k6
|
||||
kernel-headers-2.4.27-3-k7
|
||||
kernel-headers-2.4.27-3-k7-smp
|
||||
kernel-image-2.6-386
|
||||
kernel-image-2.6-686
|
||||
kernel-image-2.6-686-smp
|
||||
kernel-image-2.6-k7
|
||||
kernel-image-2.6-k7-smp
|
||||
kernel-image-2.6.8-4-k7
|
||||
kernel-image-2.6.8-4-k7-smp
|
||||
kernel-image-2.6-amd64-generic
|
||||
kernel-image-2.6-amd64-k8
|
||||
kernel-image-2.6-amd64-k8-smp
|
||||
kernel-image-2.6-em64t-p4
|
||||
kernel-image-2.6-em64t-p4-smp
|
||||
#ifndef ARCH_amd64
|
||||
kernel-image-2.6.8-13-amd64-k8-smp
|
||||
kernel-image-2.6.8-13-amd64-k8
|
||||
kernel-image-2.6.8-13-amd64-generic
|
||||
kernel-image-2.6.8-13-em64t-p4-smp
|
||||
kernel-image-2.6.8-13-em64t-p4
|
||||
#endif
|
||||
python2.1
|
||||
smail
|
||||
tcl8.0
|
||||
|
|
|
@ -0,0 +1,237 @@
|
|||
flight-of-the-amazon-queen
|
||||
acorn-fdisk
|
||||
aspell-bg
|
||||
aspell-br
|
||||
aspell-cy
|
||||
aspell-da
|
||||
aspell-de
|
||||
aspell-el
|
||||
aspell-es
|
||||
aspell-fr
|
||||
aspell-pt
|
||||
cfdisk-utf8
|
||||
gcc272
|
||||
kernel-image-2.4-386
|
||||
kernel-image-2.4-586tsc
|
||||
kernel-image-2.4-686
|
||||
kernel-image-2.4-686-smp
|
||||
kernel-image-2.4-k6
|
||||
kernel-image-2.4-k7
|
||||
kernel-image-2.4-k7-smp
|
||||
kernel-image-2.4.21-5-386
|
||||
kernel-image-2.4.21-5-586tsc
|
||||
kernel-image-2.4.21-5-686
|
||||
kernel-image-2.4.21-5-686-smp
|
||||
kernel-image-2.4.21-5-k6
|
||||
kernel-image-2.4.21-5-k7
|
||||
kernel-image-2.4.21-5-k7-smp
|
||||
kernel-image-2.4.24-1-386
|
||||
kernel-image-2.4.24-1-586tsc
|
||||
kernel-image-2.4.24-1-686
|
||||
kernel-image-2.4.24-1-686-smp
|
||||
kernel-image-2.4.24-1-k6
|
||||
kernel-image-2.4.24-1-k7
|
||||
kernel-image-2.4.24-1-k7-smp
|
||||
kernel-image-2.4.24-speakup
|
||||
kernel-image-2.4.25-1-386
|
||||
kernel-image-2.4.25-1-586tsc
|
||||
kernel-image-2.4.25-1-686
|
||||
kernel-image-2.4.25-1-686-smp
|
||||
kernel-image-2.4.25-1-k6
|
||||
kernel-image-2.4.25-1-k7
|
||||
kernel-image-2.4.25-1-k7-smp
|
||||
kernel-image-2.4.26-speakup
|
||||
kernel-image-2.4.26-1-386
|
||||
kernel-image-2.4.26-1-586tsc
|
||||
kernel-image-2.4.26-1-686
|
||||
kernel-image-2.4.26-1-686-smp
|
||||
kernel-image-2.4.26-1-k6
|
||||
kernel-image-2.4.26-1-k7
|
||||
kernel-image-2.4.26-1-k7-smp
|
||||
kernel-image-2.4.27-1-586tsc
|
||||
kernel-image-2.4.27-1-k6
|
||||
kernel-image-2.4.27-1-k7
|
||||
kernel-image-2.4.27-1-k7-smp
|
||||
kernel-image-2.4.27-2-586tsc
|
||||
kernel-image-2.4.27-2-k6
|
||||
kernel-image-2.4.27-2-k7
|
||||
kernel-image-2.4.27-2-k7-smp
|
||||
kernel-image-2.6-386
|
||||
kernel-image-2.6-686
|
||||
kernel-image-2.6-686-smp
|
||||
kernel-image-2.6-k7
|
||||
kernel-image-2.6-k7-smp
|
||||
kernel-image-2.6-amd64-generic
|
||||
kernel-image-2.6-amd64-k8
|
||||
kernel-image-2.6-amd64-k8-smp
|
||||
kernel-image-2.6-em64t-p4
|
||||
kernel-image-2.6-em64t-p4-smp
|
||||
kernel-image-2.6.3-1-386
|
||||
kernel-image-2.6.3-1-686
|
||||
kernel-image-2.6.3-1-686-smp
|
||||
kernel-image-2.6.3-1-k7
|
||||
kernel-image-2.6.3-1-k7-smp
|
||||
kernel-image-2.6.5-1-386
|
||||
kernel-image-2.6.5-1-686
|
||||
kernel-image-2.6.5-1-686-smp
|
||||
kernel-image-2.6.5-1-k7
|
||||
kernel-image-2.6.5-1-k7-smp
|
||||
kernel-image-2.6.6-1-386
|
||||
kernel-image-2.6.6-1-686
|
||||
kernel-image-2.6.6-1-686-smp
|
||||
kernel-image-2.6.6-1-k7
|
||||
kernel-image-2.6.6-1-k7-smp
|
||||
kernel-image-2.6.7-1-386
|
||||
kernel-image-2.6.7-1-686
|
||||
kernel-image-2.6.7-1-686-smp
|
||||
kernel-image-2.6.7-1-k7
|
||||
kernel-image-2.6.7-1-k7-smp
|
||||
kernel-image-2.6.8-1-k7
|
||||
kernel-image-2.6.8-1-k7-smp
|
||||
kernel-image-2.6.8-2-k7
|
||||
kernel-image-2.6.8-2-k7-smp
|
||||
kernel-image-2.6.8-9-amd64-k8-smp
|
||||
kernel-image-2.6.8-9-amd64-k8
|
||||
kernel-image-2.6.8-9-amd64-generic
|
||||
kernel-image-2.6.8-9-em64t-p4-smp
|
||||
kernel-image-2.6.8-9-em64t-p4
|
||||
#ifndef ARCH_amd64
|
||||
kernel-image-2.6.8-10-em64t-p4
|
||||
kernel-image-2.6.8-10-em64t-p4-smp
|
||||
kernel-image-2.6.8-10-amd64-k8
|
||||
kernel-image-2.6.8-10-amd64-k8-smp
|
||||
kernel-image-2.6.8-10-amd64-generic
|
||||
kernel-image-2.6.8-11-em64t-p4
|
||||
kernel-image-2.6.8-11-em64t-p4-smp
|
||||
kernel-image-2.6.8-11-amd64-k8
|
||||
kernel-image-2.6.8-11-amd64-k8-smp
|
||||
kernel-image-2.6.8-11-amd64-generic
|
||||
#endif
|
||||
kernel-image-2.6.9-1-386
|
||||
kernel-image-2.6.9-1-686
|
||||
kernel-image-2.6.9-1-686-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-amd64-k8-smp
|
||||
kernel-image-2.6.9-1-amd64-k8
|
||||
kernel-image-2.6.9-1-amd64-generic
|
||||
kernel-image-2.6.9-1-em64t-p4-smp
|
||||
kernel-image-2.6.9-1-em64t-p4
|
||||
kernel-image-2.6.10-1-386
|
||||
kernel-image-2.6.10-1-686
|
||||
kernel-image-2.6.10-1-686-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-amd64-k8-smp
|
||||
kernel-image-2.6.10-1-amd64-k8
|
||||
kernel-image-2.6.10-1-amd64-generic
|
||||
kernel-image-2.6.10-1-em64t-p4-smp
|
||||
kernel-image-2.6.10-1-em64t-p4
|
||||
kernel-image-2.6.11-1-386
|
||||
kernel-image-2.6.11-1-686
|
||||
kernel-image-2.6.11-1-686-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-amd64-k8-smp
|
||||
kernel-image-2.6.11-1-amd64-k8
|
||||
kernel-image-2.6.11-1-amd64-generic
|
||||
kernel-image-2.6.11-1-em64t-p4-smp
|
||||
kernel-image-2.6.11-1-em64t-p4
|
||||
kernel-image-2.6.12-1-386
|
||||
kernel-image-2.6.12-1-686
|
||||
kernel-image-2.6.12-1-686-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-amd64-k8-smp
|
||||
kernel-image-2.6.12-1-amd64-k8
|
||||
kernel-image-2.6.12-1-amd64-generic
|
||||
kernel-image-2.6.12-1-em64t-p4-smp
|
||||
kernel-image-2.6.12-1-em64t-p4
|
||||
kernel-image-2.6.13-1-386
|
||||
kernel-image-2.6.13-1-686
|
||||
kernel-image-2.6.13-1-686-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-amd64-k8-smp
|
||||
kernel-image-2.6.13-1-amd64-k8
|
||||
kernel-image-2.6.13-1-amd64-generic
|
||||
kernel-image-2.6.13-1-em64t-p4-smp
|
||||
kernel-image-2.6.13-1-em64t-p4
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-pcmcia-modules-2.4-586tsc
|
||||
kernel-pcmcia-modules-2.4-686
|
||||
kernel-pcmcia-modules-2.4-686-smp
|
||||
kernel-pcmcia-modules-2.4-k6
|
||||
kernel-pcmcia-modules-2.4-k7
|
||||
kernel-pcmcia-modules-2.4-k7-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-386
|
||||
kernel-pcmcia-modules-2.4.24-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.24-1-686
|
||||
kernel-pcmcia-modules-2.4.24-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-k6
|
||||
kernel-pcmcia-modules-2.4.24-1-k7
|
||||
kernel-pcmcia-modules-2.4.24-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-386
|
||||
kernel-pcmcia-modules-2.4.25-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.25-1-686
|
||||
kernel-pcmcia-modules-2.4.25-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-k6
|
||||
kernel-pcmcia-modules-2.4.25-1-k7
|
||||
kernel-pcmcia-modules-2.4.25-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-386
|
||||
kernel-pcmcia-modules-2.4.26-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.26-1-686
|
||||
kernel-pcmcia-modules-2.4.26-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-k6
|
||||
kernel-pcmcia-modules-2.4.26-1-k7
|
||||
kernel-pcmcia-modules-2.4.26-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-1-k6
|
||||
kernel-pcmcia-modules-2.4.27-1-k7
|
||||
kernel-pcmcia-modules-2.4.27-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-2-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-2-k6
|
||||
kernel-pcmcia-modules-2.4.27-2-k7
|
||||
kernel-pcmcia-modules-2.4.27-2-k7-smp
|
||||
kernel-pcmcia-modules-2.4.28-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.28-1-k6
|
||||
kernel-pcmcia-modules-2.4.28-1-k7
|
||||
kernel-pcmcia-modules-2.4.28-1-k7-smp
|
||||
kernel-headers-2.4.27-1-k7
|
||||
kernel-headers-2.4.27-1-k6
|
||||
kernel-headers-2.4.27-1-586tsc
|
||||
kernel-headers-2.4.27-1-k7-smp
|
||||
kernel-headers-2.4.27-2-686-smp
|
||||
kernel-headers-2.4.27-2-k6
|
||||
kernel-headers-2.4.27-2-686
|
||||
kernel-headers-2.4.27-2
|
||||
kernel-headers-2.4.27-2-586tsc
|
||||
kernel-headers-2.4.27-2-k7
|
||||
kernel-headers-2.4.27-2-k7-smp
|
||||
kernel-headers-2.4.27-2-386
|
||||
kernel-headers-2.4-686
|
||||
kernel-headers-2.4-k7
|
||||
kernel-headers-2.4-k6
|
||||
kernel-headers-2.4-586tsc
|
||||
kernel-headers-2.4-386
|
||||
kernel-headers-2.4.27-2-686-smp
|
||||
kernel-headers-2.4-k7-smp
|
||||
kernel-headers-2.4-686-smp
|
||||
python2.1
|
||||
smail
|
||||
tcl8.0
|
||||
tk8.0
|
||||
exim
|
||||
xserver-xfree86-dbg
|
||||
zmailer
|
||||
xmail
|
|
@ -1,3 +1,4 @@
|
|||
flight-of-the-amazon-queen
|
||||
acorn-fdisk
|
||||
aspell-bg
|
||||
aspell-br
|
||||
|
@ -17,153 +18,10 @@ kernel-image-2.4-686-smp
|
|||
kernel-image-2.4-k6
|
||||
kernel-image-2.4-k7
|
||||
kernel-image-2.4-k7-smp
|
||||
kernel-image-2.4.21-5-386
|
||||
kernel-image-2.4.21-5-586tsc
|
||||
kernel-image-2.4.21-5-686
|
||||
kernel-image-2.4.21-5-686-smp
|
||||
kernel-image-2.4.21-5-k6
|
||||
kernel-image-2.4.21-5-k7
|
||||
kernel-image-2.4.21-5-k7-smp
|
||||
kernel-image-2.4.24-1-386
|
||||
kernel-image-2.4.24-1-586tsc
|
||||
kernel-image-2.4.24-1-686
|
||||
kernel-image-2.4.24-1-686-smp
|
||||
kernel-image-2.4.24-1-k6
|
||||
kernel-image-2.4.24-1-k7
|
||||
kernel-image-2.4.24-1-k7-smp
|
||||
kernel-image-2.4.24-speakup
|
||||
kernel-image-2.4.25-1-386
|
||||
kernel-image-2.4.25-1-586tsc
|
||||
kernel-image-2.4.25-1-686
|
||||
kernel-image-2.4.25-1-686-smp
|
||||
kernel-image-2.4.25-1-k6
|
||||
kernel-image-2.4.25-1-k7
|
||||
kernel-image-2.4.25-1-k7-smp
|
||||
kernel-image-2.4.26-speakup
|
||||
kernel-image-2.4.26-1-386
|
||||
kernel-image-2.4.26-1-586tsc
|
||||
kernel-image-2.4.26-1-686
|
||||
kernel-image-2.4.26-1-686-smp
|
||||
kernel-image-2.4.26-1-k6
|
||||
kernel-image-2.4.26-1-k7
|
||||
kernel-image-2.4.26-1-k7-smp
|
||||
kernel-image-2.4.27-1-586tsc
|
||||
kernel-image-2.4.27-1-k6
|
||||
kernel-image-2.4.27-1-k7
|
||||
kernel-image-2.4.27-1-k7-smp
|
||||
kernel-image-2.4.27-2-586tsc
|
||||
kernel-image-2.4.27-2-k6
|
||||
kernel-image-2.4.27-2-k7
|
||||
kernel-image-2.4.27-2-k7-smp
|
||||
kernel-image-2.6-386
|
||||
kernel-image-2.6-686
|
||||
kernel-image-2.6-686-smp
|
||||
kernel-image-2.6-k7
|
||||
kernel-image-2.6-k7-smp
|
||||
kernel-image-2.6-amd64-generic
|
||||
kernel-image-2.6-amd64-k8
|
||||
kernel-image-2.6-amd64-k8-smp
|
||||
kernel-image-2.6-em64t-p4
|
||||
kernel-image-2.6-em64t-p4-smp
|
||||
kernel-image-2.6.3-1-386
|
||||
kernel-image-2.6.3-1-686
|
||||
kernel-image-2.6.3-1-686-smp
|
||||
kernel-image-2.6.3-1-k7
|
||||
kernel-image-2.6.3-1-k7-smp
|
||||
kernel-image-2.6.5-1-386
|
||||
kernel-image-2.6.5-1-686
|
||||
kernel-image-2.6.5-1-686-smp
|
||||
kernel-image-2.6.5-1-k7
|
||||
kernel-image-2.6.5-1-k7-smp
|
||||
kernel-image-2.6.6-1-386
|
||||
kernel-image-2.6.6-1-686
|
||||
kernel-image-2.6.6-1-686-smp
|
||||
kernel-image-2.6.6-1-k7
|
||||
kernel-image-2.6.6-1-k7-smp
|
||||
kernel-image-2.6.7-1-386
|
||||
kernel-image-2.6.7-1-686
|
||||
kernel-image-2.6.7-1-686-smp
|
||||
kernel-image-2.6.7-1-k7
|
||||
kernel-image-2.6.7-1-k7-smp
|
||||
kernel-image-2.6.8-1-k7
|
||||
kernel-image-2.6.8-1-k7-smp
|
||||
kernel-image-2.6.8-2-k7
|
||||
kernel-image-2.6.8-2-k7-smp
|
||||
kernel-image-2.6.8-9-amd64-k8-smp
|
||||
kernel-image-2.6.8-9-amd64-k8
|
||||
kernel-image-2.6.8-9-amd64-generic
|
||||
kernel-image-2.6.8-9-em64t-p4-smp
|
||||
kernel-image-2.6.8-9-em64t-p4
|
||||
kernel-image-2.6.8-10-em64t-p4
|
||||
kernel-image-2.6.8-10-em64t-p4-smp
|
||||
kernel-image-2.6.8-10-amd64-k8
|
||||
kernel-image-2.6.8-10-amd64-k8-smp
|
||||
kernel-image-2.6.8-10-amd64-generic
|
||||
kernel-image-2.6.8-11-em64t-p4
|
||||
kernel-image-2.6.8-11-em64t-p4-smp
|
||||
kernel-image-2.6.8-11-amd64-k8
|
||||
kernel-image-2.6.8-11-amd64-k8-smp
|
||||
kernel-image-2.6.8-11-amd64-generic
|
||||
kernel-image-2.6.9-1-386
|
||||
kernel-image-2.6.9-1-686
|
||||
kernel-image-2.6.9-1-686-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-amd64-k8-smp
|
||||
kernel-image-2.6.9-1-amd64-k8
|
||||
kernel-image-2.6.9-1-amd64-generic
|
||||
kernel-image-2.6.9-1-em64t-p4-smp
|
||||
kernel-image-2.6.9-1-em64t-p4
|
||||
kernel-image-2.6.10-1-386
|
||||
kernel-image-2.6.10-1-686
|
||||
kernel-image-2.6.10-1-686-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-amd64-k8-smp
|
||||
kernel-image-2.6.10-1-amd64-k8
|
||||
kernel-image-2.6.10-1-amd64-generic
|
||||
kernel-image-2.6.10-1-em64t-p4-smp
|
||||
kernel-image-2.6.10-1-em64t-p4
|
||||
kernel-image-2.6.11-1-386
|
||||
kernel-image-2.6.11-1-686
|
||||
kernel-image-2.6.11-1-686-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-amd64-k8-smp
|
||||
kernel-image-2.6.11-1-amd64-k8
|
||||
kernel-image-2.6.11-1-amd64-generic
|
||||
kernel-image-2.6.11-1-em64t-p4-smp
|
||||
kernel-image-2.6.11-1-em64t-p4
|
||||
kernel-image-2.6.12-1-386
|
||||
kernel-image-2.6.12-1-686
|
||||
kernel-image-2.6.12-1-686-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-amd64-k8-smp
|
||||
kernel-image-2.6.12-1-amd64-k8
|
||||
kernel-image-2.6.12-1-amd64-generic
|
||||
kernel-image-2.6.12-1-em64t-p4-smp
|
||||
kernel-image-2.6.12-1-em64t-p4
|
||||
kernel-image-2.6.13-1-386
|
||||
kernel-image-2.6.13-1-686
|
||||
kernel-image-2.6.13-1-686-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-amd64-k8-smp
|
||||
kernel-image-2.6.13-1-amd64-k8
|
||||
kernel-image-2.6.13-1-amd64-generic
|
||||
kernel-image-2.6.13-1-em64t-p4-smp
|
||||
kernel-image-2.6.13-1-em64t-p4
|
||||
kernel-image-2.4.27-3-586tsc
|
||||
kernel-image-2.4.27-3-k6
|
||||
kernel-image-2.4.27-3-k7
|
||||
kernel-image-2.4.27-3-k7-smp
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-pcmcia-modules-2.4-586tsc
|
||||
kernel-pcmcia-modules-2.4-686
|
||||
|
@ -171,59 +29,40 @@ kernel-pcmcia-modules-2.4-686-smp
|
|||
kernel-pcmcia-modules-2.4-k6
|
||||
kernel-pcmcia-modules-2.4-k7
|
||||
kernel-pcmcia-modules-2.4-k7-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-386
|
||||
kernel-pcmcia-modules-2.4.24-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.24-1-686
|
||||
kernel-pcmcia-modules-2.4.24-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-k6
|
||||
kernel-pcmcia-modules-2.4.24-1-k7
|
||||
kernel-pcmcia-modules-2.4.24-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-386
|
||||
kernel-pcmcia-modules-2.4.25-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.25-1-686
|
||||
kernel-pcmcia-modules-2.4.25-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-k6
|
||||
kernel-pcmcia-modules-2.4.25-1-k7
|
||||
kernel-pcmcia-modules-2.4.25-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-386
|
||||
kernel-pcmcia-modules-2.4.26-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.26-1-686
|
||||
kernel-pcmcia-modules-2.4.26-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-k6
|
||||
kernel-pcmcia-modules-2.4.26-1-k7
|
||||
kernel-pcmcia-modules-2.4.26-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-1-k6
|
||||
kernel-pcmcia-modules-2.4.27-1-k7
|
||||
kernel-pcmcia-modules-2.4.27-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-2-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-2-k6
|
||||
kernel-pcmcia-modules-2.4.27-2-k7
|
||||
kernel-pcmcia-modules-2.4.27-2-k7-smp
|
||||
kernel-pcmcia-modules-2.4.28-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.28-1-k6
|
||||
kernel-pcmcia-modules-2.4.28-1-k7
|
||||
kernel-pcmcia-modules-2.4.28-1-k7-smp
|
||||
kernel-headers-2.4.27-1-k7
|
||||
kernel-headers-2.4.27-1-k6
|
||||
kernel-headers-2.4.27-1-586tsc
|
||||
kernel-headers-2.4.27-1-k7-smp
|
||||
kernel-headers-2.4.27-2-686-smp
|
||||
kernel-headers-2.4.27-2-k6
|
||||
kernel-headers-2.4.27-2-686
|
||||
kernel-headers-2.4.27-2
|
||||
kernel-headers-2.4.27-2-586tsc
|
||||
kernel-headers-2.4.27-2-k7
|
||||
kernel-headers-2.4.27-2-k7-smp
|
||||
kernel-headers-2.4.27-2-386
|
||||
kernel-headers-2.4-686
|
||||
kernel-headers-2.4-k7
|
||||
kernel-headers-2.4-k6
|
||||
kernel-headers-2.4-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-3-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-3-k6
|
||||
kernel-pcmcia-modules-2.4.27-3-k7
|
||||
kernel-pcmcia-modules-2.4.27-3-k7-smp
|
||||
kernel-headers-2.4-386
|
||||
kernel-headers-2.4.27-2-686-smp
|
||||
kernel-headers-2.4-k7-smp
|
||||
kernel-headers-2.4-586tsc
|
||||
kernel-headers-2.4-686
|
||||
kernel-headers-2.4-686-smp
|
||||
kernel-headers-2.4-k6
|
||||
kernel-headers-2.4-k7
|
||||
kernel-headers-2.4-k7-smp
|
||||
kernel-headers-2.4.27-3-586tsc
|
||||
kernel-headers-2.4.27-3-k6
|
||||
kernel-headers-2.4.27-3-k7
|
||||
kernel-headers-2.4.27-3-k7-smp
|
||||
kernel-image-2.6-386
|
||||
kernel-image-2.6-686
|
||||
kernel-image-2.6-686-smp
|
||||
kernel-image-2.6-k7
|
||||
kernel-image-2.6-k7-smp
|
||||
kernel-image-2.6.8-4-k7
|
||||
kernel-image-2.6.8-4-k7-smp
|
||||
kernel-image-2.6-amd64-generic
|
||||
kernel-image-2.6-amd64-k8
|
||||
kernel-image-2.6-amd64-k8-smp
|
||||
kernel-image-2.6-em64t-p4
|
||||
kernel-image-2.6-em64t-p4-smp
|
||||
#ifndef ARCH_amd64
|
||||
kernel-image-2.6.8-13-amd64-k8-smp
|
||||
kernel-image-2.6.8-13-amd64-k8
|
||||
kernel-image-2.6.8-13-amd64-generic
|
||||
kernel-image-2.6.8-13-em64t-p4-smp
|
||||
kernel-image-2.6.8-13-em64t-p4
|
||||
#endif
|
||||
python2.1
|
||||
smail
|
||||
tcl8.0
|
||||
|
|
|
@ -0,0 +1,234 @@
|
|||
acorn-fdisk
|
||||
aspell-bg
|
||||
aspell-br
|
||||
aspell-cy
|
||||
aspell-da
|
||||
aspell-de
|
||||
aspell-el
|
||||
aspell-es
|
||||
aspell-fr
|
||||
aspell-pt
|
||||
cfdisk-utf8
|
||||
gcc272
|
||||
kernel-image-2.4-386
|
||||
kernel-image-2.4-586tsc
|
||||
kernel-image-2.4-686
|
||||
kernel-image-2.4-686-smp
|
||||
kernel-image-2.4-k6
|
||||
kernel-image-2.4-k7
|
||||
kernel-image-2.4-k7-smp
|
||||
kernel-image-2.4.21-5-386
|
||||
kernel-image-2.4.21-5-586tsc
|
||||
kernel-image-2.4.21-5-686
|
||||
kernel-image-2.4.21-5-686-smp
|
||||
kernel-image-2.4.21-5-k6
|
||||
kernel-image-2.4.21-5-k7
|
||||
kernel-image-2.4.21-5-k7-smp
|
||||
kernel-image-2.4.24-1-386
|
||||
kernel-image-2.4.24-1-586tsc
|
||||
kernel-image-2.4.24-1-686
|
||||
kernel-image-2.4.24-1-686-smp
|
||||
kernel-image-2.4.24-1-k6
|
||||
kernel-image-2.4.24-1-k7
|
||||
kernel-image-2.4.24-1-k7-smp
|
||||
kernel-image-2.4.24-speakup
|
||||
kernel-image-2.4.25-1-386
|
||||
kernel-image-2.4.25-1-586tsc
|
||||
kernel-image-2.4.25-1-686
|
||||
kernel-image-2.4.25-1-686-smp
|
||||
kernel-image-2.4.25-1-k6
|
||||
kernel-image-2.4.25-1-k7
|
||||
kernel-image-2.4.25-1-k7-smp
|
||||
kernel-image-2.4.26-speakup
|
||||
kernel-image-2.4.26-1-386
|
||||
kernel-image-2.4.26-1-586tsc
|
||||
kernel-image-2.4.26-1-686
|
||||
kernel-image-2.4.26-1-686-smp
|
||||
kernel-image-2.4.26-1-k6
|
||||
kernel-image-2.4.26-1-k7
|
||||
kernel-image-2.4.26-1-k7-smp
|
||||
kernel-image-2.4.27-1-586tsc
|
||||
kernel-image-2.4.27-1-k6
|
||||
kernel-image-2.4.27-1-k7
|
||||
kernel-image-2.4.27-1-k7-smp
|
||||
kernel-image-2.4.27-2-586tsc
|
||||
kernel-image-2.4.27-2-k6
|
||||
kernel-image-2.4.27-2-k7
|
||||
kernel-image-2.4.27-2-k7-smp
|
||||
kernel-image-2.6-386
|
||||
kernel-image-2.6-686
|
||||
kernel-image-2.6-686-smp
|
||||
kernel-image-2.6-k7
|
||||
kernel-image-2.6-k7-smp
|
||||
kernel-image-2.6-amd64-generic
|
||||
kernel-image-2.6-amd64-k8
|
||||
kernel-image-2.6-amd64-k8-smp
|
||||
kernel-image-2.6-em64t-p4
|
||||
kernel-image-2.6-em64t-p4-smp
|
||||
kernel-image-2.6.3-1-386
|
||||
kernel-image-2.6.3-1-686
|
||||
kernel-image-2.6.3-1-686-smp
|
||||
kernel-image-2.6.3-1-k7
|
||||
kernel-image-2.6.3-1-k7-smp
|
||||
kernel-image-2.6.5-1-386
|
||||
kernel-image-2.6.5-1-686
|
||||
kernel-image-2.6.5-1-686-smp
|
||||
kernel-image-2.6.5-1-k7
|
||||
kernel-image-2.6.5-1-k7-smp
|
||||
kernel-image-2.6.6-1-386
|
||||
kernel-image-2.6.6-1-686
|
||||
kernel-image-2.6.6-1-686-smp
|
||||
kernel-image-2.6.6-1-k7
|
||||
kernel-image-2.6.6-1-k7-smp
|
||||
kernel-image-2.6.7-1-386
|
||||
kernel-image-2.6.7-1-686
|
||||
kernel-image-2.6.7-1-686-smp
|
||||
kernel-image-2.6.7-1-k7
|
||||
kernel-image-2.6.7-1-k7-smp
|
||||
kernel-image-2.6.8-1-k7
|
||||
kernel-image-2.6.8-1-k7-smp
|
||||
kernel-image-2.6.8-2-k7
|
||||
kernel-image-2.6.8-2-k7-smp
|
||||
kernel-image-2.6.8-9-amd64-k8-smp
|
||||
kernel-image-2.6.8-9-amd64-k8
|
||||
kernel-image-2.6.8-9-amd64-generic
|
||||
kernel-image-2.6.8-9-em64t-p4-smp
|
||||
kernel-image-2.6.8-9-em64t-p4
|
||||
kernel-image-2.6.8-10-em64t-p4
|
||||
kernel-image-2.6.8-10-em64t-p4-smp
|
||||
kernel-image-2.6.8-10-amd64-k8
|
||||
kernel-image-2.6.8-10-amd64-k8-smp
|
||||
kernel-image-2.6.8-10-amd64-generic
|
||||
kernel-image-2.6.8-11-em64t-p4
|
||||
kernel-image-2.6.8-11-em64t-p4-smp
|
||||
kernel-image-2.6.8-11-amd64-k8
|
||||
kernel-image-2.6.8-11-amd64-k8-smp
|
||||
kernel-image-2.6.8-11-amd64-generic
|
||||
kernel-image-2.6.9-1-386
|
||||
kernel-image-2.6.9-1-686
|
||||
kernel-image-2.6.9-1-686-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-k7
|
||||
kernel-image-2.6.9-1-k7-smp
|
||||
kernel-image-2.6.9-1-amd64-k8-smp
|
||||
kernel-image-2.6.9-1-amd64-k8
|
||||
kernel-image-2.6.9-1-amd64-generic
|
||||
kernel-image-2.6.9-1-em64t-p4-smp
|
||||
kernel-image-2.6.9-1-em64t-p4
|
||||
kernel-image-2.6.10-1-386
|
||||
kernel-image-2.6.10-1-686
|
||||
kernel-image-2.6.10-1-686-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-k7
|
||||
kernel-image-2.6.10-1-k7-smp
|
||||
kernel-image-2.6.10-1-amd64-k8-smp
|
||||
kernel-image-2.6.10-1-amd64-k8
|
||||
kernel-image-2.6.10-1-amd64-generic
|
||||
kernel-image-2.6.10-1-em64t-p4-smp
|
||||
kernel-image-2.6.10-1-em64t-p4
|
||||
kernel-image-2.6.11-1-386
|
||||
kernel-image-2.6.11-1-686
|
||||
kernel-image-2.6.11-1-686-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-k7
|
||||
kernel-image-2.6.11-1-k7-smp
|
||||
kernel-image-2.6.11-1-amd64-k8-smp
|
||||
kernel-image-2.6.11-1-amd64-k8
|
||||
kernel-image-2.6.11-1-amd64-generic
|
||||
kernel-image-2.6.11-1-em64t-p4-smp
|
||||
kernel-image-2.6.11-1-em64t-p4
|
||||
kernel-image-2.6.12-1-386
|
||||
kernel-image-2.6.12-1-686
|
||||
kernel-image-2.6.12-1-686-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-k7
|
||||
kernel-image-2.6.12-1-k7-smp
|
||||
kernel-image-2.6.12-1-amd64-k8-smp
|
||||
kernel-image-2.6.12-1-amd64-k8
|
||||
kernel-image-2.6.12-1-amd64-generic
|
||||
kernel-image-2.6.12-1-em64t-p4-smp
|
||||
kernel-image-2.6.12-1-em64t-p4
|
||||
kernel-image-2.6.13-1-386
|
||||
kernel-image-2.6.13-1-686
|
||||
kernel-image-2.6.13-1-686-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-k7
|
||||
kernel-image-2.6.13-1-k7-smp
|
||||
kernel-image-2.6.13-1-amd64-k8-smp
|
||||
kernel-image-2.6.13-1-amd64-k8
|
||||
kernel-image-2.6.13-1-amd64-generic
|
||||
kernel-image-2.6.13-1-em64t-p4-smp
|
||||
kernel-image-2.6.13-1-em64t-p4
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-pcmcia-modules-2.4-586tsc
|
||||
kernel-pcmcia-modules-2.4-686
|
||||
kernel-pcmcia-modules-2.4-686-smp
|
||||
kernel-pcmcia-modules-2.4-k6
|
||||
kernel-pcmcia-modules-2.4-k7
|
||||
kernel-pcmcia-modules-2.4-k7-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-386
|
||||
kernel-pcmcia-modules-2.4.24-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.24-1-686
|
||||
kernel-pcmcia-modules-2.4.24-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.24-1-k6
|
||||
kernel-pcmcia-modules-2.4.24-1-k7
|
||||
kernel-pcmcia-modules-2.4.24-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-386
|
||||
kernel-pcmcia-modules-2.4.25-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.25-1-686
|
||||
kernel-pcmcia-modules-2.4.25-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.25-1-k6
|
||||
kernel-pcmcia-modules-2.4.25-1-k7
|
||||
kernel-pcmcia-modules-2.4.25-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-386
|
||||
kernel-pcmcia-modules-2.4.26-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.26-1-686
|
||||
kernel-pcmcia-modules-2.4.26-1-686-smp
|
||||
kernel-pcmcia-modules-2.4.26-1-k6
|
||||
kernel-pcmcia-modules-2.4.26-1-k7
|
||||
kernel-pcmcia-modules-2.4.26-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-1-k6
|
||||
kernel-pcmcia-modules-2.4.27-1-k7
|
||||
kernel-pcmcia-modules-2.4.27-1-k7-smp
|
||||
kernel-pcmcia-modules-2.4.27-2-586tsc
|
||||
kernel-pcmcia-modules-2.4.27-2-k6
|
||||
kernel-pcmcia-modules-2.4.27-2-k7
|
||||
kernel-pcmcia-modules-2.4.27-2-k7-smp
|
||||
kernel-pcmcia-modules-2.4.28-1-586tsc
|
||||
kernel-pcmcia-modules-2.4.28-1-k6
|
||||
kernel-pcmcia-modules-2.4.28-1-k7
|
||||
kernel-pcmcia-modules-2.4.28-1-k7-smp
|
||||
kernel-headers-2.4.27-1-k7
|
||||
kernel-headers-2.4.27-1-k6
|
||||
kernel-headers-2.4.27-1-586tsc
|
||||
kernel-headers-2.4.27-1-k7-smp
|
||||
kernel-headers-2.4.27-2-686-smp
|
||||
kernel-headers-2.4.27-2-k6
|
||||
kernel-headers-2.4.27-2-686
|
||||
kernel-headers-2.4.27-2
|
||||
kernel-headers-2.4.27-2-586tsc
|
||||
kernel-headers-2.4.27-2-k7
|
||||
kernel-headers-2.4.27-2-k7-smp
|
||||
kernel-headers-2.4.27-2-386
|
||||
kernel-headers-2.4-686
|
||||
kernel-headers-2.4-k7
|
||||
kernel-headers-2.4-k6
|
||||
kernel-headers-2.4-586tsc
|
||||
kernel-headers-2.4-386
|
||||
kernel-headers-2.4.27-2-686-smp
|
||||
kernel-headers-2.4-k7-smp
|
||||
kernel-headers-2.4-686-smp
|
||||
python2.1
|
||||
smail
|
||||
tcl8.0
|
||||
tk8.0
|
||||
exim
|
||||
xserver-xfree86-dbg
|
||||
zmailer
|
||||
xmail
|
|
@ -18,7 +18,7 @@ fi
|
|||
|
||||
if [ ! -d dists/$CODENAME ] ; then
|
||||
mkdir -p dists/$CODENAME
|
||||
for name in stable unstable frozen testing; do
|
||||
for name in stable unstable oldstable frozen testing; do
|
||||
ln -sf $CODENAME dists/$name
|
||||
done
|
||||
fi
|
||||
|
|
|
@ -38,31 +38,31 @@ while (defined($_ = <LIST>)) {
|
|||
# a symbolic link in binary-$ARCH or if arch=all and filename is a
|
||||
# symbolic link we suppose that the link points to
|
||||
# .../binary-all/... and we reproduce a similar setup on the CD
|
||||
if ($arch eq "all" and (-l "$source/$file" or
|
||||
$file =~ m#/binary-all/#)) {
|
||||
$file =~ s#/binary-all/#/binary-$ENV{'ARCH'}/#g;
|
||||
|
||||
# Check that the directory where the link will be created does
|
||||
# exist
|
||||
my $pdir = "$dir/$file";
|
||||
$pdir =~ s#[^/]+$##g;
|
||||
if (! -d $pdir)
|
||||
{
|
||||
system("mkdir -p $pdir");
|
||||
}
|
||||
|
||||
# Create the symlink from binary-$arch to binary-all
|
||||
if ($section =~ /non-US/ || $file =~ /updates/ ) {
|
||||
$file =~ m#/([^/]+)$# and $name = $1;
|
||||
symlink ("../binary-all/$name", "$dir/$file") ||
|
||||
die "Can't symlink $dir/$file to ../binary-all/$name: $!";
|
||||
} else {
|
||||
$file =~ m#/([^/]+/[^/]+)$# and $name = $1;
|
||||
symlink ("../../binary-all/$name", "$dir/$file") ||
|
||||
die "Can't symlink $dir/$file to ../../binary-all/$name: $!";
|
||||
}
|
||||
$file =~ s#/binary-$ENV{'ARCH'}/#/binary-all/#g;
|
||||
}
|
||||
# if ($arch eq "all" and (-l "$source/$file" or
|
||||
# $file =~ m#/binary-all/#)) {
|
||||
# $file =~ s#/binary-all/#/binary-$ENV{'ARCH'}/#g;
|
||||
#
|
||||
# # Check that the directory where the link will be created does
|
||||
# # exist
|
||||
# my $pdir = "$dir/$file";
|
||||
# $pdir =~ s#[^/]+$##g;
|
||||
# if (! -d $pdir)
|
||||
# {
|
||||
# system("mkdir -p $pdir");
|
||||
# }
|
||||
#
|
||||
# # Create the symlink from binary-$arch to binary-all
|
||||
# if ($section =~ /non-US/ || $file =~ /updates/ ) {
|
||||
# $file =~ m#/([^/]+)$# and $name = $1;
|
||||
# symlink ("../binary-all/$name", "$dir/$file") ||
|
||||
# die "Can't symlink $dir/$file to ../binary-all/$name: $!";
|
||||
# } else {
|
||||
# $file =~ m#/([^/]+/[^/]+)$# and $name = $1;
|
||||
# symlink ("../../binary-all/$name", "$dir/$file") ||
|
||||
# die "Can't symlink $dir/$file to ../../binary-all/$name: $!";
|
||||
# }
|
||||
# $file =~ s#/binary-$ENV{'ARCH'}/#/binary-all/#g;
|
||||
# }
|
||||
|
||||
# And we put the file in the CD tree (with a (hard) link)
|
||||
$realfile = real_file ("$source/$file");
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
BOOT_SIZE_1=11
|
||||
BOOT_SIZE_1=28
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_14=2
|
||||
BOOT_SIZE_2=2
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
BOOT_SIZE_1=9
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_2=2
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
BOOT_SIZE_5=2
|
||||
BOOT_SIZE_6=2
|
||||
BOOT_SIZE_7=2
|
||||
BOOT_SIZE_8=2
|
||||
BOOT_SIZE_9=2
|
|
@ -1,7 +1,8 @@
|
|||
BOOT_SIZE_1=17
|
||||
BOOT_SIZE_1=33
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_2=2
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
BOOT_SIZE_1=18
|
||||
BOOT_SIZE_1=40
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_14=2
|
||||
BOOT_SIZE_2=2
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
BOOT_SIZE_1=26
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_14=2
|
||||
BOOT_SIZE_1=45
|
||||
BOOT_SIZE_10=1
|
||||
BOOT_SIZE_11=1
|
||||
BOOT_SIZE_12=1
|
||||
BOOT_SIZE_13=1
|
||||
BOOT_SIZE_14=1
|
||||
BOOT_SIZE_2=4
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
BOOT_SIZE_5=2
|
||||
BOOT_SIZE_6=2
|
||||
BOOT_SIZE_7=2
|
||||
BOOT_SIZE_8=2
|
||||
BOOT_SIZE_9=2
|
||||
BOOT_SIZE_3=1
|
||||
BOOT_SIZE_4=1
|
||||
BOOT_SIZE_5=1
|
||||
BOOT_SIZE_6=1
|
||||
BOOT_SIZE_7=1
|
||||
BOOT_SIZE_8=1
|
||||
BOOT_SIZE_9=1
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
BOOT_SIZE_1=39
|
||||
BOOT_SIZE_1=55
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_14=2
|
||||
BOOT_SIZE_15=2
|
||||
BOOT_SIZE_2=2
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
BOOT_SIZE_1=29
|
||||
BOOT_SIZE_1=46
|
||||
SIZE_MULT_1=97
|
||||
BOOT_SIZE_10=2
|
||||
SIZE_MULT_10=97
|
||||
|
@ -6,6 +6,8 @@ BOOT_SIZE_11=2
|
|||
SIZE_MULT_11=97
|
||||
BOOT_SIZE_12=2
|
||||
SIZE_MULT_12=97
|
||||
BOOT_SIZE_13=2
|
||||
SIZE_MULT_13=97
|
||||
BOOT_SIZE_2=2
|
||||
SIZE_MULT_2=97
|
||||
BOOT_SIZE_3=2
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
BOOT_SIZE_1=15
|
||||
BOOT_SIZE_1=31
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_2=2
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
BOOT_SIZE_1=14
|
||||
BOOT_SIZE_1=30
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
BOOT_SIZE_13=2
|
||||
BOOT_SIZE_2=2
|
||||
BOOT_SIZE_3=2
|
||||
BOOT_SIZE_4=2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
BOOT_SIZE_1=81
|
||||
BOOT_SIZE_1=91
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
|
@ -12,4 +12,4 @@ BOOT_SIZE_6=2
|
|||
BOOT_SIZE_7=2
|
||||
BOOT_SIZE_8=2
|
||||
BOOT_SIZE_9=2
|
||||
SIZE_MULT_1=93
|
||||
SIZE_MULT_1=96
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
BOOT_SIZE_1=7
|
||||
BOOT_SIZE_1=22
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
BOOT_SIZE_1=13
|
||||
BOOT_SIZE_1=32
|
||||
BOOT_SIZE_10=2
|
||||
BOOT_SIZE_11=2
|
||||
BOOT_SIZE_12=2
|
||||
|
|
|
@ -234,8 +234,14 @@ if ($complete) {
|
|||
|| ($a cmp $b) }
|
||||
grep { not ($included{$_} or $excluded{$_}) } keys %sources)
|
||||
{
|
||||
add_src ($p);
|
||||
if ($p eq "ia32-libs") {
|
||||
msg(0, "Leaving ia32-libs to the end\n");
|
||||
} else {
|
||||
add_src ($p);
|
||||
}
|
||||
}
|
||||
msg(0, "Now adding ia32-libs\n");
|
||||
add_src("ia32-libs");
|
||||
}
|
||||
msg(0, "CD $cd will only be filled with $cd_size bytes ...\n");
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ do
|
|||
for FILE in $FILES
|
||||
do
|
||||
echo " $FILE"
|
||||
cp -al $MIRROR/$FILE $BDIR/CD$DISKNUM/extra-sources
|
||||
cp -aL $MIRROR/$FILE $BDIR/CD$DISKNUM/extra-sources
|
||||
done
|
||||
done
|
||||
|
||||
|
|
|
@ -41,67 +41,94 @@ jfsutils
|
|||
reiserfsprogs
|
||||
libfribidi0
|
||||
localization-config
|
||||
acpid
|
||||
initramfs-tools
|
||||
|
||||
#ifdef ARCH_i386
|
||||
discover
|
||||
discover1
|
||||
grub
|
||||
lilo
|
||||
/* Note that we do not have to include every optimised kernel flavor for
|
||||
* i386. Kernel headers are included as third party modules are commonly
|
||||
* used on this architecture.
|
||||
*/
|
||||
kernel-image-2.4-386
|
||||
kernel-pcmcia-modules-2.4-386
|
||||
kernel-headers-2.4-386
|
||||
linux-image-2.6-386
|
||||
linux-headers-2.6-386
|
||||
#endif
|
||||
EOF
|
||||
|
||||
/bin/sed -n 's/Package: \(kernel-image-2.4.*-386\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-i386/Packages|/usr/bin/tail -n 1 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
/bin/sed -n 's/Package: \(kernel-pcmcia-modules-2.4.*-386\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-i386/Packages|/usr/bin/tail -n 1 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
/bin/sed -n 's/Package: \(kernel-image-2.6.*-386\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-i386/Packages|/usr/bin/tail -n 1 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
#ifdef ARCH_amd64
|
||||
discover
|
||||
discover1
|
||||
grub
|
||||
lilo
|
||||
linux-image-2.6-amd64-generic
|
||||
linux-headers-2.6-amd64-generic
|
||||
#endif
|
||||
EOF
|
||||
|
||||
if [ ! -e $MIRROR/dists/$CODENAME/main/binary-amd64/Packages ]; then
|
||||
echo "Cannot find amd64 packages file, inserting static entry as workaround" >&2
|
||||
echo kernel-image-2.6.8-11-amd64-generic >> debian-installer+kernel-$DI_CODENAME
|
||||
else
|
||||
/bin/sed -n 's/Package: \(kernel-image-2.6.*-generic\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-amd64/Packages|/usr/bin/tail -n 1 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
/bin/sed -n 's/Package: \(kernel-pcmcia-modules-2.6.*-generic\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-amd64/Packages|/usr/bin/tail -n 1 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
fi
|
||||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
#ifdef ARCH_alpha
|
||||
aboot
|
||||
aboot-base
|
||||
discover1
|
||||
kernel-image-2.4-generic
|
||||
kernel-image-2.4-smp
|
||||
#endif
|
||||
EOF
|
||||
|
||||
/bin/sed -n 's/Package: \(kernel-image-.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-alpha/Packages|grep -v 2.4.21 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
#ifdef ARCH_hppa
|
||||
discover1
|
||||
linux-image-2.6-parisc
|
||||
linux-image-2.6-parisc-smp
|
||||
linux-image-2.6-parisc64
|
||||
linux-image-2.6-parisc64-smp
|
||||
#endif
|
||||
EOF
|
||||
|
||||
/bin/sed -n 's/Package: \(kernel-image-2.6.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-hppa/Packages|tail -n4 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
#ifdef ARCH_ia64
|
||||
discover1
|
||||
initrd-tools
|
||||
linux-image-2.6-itanium
|
||||
linux-image-2.6-itanium-smp
|
||||
linux-image-2.6-mckinley
|
||||
linux-image-2.6-mckinley-smp
|
||||
#endif
|
||||
EOF
|
||||
|
||||
/bin/sed -n 's/Package: \(kernel-image-2\.4\..*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-ia64/Packages | tail -n 4 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
/bin/sed -n 's/Package: \(kernel-image-2\.4-.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-ia64/Packages \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
/bin/sed -n 's/Package: \(kernel-image-2\.6\..*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-ia64/Packages | tail -n 4 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
/bin/sed -n 's/Package: \(kernel-image-2\.6-.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-ia64/Packages \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
#ifdef ARCH_mips
|
||||
arcboot
|
||||
EOF
|
||||
|
||||
# Only include mips kernels that d-i base-installer installs.
|
||||
# XXX once mips gets kernel-image-2.4-<subarch> packages, use those
|
||||
# instead.
|
||||
for subarch in r4k-ip22 r5k-ip22 sb1-swarm-bn; do
|
||||
for subarch in r4k-ip22 r5k-ip22; do
|
||||
sed -n 's/Package: \(kernel-image-.*-.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-mips/Packages \
|
||||
| grep -- "-$subarch$" | sort -n | tail -n 1 \
|
||||
|
@ -110,15 +137,12 @@ done
|
|||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_mipsel
|
||||
delo
|
||||
EOF
|
||||
|
||||
# Only include mipsel kernels that d-i base-installer installs.
|
||||
# XXX once mips gets kernel-image-2.4-<subarch> packages, use those
|
||||
# instead.
|
||||
for subarch in r3k-kn02 r4k-kn04 cobalt lasat; do
|
||||
for subarch in r3k-kn02 r4k-kn04; do
|
||||
sed -n 's/Package: \(kernel-image-.*-.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-mipsel/Packages \
|
||||
| grep -- "-$subarch$" | sort -n | tail -n 1 \
|
||||
|
@ -127,23 +151,16 @@ done
|
|||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_powerpc
|
||||
discover1
|
||||
quik
|
||||
yaboot
|
||||
hfsutils
|
||||
mkvmlinuz
|
||||
module-init-tools
|
||||
initrd-tools
|
||||
linux-image-2.6-powerpc
|
||||
linux-image-2.6-powerpc-smp
|
||||
linux-image-2.6-powerpc64
|
||||
EOF
|
||||
|
||||
# Only include powerpc kernels that d-i base-installer installs.
|
||||
# XXX once powerpc 2.4 gets kernel-image-2.4-<subarch> packages, use those
|
||||
# instead, but beware of apus.
|
||||
for subarch in powerpc power3 power4 power3-pmac power3-chrp-rs6k \
|
||||
power4-pmac power4-chrp-rs6k powerpc-pmac \
|
||||
powerpc-prep powerpc-chrp powerpc-chrp-rs6k apus; do
|
||||
|
@ -155,30 +172,27 @@ done
|
|||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
|
||||
#ifdef ARCH_sparc
|
||||
discover1
|
||||
initrd-tools
|
||||
linux-image-2.6-sparc64
|
||||
linux-image-2.6-sparc64-smp
|
||||
kernel-image-2.4-sparc32
|
||||
kernel-image-2.4-sparc32-smp
|
||||
kernel-image-2.4-sparc64
|
||||
kernel-image-2.4-sparc64-smp
|
||||
#endif
|
||||
EOF
|
||||
|
||||
/bin/sed -n 's/Package: \(kernel-image-.*-sparc.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-sparc/Packages \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
||||
#endif
|
||||
#ifdef ARCH_m68k
|
||||
fileutils
|
||||
EOF
|
||||
|
||||
# Get all the latest 2.2 for mac kernel
|
||||
sed -n 's/Package: \(kernel-image-2.2.*-mac\)$/\1/p' \
|
||||
/bin/sed -n 's/Package: \(kernel-image-2.2.*-mac\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-m68k/Packages | tail -n 1 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
# Get the latest 2.4 kernels, except mac
|
||||
# XXX once m68k gets kernel-image-2.4-<subarch> packages, use those
|
||||
# instead.
|
||||
sed -n 's/Package: \(kernel-image-2.4.*\)$/\1/p' \
|
||||
/bin/sed -n 's/Package: \(kernel-image-2.4.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-m68k/Packages | tail -n 7 | \
|
||||
grep -v mac >> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
|
@ -188,7 +202,7 @@ cat >> debian-installer+kernel-$DI_CODENAME << EOF
|
|||
discover1
|
||||
EOF
|
||||
|
||||
sed -n 's/Package: \(kernel-image-2.4.*\)$/\1/p' \
|
||||
/bin/sed -n 's/Package: \(kernel-image-2.4.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-arm/Packages|tail -n5 \
|
||||
>> debian-installer+kernel-$DI_CODENAME
|
||||
|
||||
|
|
|
@ -9,86 +9,82 @@
|
|||
# them into a single list ready for mkisofs to check later
|
||||
|
||||
MIRROR=$1
|
||||
ARCH=$2
|
||||
ARCHES="$2"
|
||||
SUITE=$3
|
||||
OUT=$4
|
||||
DI_SUITE=$4
|
||||
OUT=$5
|
||||
|
||||
case $ARCH in
|
||||
source)
|
||||
FILES=`find $MIRROR/dists/$SUITE/ -name Sources.gz`
|
||||
echo -e "Using MD5 sums from Sources files:\n$FILES"
|
||||
zcat -f $FILES | awk -v MIRROR=$MIRROR '
|
||||
/^Directory:/ {
|
||||
DIR = $2
|
||||
next
|
||||
}
|
||||
/^Files:/ {
|
||||
in_files = 1
|
||||
next
|
||||
}
|
||||
/^ / {
|
||||
if (in_files) {
|
||||
gsub("^ ", "", $0)
|
||||
MD5 = $1
|
||||
SIZE = $2
|
||||
FILE = $3
|
||||
printf("%s %12s %s/%s/%s\n", MD5, SIZE, MIRROR, DIR, FILE);
|
||||
}
|
||||
}
|
||||
/.*/ {
|
||||
if (!length($0)) {
|
||||
in_files = 0
|
||||
next
|
||||
}
|
||||
}' | sort | uniq >> $OUT
|
||||
;;
|
||||
alpha|amd64|arm|hppa|i386|ia64|m68k|mips|mipsel|powerpc|s390|sparc)
|
||||
FILES=`find $MIRROR/dists/$SUITE/ -name Packages -o -name Packages.gz | grep binary-$ARCH`
|
||||
echo -e "Using MD5 sums from Packages files:\n$FILES"
|
||||
zcat -f $FILES | awk -v MIRROR=$MIRROR '
|
||||
/^Filename:/ {
|
||||
FILE = $2
|
||||
}
|
||||
/^Size:/ {
|
||||
SIZE = $2
|
||||
}
|
||||
/^MD5sum:/ {
|
||||
MD5 = $2
|
||||
printf("%s %12d %s/%s\n", MD5, SIZE, MIRROR, FILE)
|
||||
}' | sort | uniq >> $OUT
|
||||
case $SUITE in
|
||||
woody)
|
||||
# Use the old boot-floppies images
|
||||
FILE=$MIRROR/dists/$SUITE/main/disks-$ARCH/current/md5sum.txt
|
||||
echo "Using MD5 sums from boot-floppies: $FILE"
|
||||
LOC=dists/$SUITE/main/disks-$ARCH/current
|
||||
for ENTRY in `cat $FILE | sed 's/ /:/g'`
|
||||
do
|
||||
PATH=`echo $ENTRY | /bin/sed "s?^.*:\./?$MIRROR/$LOC/?g"`
|
||||
MD5=`echo $ENTRY | /bin/sed 's/:.*$//g'`
|
||||
SIZE=`/usr/bin/stat -c %s $PATH`
|
||||
printf '%s %12.12s %s\n' $MD5 $SIZE $PATH
|
||||
done | sort | uniq >> $OUT
|
||||
;;
|
||||
*)
|
||||
# Use the new D-I images
|
||||
FILE=$MIRROR/dists/$SUITE/main/installer-$ARCH/current/images/MD5SUMS
|
||||
echo "Using MD5 sums from d-i: $FILE"
|
||||
LOC=dists/$SUITE/main/installer-$ARCH/current/images
|
||||
for ENTRY in `cat $FILE | sed 's/ /:/g'`
|
||||
do
|
||||
PATH=`echo $ENTRY | /bin/sed "s?^.*:\./?$MIRROR/$LOC/?g"`
|
||||
MD5=`echo $ENTRY | /bin/sed 's/:.*$//g'`
|
||||
SIZE=`/usr/bin/stat -c %s $PATH`
|
||||
printf '%s %12.12s %s\n' $MD5 $SIZE $PATH
|
||||
done | sort | uniq >> $OUT
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
echo "Unknown arch/source $ARCH!"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
for ARCH in $ARCHES
|
||||
do
|
||||
LOCATIONS="$MIRROR/dists/$SUITE/ $MIRROR/dists/$DI_SUITE/"
|
||||
echo "Looking in $LOCATIONS"
|
||||
|
||||
case $ARCH in
|
||||
source)
|
||||
FILES=`find $LOCATIONS -name Sources.gz`
|
||||
echo -e "Using MD5 sums from Sources files:\n$FILES"
|
||||
zcat -f $FILES | awk -v MIRROR=$MIRROR '
|
||||
/^Directory:/ {
|
||||
DIR = $2
|
||||
next
|
||||
}
|
||||
/^Files:/ {
|
||||
in_files = 1
|
||||
next
|
||||
}
|
||||
/^ / {
|
||||
if (in_files) {
|
||||
gsub("^ ", "", $0)
|
||||
MD5 = $1
|
||||
SIZE = $2
|
||||
FILE = $3
|
||||
printf("%s %12s %s/%s/%s\n", MD5, SIZE, MIRROR, DIR, FILE);
|
||||
next
|
||||
}
|
||||
}
|
||||
/^[^ ]/ {
|
||||
in_files = 0
|
||||
FILE = ""
|
||||
DIR = ""
|
||||
}' | sort | uniq >> $OUT
|
||||
;;
|
||||
alpha|amd64|arm|hppa|i386|ia64|m68k|mips|mipsel|powerpc|s390|sparc)
|
||||
FILES=`find $LOCATIONS -name Packages.gz | grep binary-$ARCH`
|
||||
echo -e "Using MD5 sums from Packages files:\n$FILES"
|
||||
zcat -f $FILES | awk -v MIRROR=$MIRROR '
|
||||
/^Filename:/ {
|
||||
FILE = $2
|
||||
}
|
||||
/^Size:/ {
|
||||
SIZE = $2
|
||||
}
|
||||
/^MD5sum:/ {
|
||||
MD5 = $2
|
||||
printf("%s %12d %s/%s\n", MD5, SIZE, MIRROR, FILE)
|
||||
}' | sort | uniq >> $OUT
|
||||
# Use the new D-I images. Do NOT use the "current"
|
||||
# link; it causes problems with overlaid files...
|
||||
for VER in $MIRROR/dists/$DI_SUITE/main/installer-$ARCH/*
|
||||
do
|
||||
if [ -d $VER ] && [ ! -L $VER ] ; then
|
||||
FILE=$VER/images/MD5SUMS
|
||||
echo "Using MD5 sums from d-i: $FILE"
|
||||
LOC=dists/$DI_SUITE/main/installer-$ARCH/`basename $VER`/images
|
||||
for ENTRY in `cat $FILE | sed 's/ /:/g'`
|
||||
do
|
||||
PATH=`echo $ENTRY | /bin/sed "s?^.*:\./?$MIRROR/$LOC/?g"`
|
||||
MD5=`echo $ENTRY | /bin/sed 's/:.*$//g'`
|
||||
SIZE=`/usr/bin/stat -c %s $PATH`
|
||||
printf '%s %12.12s %s\n' $MD5 $SIZE $PATH
|
||||
done | sort | uniq >> $OUT
|
||||
fi
|
||||
done
|
||||
;;
|
||||
*)
|
||||
echo "Unknown arch/source $ARCH!"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd $1
|
||||
|
||||
:> MD5SUMS
|
||||
:> SHA1SUMS
|
||||
|
||||
echo "Generating checksums from files in $1"
|
||||
|
||||
case $DOJIGDO in
|
||||
0)
|
||||
for file in `find * -name \*.iso -o -name \*.raw`
|
||||
do
|
||||
md5sum $file >> MD5SUMS
|
||||
sha1sum $file >> SHA1SUMS
|
||||
done
|
||||
;;
|
||||
1|2)
|
||||
for file in `find * -name \*.jigdo`
|
||||
do
|
||||
iso=${file%%.jigdo}.iso
|
||||
|
||||
grep -q $iso MD5SUMS
|
||||
if [ $? -ne 0 ] ; then
|
||||
MD5=`zcat -f $file | awk '/Image Hex MD5Sum/ {print $5}'`
|
||||
if [ "$MD5"x != ""x ] ; then
|
||||
echo "$MD5 $iso" >> MD5SUMS
|
||||
else
|
||||
echo "Jigdo file does not contain the Image MD5, calculating by hand"
|
||||
md5sum $iso >> MD5SUMS
|
||||
fi
|
||||
fi
|
||||
|
||||
grep -q $iso SHA1SUMS
|
||||
if [ $? -ne 0 ] ; then
|
||||
SHA1=`zcat -f $file | awk '/Image Hex SHA1Sum/ {print $5}'`
|
||||
if [ "$SHA1"x != ""x ] ; then
|
||||
echo "$SHA1 $iso" >> SHA1SUMS
|
||||
else
|
||||
echo "Jigdo file does not contain the Image SHA1, calculating by hand"
|
||||
sha1sum $iso >> SHA1SUMS
|
||||
fi
|
||||
fi
|
||||
done
|
||||
;;
|
||||
*)
|
||||
echo "DOJIGDO not defined!"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
|
@ -15,7 +15,8 @@ MIRROR=$6
|
|||
MKISOFS=$7
|
||||
MKISOFS_OPTS=$8
|
||||
JIGDO_OPTS=$9
|
||||
JIGDO_CLEANUP=$10
|
||||
shift
|
||||
JIGDO_CLEANUP=$9
|
||||
|
||||
if [ "$CD"x = ""x ] ; then
|
||||
echo "Generating the $ARCH iso/jigdo images ..."
|
||||
|
@ -37,6 +38,7 @@ do
|
|||
opts=`cat $DIR/$n.mkisofs_opts`
|
||||
volid=`cat $DIR/$n.volid`
|
||||
relname=`echo $DEBVERSION | sed -e 's/[. ]//g'`
|
||||
DISKINFO=`cat $DIR/$n.diskinfo`
|
||||
|
||||
if [ $ARCH = "source" ] ; then
|
||||
OUTFILE="debian-$relname-$ARCH-$n"
|
||||
|
@ -47,20 +49,31 @@ do
|
|||
# Clean up any old files
|
||||
rm -f $OUT/$OUTFILE.raw $OUT/$OUTFILE.jigdo $OUT/$OUTFILE.template
|
||||
|
||||
date
|
||||
|
||||
# Actually make the ISO/jigdo images. Long command lines
|
||||
# here... :-(
|
||||
case $DOJIGDO in
|
||||
|
||||
0) # No jigdo files, just straight ISO
|
||||
echo $MKISOFS $MKISOFS_OPTS -V "$volid" -o $OUT/$OUTFILE.raw $opts CD$n
|
||||
$MKISOFS $MKISOFS_OPTS -V "$volid" -o $OUT/$OUTFILE.raw $opts CD$n
|
||||
;;
|
||||
|
||||
|
||||
1) # jigdo files _and_ ISO
|
||||
echo $MKISOFS $MKISOFS_OPTS -V "$volid" \
|
||||
-o $OUT/$OUTFILE.raw \
|
||||
-jigdo-jigdo $OUT/$OUTFILE.jigdo \
|
||||
-jigdo-template $OUT/$OUTFILE.template \
|
||||
-jigdo-map Debian=$MIRROR/ \
|
||||
-jigdo-exclude boot$n \
|
||||
-md5-list $DIR/md5-check \
|
||||
$JIGDO_OPTS $opts CD$n
|
||||
$MKISOFS $MKISOFS_OPTS -V "$volid" \
|
||||
-o $OUT/$OUTFILE.raw \
|
||||
-jigdo-jigdo $OUT/$OUTFILE.jigdo
|
||||
-jigdo-template $OUT/$OUTFILE.template
|
||||
-jigdo-jigdo $OUT/$OUTFILE.jigdo \
|
||||
-jigdo-template $OUT/$OUTFILE.template \
|
||||
-jigdo-map Debian=$MIRROR/ \
|
||||
-jigdo-exclude boot$n \
|
||||
-md5-list $DIR/md5-check \
|
||||
|
@ -68,8 +81,16 @@ do
|
|||
;;
|
||||
|
||||
2) # jigdo only, no ISO
|
||||
echo $MKISOFS $MKISOFS_OPTS -V "$volid" \
|
||||
-o /dev/null \
|
||||
-jigdo-jigdo $OUT/$OUTFILE.jigdo \
|
||||
-jigdo-template $OUT/$OUTFILE.template \
|
||||
-jigdo-map Debian=$MIRROR/ \
|
||||
-jigdo-exclude boot$n \
|
||||
-md5-list $DIR/md5-check \
|
||||
$JIGDO_OPTS $opts CD$n
|
||||
$MKISOFS $MKISOFS_OPTS -V "$volid" \
|
||||
-o /dev/null -v \
|
||||
-o /dev/null \
|
||||
-jigdo-jigdo $OUT/$OUTFILE.jigdo \
|
||||
-jigdo-template $OUT/$OUTFILE.template \
|
||||
-jigdo-map Debian=$MIRROR/ \
|
||||
|
@ -84,7 +105,7 @@ do
|
|||
$JIGDO_CLEANUP $OUT/$OUTFILE.jigdo \
|
||||
$OUTFILE.iso $DIR/CD$n \
|
||||
"`echo "$JIGDOTEMPLATEURL" | sed -e 's|%ARCH%|$ARCH|g'`$OUTFILE.template" \
|
||||
$BINDISKINFOND \
|
||||
"$DISKINFO" \
|
||||
$JIGDOFALLBACKURLS
|
||||
fi
|
||||
done
|
||||
|
|
|
@ -171,7 +171,7 @@ done
|
|||
# Nasty hack - we may need to look at extra override files from sid.
|
||||
# See if the extra override exists; if not redirect.
|
||||
EXTRA_CODENAME=$CODENAME
|
||||
if [ ! -e $BDIR/indices/override.$EXTRA_CODENAME.extra.main.gz ] ; then
|
||||
if [ ! -e $BDIR/indices/override.$EXTRA_CODENAME.extra.main ] ; then
|
||||
EXTRA_CODENAME=sid
|
||||
fi
|
||||
cat >$PREFIX.generate-binary <<EOF
|
||||
|
@ -246,7 +246,8 @@ fi
|
|||
# Creating the indices directory
|
||||
if [ ! -d "$BDIR/indices" ]; then
|
||||
mkdir $BDIR/indices
|
||||
cp $MIRROR/indices/* $BDIR/indices/
|
||||
cp -av $MIRROR/indices/*"$CODENAME"* $BDIR/indices/
|
||||
cp -av $MIRROR/indices/*md5* $BDIR/indices/
|
||||
if [ -n "$LOCALDEBS" -a -d $LOCALDEBS/indices ]; then
|
||||
cp $LOCALDEBS/indices/* $BDIR/indices/
|
||||
fi
|
||||
|
@ -267,7 +268,7 @@ if [ ! -d "$BDIR/indices" ]; then
|
|||
fi
|
||||
if [ -n "$NONUS" -a ! -d "$BDIR/indices-non-US" ]; then
|
||||
mkdir $BDIR/indices-non-US
|
||||
cp $NONUS/indices-non-US/* $BDIR/indices-non-US/
|
||||
cp -av $NONUS/indices-non-US/* $BDIR/indices-non-US/
|
||||
gunzip -f $BDIR/indices-non-US/*.gz
|
||||
for SECT in `echo $SECTIONSNONUS | sed -e 's#non-US/##g'`; do
|
||||
touch $BDIR/indices-non-US/override.$CODENAME.$SECT
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# This script will create the Sources.gz files
|
||||
# First arg = directory of the CD
|
||||
|
||||
set -e
|
||||
#set -e
|
||||
|
||||
SDIR=$TDIR/$CODENAME-src
|
||||
PREFIX=`echo $1 | sed "s?$SDIR/CD?$SDIR/?"`
|
||||
|
@ -135,7 +135,7 @@ if [ ! -d "$SDIR/indices" ]; then
|
|||
fi
|
||||
if [ -n "$NONUS" -a ! -d "$SDIR/indices-non-US" ]; then
|
||||
mkdir $SDIR/indices-non-US
|
||||
cp $NONUS/indices-non-US/* $SDIR/indices-non-US/
|
||||
$NONUS/indices-non-US/* $SDIR/indices-non-US/
|
||||
gunzip -f $SDIR/indices-non-US/*.gz
|
||||
for SECT in `echo $SECTIONSNONUS | sed -e 's#non-US/##g'`; do
|
||||
touch $SDIR/indices-non-US/override.$CODENAME.$SECT
|
||||
|
|
110
sarge/update-cd
110
sarge/update-cd
|
@ -14,39 +14,70 @@ set -e
|
|||
# Configuration goes here.
|
||||
|
||||
# Where is your mirror?
|
||||
MIRROR=${MIRROR:-/mirror/debian}
|
||||
MIRROR_NORM=/org/cdbuilder.debian.org/src/ftp/debian
|
||||
MIRROR_AMD64=/org/cdbuilder.debian.org/src/ftp/debian-amd64/debian
|
||||
|
||||
# If you have a non-US mirror, where is it? Leave blank if you don't have one.
|
||||
NONUS=${NONUS:-/mirror/debian-non-US}
|
||||
# NONUS=${NONUS:-/mirror/debian-non-US}
|
||||
|
||||
# Do you want non-free? 1 for yes, 0 for no
|
||||
#NONFREE=1
|
||||
NONFREE=0
|
||||
|
||||
# What release version is this?
|
||||
VER=3.0r3
|
||||
VER=3.1r7
|
||||
|
||||
# Is this an official CD?
|
||||
OFFICIAL=Official
|
||||
# OFFICIAL="Unofficial snapshot"
|
||||
|
||||
# Path to use with mkisofs/mkhybrid
|
||||
MKISOFS=${MKISOFS:-"mkhybrid"}
|
||||
MKISOFS=mkisofs-jte
|
||||
#MKISOFS=${MKISOFS:-"mkhybrid"}
|
||||
MKISOFS=$PWD/../mkisofs/usr/bin/mkisofs
|
||||
|
||||
# Use JTE extensions to mkisofs to make jigdo files?
|
||||
JTE=1
|
||||
|
||||
# The working directory to use. MUST be on the same partition as the mirror.
|
||||
TDIR=/mirror/debian-cd
|
||||
TDIR=/org/cdbuilder.debian.org/src/deb-cd/tmp/sarge-update/cd-work
|
||||
|
||||
# Building woody cd set ...
|
||||
CODENAME=woody
|
||||
CODENAME=sarge
|
||||
|
||||
# Path where the images will be written
|
||||
OUT=/mirror/woody-update/r3
|
||||
OUT=/org/cdbuilder.debian.org/src/deb-cd/tmp/sarge-update/cd-out
|
||||
|
||||
# Location(s) for the snapshot(s)
|
||||
SNAPSHOT='Debian=http://us.cdimage.debian.org/cdimage/snapshot/Debian/ --try-last'
|
||||
|
||||
# Type of disc image, cd or dvd (lower case)
|
||||
if [ "$1"x = ""x ] ; then
|
||||
TYPE=cd
|
||||
else
|
||||
TYPE=$1
|
||||
fi
|
||||
case $TYPE in
|
||||
cd|CD)
|
||||
TYPE=cd
|
||||
TYPEUP=CD;;
|
||||
dvd|DVD)
|
||||
TYPE=dvd
|
||||
TYPEUP=DVD;;
|
||||
*)
|
||||
echo "Specify a disk type..."
|
||||
exit 1;;
|
||||
esac
|
||||
|
||||
# Location of the diff file to use to determine the changes. If you leave
|
||||
# this blank, we'll try to determine the changes from the ChangeLog files,
|
||||
# which is probably less accurate.
|
||||
DIFF=/mirror/lists/$CODENAME/r0-r3.diff #~/r3.diff
|
||||
DIFF=/home/deb-cd/r0-r7.diff.full
|
||||
|
||||
if [ "$TYPE" = "cd" ] ; then
|
||||
CDSIZE=610 # megabytes, leaving space for metadata
|
||||
else
|
||||
CDSIZE=4300 # megabytes, leaving space for metadata
|
||||
fi
|
||||
|
||||
CDSIZE=620 # megabytes, leaving space for metadata
|
||||
REL=Debian"$VER"
|
||||
CLOG=dists/$CODENAME/ChangeLog
|
||||
NUCLOG=dists/$CODENAME/non-US/ChangeLog
|
||||
|
@ -58,7 +89,17 @@ VERBOSE=2
|
|||
GRAB_MD5=$BASEDIR/tools/grab_md5
|
||||
export VERBOSE BASEDIR SECTS
|
||||
|
||||
ARCHLIST="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc src" # all dealt with specially
|
||||
FIRSTVER=`echo $VER | sed 's?r.*$?r0?g'`
|
||||
VERSPACE=`echo $VER | sed 's?r? r?g'`
|
||||
CAPCODE=`perl -e "print ucfirst("$CODENAME")"`
|
||||
|
||||
export FIRSTVER VERSPACE CAPCODE
|
||||
|
||||
if [ "$ARCHLIST"x = ""x ] ; then
|
||||
ARCHLIST="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc source" # amd64 # all dealt with specially
|
||||
else
|
||||
ARCHLIST=$@
|
||||
fi
|
||||
|
||||
export TDIR NONFREE NONUS VER MIRROR CODENAME OUT BASEDIR
|
||||
|
||||
|
@ -77,8 +118,8 @@ create_control_files () {
|
|||
for ARCH in $ARCHES
|
||||
do
|
||||
case "$ARCH" in
|
||||
src)
|
||||
echo " src"
|
||||
source)
|
||||
echo " source"
|
||||
for SECT in $SECTS
|
||||
do
|
||||
mkdir -p $CDDIR/dists/$CODENAME/$SECT/source
|
||||
|
@ -96,9 +137,9 @@ create_control_files () {
|
|||
mkdir -p $CDDIR/dists/$CODENAME/$SECT/binary-$ARCH
|
||||
mkdir -p $CDDIR/dists/$CODENAME/non-US/$SECT/binary-$ARCH
|
||||
done
|
||||
ARCH=$ARCH $scanpackages scan $CDDIR > /dev/null 2>&1
|
||||
ARCH=$ARCH $scanpackages -noPackages.cd install $CDDIR > /dev/null 2>&1
|
||||
rm -f $CDDIR/*.Packages* #>/dev/null 2>&1
|
||||
ARCH=$ARCH $scanpackages scan $CDDIR >/dev/null 2>&1
|
||||
ARCH=$ARCH $scanpackages -noPackages.cd install $CDDIR >/dev/null 2>&1
|
||||
rm -f $CDDIR/*.Packages* >/dev/null 2>&1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
@ -141,19 +182,31 @@ make_cd () {
|
|||
create_control_files CD$CDNUM $THISARCH
|
||||
echo " Creating image for CD$CDNUM ($SRCFILES source files, $ARCHFILES $ARCH debs, $ALLFILES all debs)"
|
||||
echo -n " "
|
||||
if [ ! -d $OUT/$THISARCH/iso-$TYPE ] ; then
|
||||
mkdir -p $OUT/$THISARCH/iso-$TYPE
|
||||
fi
|
||||
if [ $JTE = 1 ] ; then
|
||||
${MKISOFS} -J -r -V "Debian $VER update CD" -o \
|
||||
/dev/null \
|
||||
-jigdo-jigdo $OUT/$CODENAME-update-$THISARCH-$THISNUM.jigdo \
|
||||
-jigdo-template $OUT/$CODENAME-update-$THISARCH-$THISNUM.template \
|
||||
if [ ! -d $OUT/$THISARCH/jigdo-$TYPE ] ; then
|
||||
mkdir -p $OUT/$THISARCH/jigdo-$TYPE
|
||||
fi
|
||||
${MKISOFS} -J -r -V "Debian $VER update" -o \
|
||||
$OUT/$THISARCH/iso-$TYPE/debian-update-$VER-$THISARCH-$THISNUM.iso \
|
||||
-jigdo-jigdo $OUT/$THISARCH/jigdo-$TYPE/debian-update-$VER-$THISARCH-$THISNUM.jigdo \
|
||||
-jigdo-template $OUT/$THISARCH/jigdo-$TYPE/debian-update-$VER-$THISARCH-$THISNUM.template \
|
||||
-jigdo-map Debian=$MIRROR/ \
|
||||
-jigdo-map Non-US=$NONUS/ \
|
||||
-jigdo-force-md5 /pool/ \
|
||||
-md5-list $UPD/md5-check \
|
||||
$UPD/CD$CDNUM 2>&1 | grep "extents written"
|
||||
$BASEDIR/tools/jigdo_cleanup \
|
||||
$OUT/$THISARCH/jigdo-$TYPE/debian-update-$VER-$THISARCH-$THISNUM.jigdo \
|
||||
debian-update-$VER-$THISARCH-$THISNUM.iso \
|
||||
$OUT debian-update-$VER-$THISARCH-$THISNUM.template \
|
||||
"Debian GNU/Linux $VERSPACE - $OFFICIAL $THISARCH $FIRSTVER->$VER update $TYPEUP #$THISNUM"
|
||||
echo $SNAPSHOT >> $OUT/$THISARCH/jigdo-$TYPE/debian-update-$VER-$THISARCH-$THISNUM.jigdo
|
||||
else
|
||||
${MKISOFS} -J -r -V "Debian $VER update CD" -o \
|
||||
$OUT/$CODENAME-update-$THISARCH-$THISNUM.raw \
|
||||
$OUT/iso-$TYPE/$CODENAME-update-$THISARCH-$THISNUM.raw \
|
||||
$UPD/CD$CDNUM 2>&1 | grep "extents written"
|
||||
fi
|
||||
}
|
||||
|
@ -161,10 +214,9 @@ make_cd () {
|
|||
|
||||
echo Cleaning up
|
||||
rm -rf $UPD
|
||||
mkdir $UPD
|
||||
mkdir -p $UPD
|
||||
CDNUM=1
|
||||
|
||||
cd $MIRROR
|
||||
echo Creating file list
|
||||
|
||||
if [ ! -e $DIFF ] ; then
|
||||
|
@ -188,6 +240,12 @@ for THISARCH in $ARCHLIST
|
|||
do
|
||||
THISNUM=0
|
||||
|
||||
if [ $THISARCH = amd64 ] ; then
|
||||
MIRROR=$MIRROR_AMD64
|
||||
else
|
||||
MIRROR=$MIRROR_NORM
|
||||
fi
|
||||
|
||||
rm -f $UPD/md5-check
|
||||
$GRAB_MD5 $MIRROR $THISARCH $CODENAME $UPD/md5-check
|
||||
if [ "$NONUS"x != ""x ] ; then
|
||||
|
@ -200,7 +258,7 @@ do
|
|||
echo
|
||||
cd $MIRROR
|
||||
THISNUM=$((THISNUM + 1))
|
||||
if [ $THISARCH = "src" ] ; then
|
||||
if [ $THISARCH = "source" ] ; then
|
||||
echo "Creating CD$CDNUM for source (part $THISNUM)"
|
||||
else
|
||||
echo "Creating CD$CDNUM for binary-$THISARCH (part $THISNUM)"
|
||||
|
@ -223,7 +281,7 @@ do
|
|||
fi
|
||||
|
||||
case "$THISARCH" in
|
||||
src)
|
||||
source)
|
||||
case "$file" in
|
||||
*.gz|*.dsc)
|
||||
copy_file $UPD/CD$CDNUM $file
|
||||
|
|
Loading…
Reference in New Issue