[Demudi-commits] r405 - in demudi-debian-cd/trunk: . data/sarge debian tasks

Free Ekanayaka free-guest@costa.debian.org
Sun, 06 Mar 2005 13:10:55 +0100


Author: free-guest
Date: 2005-03-06 13:10:53 +0100 (Sun, 06 Mar 2005)
New Revision: 405

Added:
   demudi-debian-cd/trunk/data/sarge/demudi_i386_casper
   demudi-debian-cd/trunk/data/sarge/demudi_i386_early_command
   demudi-debian-cd/trunk/demudi-live
   demudi-debian-cd/trunk/demudi-live.conf
   demudi-debian-cd/trunk/tasks/base-sarge-extra
   demudi-debian-cd/trunk/tasks/demudi-live
   demudi-debian-cd/trunk/tasks/hoary-live-i386.list
   demudi-debian-cd/trunk/tasks/ubuntu-installer
Modified:
   demudi-debian-cd/trunk/data/sarge/demudi_i386_base_include
   demudi-debian-cd/trunk/data/sarge/demudi_i386_extra_files
   demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command
   demudi-debian-cd/trunk/data/sarge/demudi_i386_preseed
   demudi-debian-cd/trunk/debian-cd.conf
   demudi-debian-cd/trunk/debian/install
   demudi-debian-cd/trunk/demudi-debian-cd
   demudi-debian-cd/trunk/demudi-debian-cd.conf
   demudi-debian-cd/trunk/tasks/demudi
   demudi-debian-cd/trunk/tasks/demudi-kernel
   demudi-debian-cd/trunk/tasks/exclude-demudi
Log:
demudi-debian-cd: 

Modified: demudi-debian-cd/trunk/data/sarge/demudi_i386_base_include
===================================================================
--- demudi-debian-cd/trunk/data/sarge/demudi_i386_base_include	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/data/sarge/demudi_i386_base_include	2005-03-06 12:10:53 UTC (rev 405)
@@ -1 +1 @@
-xdebconfigurator
+

Added: demudi-debian-cd/trunk/data/sarge/demudi_i386_casper
===================================================================
--- demudi-debian-cd/trunk/data/sarge/demudi_i386_casper	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/data/sarge/demudi_i386_casper	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+if [ -f /etc/passwd ]; then
+    . /usr/share/debconf/confmodule
+
+    pwtemp=$(tempfile)
+    sed -e "s/1000/0/g" \
+        /etc/passwd > $pwtemp
+    cp $pwtemp /etc/passwd
+    rm -f $gdmtemp
+fi
+
+exit 0

Added: demudi-debian-cd/trunk/data/sarge/demudi_i386_early_command
===================================================================
--- demudi-debian-cd/trunk/data/sarge/demudi_i386_early_command	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/data/sarge/demudi_i386_early_command	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cp /cdrom/.disk/casper /usr/lib/casper/post.d/16root
+mkdir mnt
+mount /dev/discs/disc0/part6 /mnt

Modified: demudi-debian-cd/trunk/data/sarge/demudi_i386_extra_files
===================================================================
--- demudi-debian-cd/trunk/data/sarge/demudi_i386_extra_files	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/data/sarge/demudi_i386_extra_files	2005-03-06 12:10:53 UTC (rev 405)
@@ -1,2 +1,4 @@
 .disk/preseed=/usr/share/debian-cd/data/sarge/demudi_i386_preseed
 .disk/late_command=/usr/share/debian-cd/data/sarge/demudi_i386_late_command
+.disk/early_command=/usr/share/debian-cd/data/sarge/demudi_i386_early_command
+.disk/casper=/usr/share/debian-cd/data/sarge/demudi_i386_casper

Modified: demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command
===================================================================
--- demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/data/sarge/demudi_i386_late_command	2005-03-06 12:10:53 UTC (rev 405)
@@ -4,16 +4,15 @@
 
 grub=/sbin/update-grub
 apt=/usr/bin/apt-get
+cfkey=/usr/sbin/cfkey
 
-alsa="alsa-modules-$(ls /boot/config-* | cut -d - -f 2- | tail -1)"
 packages="\
-    $alsa \
     demudi-base-config \
     demudi-base-files \
     demudi-debtags \
     demudi-grub-splashimages \
     demudi-tasksel \
-    xdebconfigurator \
+    demudi-cfengine \
     "
 splash=/boot/grub/splashimages/agnula-romantic.xpm.gz
 
@@ -35,6 +34,9 @@
 if [ -x $grub ] && [ -e /boot/grub/menu.lst ]; then
     $grub
 fi
+if [ -x $cfkey ]; then
+    $cfkey
+fi
 if [ -f /etc/skel/.bash_profile ]; then
     perl -i -e 'while (<>) { $l = $_; if ($_ =~ "^#if") {$flag=1} if ($l =~ s/^#(.*)/\1/g && $flag) {print $l} else {print $_} if ($_ =~ "^#fi") {$flag=0}} ' /etc/skel/.bash_profile
 fi

Modified: demudi-debian-cd/trunk/data/sarge/demudi_i386_preseed
===================================================================
--- demudi-debian-cd/trunk/data/sarge/demudi_i386_preseed	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/data/sarge/demudi_i386_preseed	2005-03-06 12:10:53 UTC (rev 405)
@@ -67,7 +67,7 @@
 # This command is run after base-config is done, just before the login:
 # prompt. This is a good way to install a set of packages you want, or to
 # tweak the configuration of the system.
-base-config	base-config/late_command	string /usr/sbin/demudi-cfengine new
+base-config	base-config/late_command	string echo apt-get update | batch; update-rc.d -f cron remove; update-rc.d -f anacron remove
 
 #### Network configuration.
 

Modified: demudi-debian-cd/trunk/debian/install
===================================================================
--- demudi-debian-cd/trunk/debian/install	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/debian/install	2005-03-06 12:10:53 UTC (rev 405)
@@ -5,3 +5,5 @@
 debian-cd.conf		usr/share/demudi-debian-cd/
 demudi-tasksel		usr/share/demudi-debian-cd/
 docs/README*		usr/share/demudi-debian-cd/docs
+demudi-live.conf	usr/share/demudi-debian-cd/
+demudi-live		usr/bin

Modified: demudi-debian-cd/trunk/debian-cd.conf
===================================================================
--- demudi-debian-cd/trunk/debian-cd.conf	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/debian-cd.conf	2005-03-06 12:10:53 UTC (rev 405)
@@ -120,7 +120,7 @@
 # If your local packages are not under $MIRROR, but somewhere else, 
 # you can uncomment this line and edit to to point to a directory
 # containing dists/$CODENAME/local/binary-$ARCH
-export LOCALDEBS=$AGNULA_MIRROR
+#export LOCALDEBS=$AGNULA_MIRROR
 
 # If you want a <codename>-secured tree with a copy of the signed
 # Release.gpg and files listed by this Release file, then
@@ -146,7 +146,7 @@
 # export MKISOFS=/usr/bin/mkisofs
 # export MKISOFS_OPTS="-r"		#For normal users
 # export MKISOFS_OPTS="-r -F ."	#For symlink farmers
-export MKISOFS_OPTS="-graft-points -path-list ${BASEDIR}/data/${CODENAME}/demudi_${ARCH}_extra_files"
+export MKISOFS_OPTS="-graft-points -path-list ${BASEDIR}/data/${CODENAME}/demudi_${ARCH}_extra_files -joliet-long"
 
 # ISOLinux support for multiboot on CD1 for i386
 export ISOLINUX=1

Modified: demudi-debian-cd/trunk/demudi-debian-cd
===================================================================
--- demudi-debian-cd/trunk/demudi-debian-cd	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/demudi-debian-cd	2005-03-06 12:10:53 UTC (rev 405)
@@ -34,18 +34,21 @@
 EOF
 done
 
-/usr/share/demudi-debian-cd/demudi-tasksel | grep -v -e "^$" > /tmp/demudi-tasksel
-cat /etc/debtags/tagpatch.d/demudi | cut -f 1 -d : | sort > /tmp/demudi-tasksel.raw
+#/usr/share/demudi-debian-cd/demudi-tasksel | grep -v -e "^$" > /tmp/demudi-tasksel
+#cat /etc/debtags/tagpatch.d/demudi | cut -f 1 -d : | sort > /tmp/demudi-tasksel.raw
 
-if ! sort /tmp/demudi-tasksel | diff -q /tmp/demudi-tasksel.raw -; then
-	exit 1
-fi
+#if ! sort /tmp/demudi-tasksel | diff -q /tmp/demudi-tasksel.raw -; then
+#	exit 1
+#fi
 
+export LANG=
+
 make distclean
 make status
 make bin-list TASK=tasks/demudi COMPLETE=0 SIZELIMIT1=1730000000
-mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/sarge/local/binary-i386/
-mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/sarge/local/debian-installer/binary-i386/
+mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/hoary/local/binary-i386/
+mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/hoary/local/debian-installer/binary-i386/
+ln -s /var/cache/debpartial-mirror/demudi/doc /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/doc 
 make bootable
 make packages
 #make md5list

Modified: demudi-debian-cd/trunk/demudi-debian-cd.conf
===================================================================
--- demudi-debian-cd/trunk/demudi-debian-cd.conf	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/demudi-debian-cd.conf	2005-03-06 12:10:53 UTC (rev 405)
@@ -3,7 +3,11 @@
 #
 
 # AGNULA mirror
-export AGNULA_MIRROR=/var/cache/demudi-debpartial-mirror/agnula/
+#export AGNULA_MIRROR=/var/cache/demudi-debpartial-mirror/agnula/
 
 # Debian mirror
-export DEBIAN_MIRROR=/var/cache/demudi-debpartial-mirror/debian/
+#export DEBIAN_MIRROR=/var/cache/demudi-debpartial-mirror/debian/
+export DEBIAN_MIRROR=/var/cache/debpartial-mirror/demudi/
+
+# Ubunt mirror
+export UBUNTU_MIRROR=/var/cache/demudi-debpartial-mirror/ubuntu/

Added: demudi-debian-cd/trunk/demudi-live
===================================================================
--- demudi-debian-cd/trunk/demudi-live	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/demudi-live	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,65 @@
+#!/bin/sh
+set -e
+
+cd /usr/share/debian-cd
+
+. /etc/default/demudi-debian-cd.conf
+. /usr/share/demudi-debian-cd/demudi-live.conf
+
+OLDDIR=`pwd`
+
+date=$(date +"%d %B %Y")
+for readme in /usr/share/demudi-debian-cd/docs/README*; do
+
+    cat <<EOF > $UBUNTU_MIRROR/$(basename $readme)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++                                                                +++
++++       ____       __  __       ____  _   _   ____    _          +++
++++      |  _ \  ___|  \/  |_   _|  _ \(_) / | |___ \  / |         +++
++++      | | | |/ _ \ |\/| | | | | | | | | | |   __) | | |         +++
++++      | |_| |  __/ |  | | |_| | |_| | | | |_ / __/ _| |         +++
++++      |____/ \___|_|  |_|\__,_|____/|_| |_(_)_____(_)_|         +++
++++                                                                +++
++++                                                                +++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+EOF
+
+    cat $readme >> $UBUNTU_MIRROR/$(basename $readme)
+    cat <<EOF >> $UBUNTU_MIRROR/$(basename $readme)
+
+--
+The AGNULA Team <info@agnula.org>
+$date
+EOF
+done
+
+make distclean
+make status
+make bin-list TASK=tasks/demudi-live COMPLETE=0 SIZELIMIT1=1730000000
+mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/sarge/local/binary-i386/
+mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/dists/sarge/local/debian-installer/binary-i386/
+mkdir -p /var/cache/demudi-debian-cd/tmp/sarge-i386/CD1/doc/FAQ/html
+make bootable
+make packages
+#make md5list
+make bin-images
+
+# Sanity checks
+tmpdir="/var/cache/demudi-debian-cd/tmp/hoary-i386"
+files="CD1/.disk/base_installable"
+
+grep "Can't"   $tmpdir/log.list2cds
+grep "WARNING" $tmpdir/log.list2cds
+
+for file in $files; do
+    if ! [ -e $tmpdir/$file ]; then
+	echo "ERROR: $file not present in CD1"
+	exit 1
+    fi
+done
+
+# README.PACKAGES
+find $tmpdir -name *.deb |xargs -n1 basename| cut --output-delimiter=" "  -f 1,2 -d _ | xargs -n2 printf "%-50s %s\n"|sort|uniq > $DEBIAN_MIRROR/README.PACKAGES
+
+cd $OLDDIR


Property changes on: demudi-debian-cd/trunk/demudi-live
___________________________________________________________________
Name: svn:executable
   + *

Added: demudi-debian-cd/trunk/demudi-live.conf
===================================================================
--- demudi-debian-cd/trunk/demudi-live.conf	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/demudi-live.conf	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,288 @@
+#
+# This file will have to be sourced where needed
+#
+
+# Unset all optional variables first to start from a clean state
+unset NONUS             || true
+unset FORCENONUSONCD1   || true
+unset NONFREE           || true
+unset CONTRIB           || true
+unset EXTRANONFREE      || true
+unset LOCAL             || true
+unset LOCALDEBS         || true
+unset SECURED           || true
+unset SECURITY          || true
+unset BOOTDIR           || true
+unset BOOTDISKS         || true
+unset SYMLINK           || true
+unset COPYLINK          || true
+unset MKISOFS           || true
+unset MKISOFS_OPTS      || true
+unset ISOLINUX          || true
+unset EXCLUDE           || true
+unset SRCEXCLUDE        || true
+unset NORECOMMENDS      || true
+unset NOSUGGESTS        || true
+unset DOJIGDO           || true
+unset JIGDOCMD          || true
+unset JIGDOTEMPLATEURL  || true
+unset JIGDOFALLBACKURLS || true
+unset JIGDOINCLUDEURLS  || true
+unset JIGDOSCRIPT       || true
+unset DEFBINSIZE        || true
+unset DEFSRCSIZE        || true
+unset FASTSUMS          || true
+unset PUBLISH_URL       || true
+unset PUBLISH_NONUS_URL || true
+unset PUBLISH_PATH      || true
+unset UDEB_INCLUDE      || true
+unset UDEB_EXCLUDE      || true
+unset BASE_INCLUDE      || true
+unset BASE_EXCLUDE      || true
+unset INSTALLER_CD      || true
+unset DI_CODENAME       || true
+unset MAXCDS            || true
+
+
+# The debian-cd dir
+# Where I am (hoping I'm in the debian-cd dir)
+export BASEDIR=`pwd`
+
+# 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=http://localhost/d-i
+
+# Version number, "2.2 r0", "2.2 r1" etc.
+export DEBVERSION="A/DeMuDi 1.2.1"
+
+# 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="Official Beta"
+
+# ... for arch  
+export ARCH=`dpkg --print-installation-architecture`
+
+# 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
+#	      takes a lot of extra room to create the sandbox for the ISO
+#	      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=$UBUNTU_MIRROR
+
+# Comment the following line if you don't have/want non-US
+#export NONUS=/ftp/debian-non-US
+
+# And this option will make you 2 copies of CD1 - one with all the
+# non-US packages on it, one with none. Useful if you're likely to
+# need both.
+#export FORCENONUSONCD1=1
+
+# Path of the temporary directory
+export TDIR=/var/cache/demudi-debian-cd/tmp
+
+# Path where the images will be written
+export OUT=/var/cache/demudi-debian-cd/images
+
+# Where we keep the temporary apt stuff.
+# This cannot reside on an NFS mount.
+export APTTMP=/tmp/apt
+
+# Do I want to have NONFREE merged in the CD set
+# export NONFREE=1
+
+# Do I want to have CONTRIB merged in the CD set
+#export CONTRIB=1
+
+# Do I want to have NONFREE on a separate CD (the last CD of the CD set)
+# WARNING: Don't use NONFREE and EXTRANONFREE at the same time !
+# export EXTRANONFREE=1
+
+# If you have a $MIRROR/dists/$CODENAME/local/binary-$ARCH dir with 
+# local packages that you want to put on the CD set then
+# uncomment the following line 
+export LOCAL=1
+
+# If your local packages are not under $MIRROR, but somewhere else, 
+# you can uncomment this line and edit to to point to a directory
+# containing dists/$CODENAME/local/binary-$ARCH
+export LOCALDEBS=$AGNULA_MIRROR
+
+# If you want a <codename>-secured tree with a copy of the signed
+# Release.gpg and files listed by this Release file, then
+# uncomment this line
+# export SECURED=1
+
+# Where to find the security patches.  This directory should be the
+# top directory of a security.debian.org mirror.
+#export SECURITY="$TOPDIR"/debian/debian-security
+
+# Sparc only : bootdir (location of cd.b and second.b)
+# export BOOTDIR=/boot
+
+# Symlink farmers should uncomment this line :
+# export SYMLINK=1
+
+# Use this to force copying the files instead of symlinking or hardlinking
+# them. This is useful if your destination directories are on a different
+# partition than your source files.
+# export COPYLINK=1
+
+# Options
+# export MKISOFS=/usr/bin/mkisofs
+# export MKISOFS_OPTS="-r"		#For normal users
+# export MKISOFS_OPTS="-r -F ."	#For symlink farmers
+export MKISOFS_OPTS="-graft-points -path-list ${BASEDIR}/data/${CODENAME}/demudi_${ARCH}_extra_files"
+
+# ISOLinux support for multiboot on CD1 for i386
+export ISOLINUX=1
+
+# uncomment this to if you want to see more of what the Makefile is doing
+#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
+#ATTEMPT_FALLBACK=yes
+
+# 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
+
+# We don't want certain packages to take up space on CD1...
+export EXCLUDE="$BASEDIR"/tasks/exclude-demudi
+# ...but they are okay for other CDs (UNEXCLUDEx == may be included on CD >= x)
+#export UNEXCLUDE2="$BASEDIR"/tasks/unexclude-CD2-demudi
+
+# 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-potato
+
+# Set this if the recommended packages should be skipped when adding 
+# package on the CD.  The default is 'false'.
+export NORECOMMENDS=0
+
+# Set this if the suggested packages should be skipped when adding 
+# package on the CD.  The default is 'true'.
+#export NOSUGGESTS=0
+
+# 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.
+#export DOJIGDO=2
+#
+# 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"
+#
+# 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=""
+#
+# 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
+# JIGDOFALLBACKURLS. In the directory, two subdirs named "Debian" and
+# "Non-US" will be created, and filled with hard links to the actual
+# 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/"
+#
+# 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/"
+#
+# 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
+# mirrors to the jigdo _GUI_application_ (_jigdo-lite_ doesn't support
+# "[Include ...]").
+export JIGDOINCLUDEURLS="http://cdimage.debian.org/debian-cd/debian-servers.jigdo"
+#
+# $JIGDOTEMPLATEURL and $JIGDOINCLUDEURLS are passed to
+# "tools/jigdo_header", which is used by default to generate the
+# [Image] and [Servers] sections of the .jigdo file. You can provide
+# your own script if you need the .jigdo file to contain different
+# data.
+#export JIGDOSCRIPT="myscript"
+
+# If set, use the md5sums from the main archive, rather than calculating
+# them locally
+#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/"
+
+# Where to find the boot disks
+#export BOOTDISKS=$TOPDIR/ftp/skolelinux/boot-floppies
+
+# File with list of packages to include when fetching modules for the
+# first stage installer (debian-installer). One package per line.
+# Lines starting with '#' are comments.  The package order is
+# important, as the packages will be installed in the given order.
+#export UDEB_INCLUDE="$BASEDIR"/data/$CODENAME/demudi_${ARCH}_udeb_include
+
+# File with list of packages to exclude as above.
+#export UDEB_EXCLUDE="$BASEDIR"/data/$CODENAME/udeb_exclude
+
+# File with list of packages to include when running debootstrap from
+# the first stage installer (currently only supported in
+# debian-installer). One package per line.  Lines starting with '#'
+# are comments.  The package order is important, as the packages will
+# be installed in the given order.
+#export BASE_INCLUDE="$BASEDIR"/data/"$CODENAME"/demudi_"$ARCH"_base_include
+
+# File with list of packages to exclude as above.
+#export BASE_EXCLUDE="/usr/share/demudi-debian-cd/base_exclude"
+
+# 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)
+# 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="preseed/file=/cdrom/.disk/preseed debconf/priority=high mirror/suite=sarge"
+export KERNEL_PARAMS="mirror/suite=sarge ramdisk_size=65536 casper/enable=true casper-udeb/snapshot/backing-file=/mnt/filesystem.cloop netcfg/get_hostname=demudi netcfg/dhcp_failed=ignore"
+
+# If set, limits the number of binary CDs to produce.
+#export MAXCDS=1
+
+# 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
+
+# Custom splash
+export SPLASHPNG=$BASEDIR/data/pics/demudi_splash.png

Added: demudi-debian-cd/trunk/tasks/base-sarge-extra
===================================================================
--- demudi-debian-cd/trunk/tasks/base-sarge-extra	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/tasks/base-sarge-extra	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,34 @@
+libcdio0
+libconfigfile-perl
+libdb4.0
+libdigest-hmac-perl
+libdigest-sha1-perl
+libdns16
+libesmtp5
+libfont-afm-perl
+libgal2.0-6
+libgcrypt7
+libgnutls10
+libgstreamer-gconf0.8-0
+libhal0
+libhtml-format-perl
+libisc7
+libiso9660-0
+libjpeg-progs
+liblwres1
+libmail-sendmail-perl
+libnautilus-burn0
+libneon24
+libnet-dns-perl
+libnet-ph-perl
+libnet-snpp-perl
+libnspr4
+libnss3
+libnss-db
+liboil0.2
+libopencdk4
+libpng2
+libreadline5
+librsvg2-bin
+libsasl2-modules
+libvcdinfo0

Modified: demudi-debian-cd/trunk/tasks/demudi
===================================================================
--- demudi-debian-cd/trunk/tasks/demudi	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/tasks/demudi	2005-03-06 12:10:53 UTC (rev 405)
@@ -12,4 +12,6 @@
 
 /* DeMuDi */
 #include <demudi-kernel>
-#include "/tmp/demudi-tasksel"
+#include <task-sound>
+#include <task-base>
+#include <task-xorg>

Modified: demudi-debian-cd/trunk/tasks/demudi-kernel
===================================================================
--- demudi-debian-cd/trunk/tasks/demudi-kernel	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/tasks/demudi-kernel	2005-03-06 12:10:53 UTC (rev 405)
@@ -6,28 +6,21 @@
 
 #ifdef ARCH_i386
 
-kernel-image-2.4-386
-kernel-image-2.4-586tsc
-kernel-image-2.4-686
-kernel-image-2.4-k6
-kernel-image-2.4-k7
+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.4.27-1-multimedia-386
-kernel-image-2.4.27-1-multimedia-586tsc
-kernel-image-2.4.27-1-multimedia-686
-kernel-image-2.4.27-1-multimedia-k6
-kernel-image-2.4.27-1-multimedia-k7
+kernel-image-2.6.10-1-multimedia-386
+kernel-image-2.6.10-1-multimedia-686
+kernel-image-2.6.10-1-multimedia-686-smp
+kernel-image-2.6.10-1-multimedia-k7
+kernel-image-2.6.10-1-multimedia-k7-smp
 
-kernel-pcmcia-modules-2.4.27-1-multimedia-386
-kernel-pcmcia-modules-2.4.27-1-multimedia-586tsc
-kernel-pcmcia-modules-2.4.27-1-multimedia-686
-kernel-pcmcia-modules-2.4.27-1-multimedia-k6
-kernel-pcmcia-modules-2.4.27-1-multimedia-k7
+kernel-pcmcia-modules-2.6.10-1-multimedia-386
+kernel-pcmcia-modules-2.6.10-1-multimedia-686-smp
+kernel-pcmcia-modules-2.6.10-1-multimedia-k7
+kernel-pcmcia-modules-2.6.10-1-multimedia-k7-smp
 
-alsa-modules-2.4.27-1-multimedia-386
-alsa-modules-2.4.27-1-multimedia-586tsc
-alsa-modules-2.4.27-1-multimedia-686
-alsa-modules-2.4.27-1-multimedia-k6
-alsa-modules-2.4.27-1-multimedia-k7
-
 #endif

Added: demudi-debian-cd/trunk/tasks/demudi-live
===================================================================
--- demudi-debian-cd/trunk/tasks/demudi-live	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/tasks/demudi-live	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,8 @@
+/*
+ *
+ * This file will be used to build official complete set of AGNULA/DeMuDi
+ *
+ */
+
+/* Basic sarge CD */
+#include <ubuntu-installer>

Modified: demudi-debian-cd/trunk/tasks/exclude-demudi
===================================================================
--- demudi-debian-cd/trunk/tasks/exclude-demudi	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/tasks/exclude-demudi	2005-03-06 12:10:53 UTC (rev 405)
@@ -53,11 +53,13 @@
 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.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.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.6.3-1-386
 kernel-image-2.6.3-1-686
 kernel-image-2.6.3-1-686-smp

Added: demudi-debian-cd/trunk/tasks/hoary-live-i386.list
===================================================================
--- demudi-debian-cd/trunk/tasks/hoary-live-i386.list	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/tasks/hoary-live-i386.list	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,227 @@
+/README.diskdefines
+/isolinux/boot.cat
+/isolinux/f1.txt
+/isolinux/f10.txt
+/isolinux/f2.txt
+/isolinux/f3.txt
+/isolinux/f4.txt
+/isolinux/f5.txt
+/isolinux/f6.txt
+/isolinux/f7.txt
+/isolinux/f8.txt
+/isolinux/f9.txt
+/isolinux/isolinux.bin
+/isolinux/isolinux.cfg
+/isolinux/isolinux.txt
+/isolinux/splash.rle
+/dists/hoary/Release
+/dists/hoary/Release.gpg
+/dists/hoary/main/binary-i386/Release
+/dists/hoary/restricted/binary-i386/Release
+/doc/install/manual/en/apa.html
+/doc/install/manual/en/apas01.html
+/doc/install/manual/en/apas02.html
+/doc/install/manual/en/apas03.html
+/doc/install/manual/en/apb.html
+/doc/install/manual/en/apbs01.html
+/doc/install/manual/en/apbs02.html
+/doc/install/manual/en/apbs03.html
+/doc/install/manual/en/apbs04.html
+/doc/install/manual/en/apbs05.html
+/doc/install/manual/en/apc.html
+/doc/install/manual/en/apcs01.html
+/doc/install/manual/en/apcs02.html
+/doc/install/manual/en/apcs03.html
+/doc/install/manual/en/apcs04.html
+/doc/install/manual/en/apd.html
+/doc/install/manual/en/apds01.html
+/doc/install/manual/en/apds02.html
+/doc/install/manual/en/apds03.html
+/doc/install/manual/en/apds04.html
+/doc/install/manual/en/apds05.html
+/doc/install/manual/en/ape.html
+/doc/install/manual/en/apes01.html
+/doc/install/manual/en/apes02.html
+/doc/install/manual/en/apes03.html
+/doc/install/manual/en/ch01.html
+/doc/install/manual/en/ch01s01.html
+/doc/install/manual/en/ch01s02.html
+/doc/install/manual/en/ch01s03.html
+/doc/install/manual/en/ch01s04.html
+/doc/install/manual/en/ch01s05.html
+/doc/install/manual/en/ch01s06.html
+/doc/install/manual/en/ch01s07.html
+/doc/install/manual/en/ch02.html
+/doc/install/manual/en/ch02s01.html
+/doc/install/manual/en/ch02s02.html
+/doc/install/manual/en/ch02s03.html
+/doc/install/manual/en/ch02s04.html
+/doc/install/manual/en/ch02s05.html
+/doc/install/manual/en/ch02s06.html
+/doc/install/manual/en/ch03.html
+/doc/install/manual/en/ch03s01.html
+/doc/install/manual/en/ch03s02.html
+/doc/install/manual/en/ch03s03.html
+/doc/install/manual/en/ch03s04.html
+/doc/install/manual/en/ch03s05.html
+/doc/install/manual/en/ch03s06.html
+/doc/install/manual/en/ch04.html
+/doc/install/manual/en/ch04s01.html
+/doc/install/manual/en/ch04s02.html
+/doc/install/manual/en/ch04s03.html
+/doc/install/manual/en/ch04s04.html
+/doc/install/manual/en/ch04s05.html
+/doc/install/manual/en/ch04s06.html
+/doc/install/manual/en/ch05.html
+/doc/install/manual/en/ch05s01.html
+/doc/install/manual/en/ch05s02.html
+/doc/install/manual/en/ch05s03.html
+/doc/install/manual/en/ch06.html
+/doc/install/manual/en/ch06s01.html
+/doc/install/manual/en/ch06s02.html
+/doc/install/manual/en/ch06s03.html
+/doc/install/manual/en/ch07.html
+/doc/install/manual/en/ch07s01.html
+/doc/install/manual/en/ch07s02.html
+/doc/install/manual/en/ch07s03.html
+/doc/install/manual/en/ch08.html
+/doc/install/manual/en/ch08s01.html
+/doc/install/manual/en/ch08s02.html
+/doc/install/manual/en/ch08s03.html
+/doc/install/manual/en/ch08s04.html
+/doc/install/manual/en/ch08s05.html
+/doc/install/manual/en/index.html
+/doc/install/manual/en/pr01.html
+/preseed/server.seed
+/casper/filesystem.cloop
+/casper/filesystem.manifest
+/pool/main/a/archive-copier/archive-copier_0.0.15_i386.udeb
+/pool/main/a/autopartkit/autopartkit_1.05ubuntu1_i386.udeb
+/pool/main/b/base-config/tzsetup-udeb_2.61ubuntu14_all.udeb
+/pool/main/b/base-installer/base-installer_1.15ubuntu3_i386.udeb
+/pool/main/b/baseconfig-udeb/baseconfig-udeb_1.02_all.udeb
+/pool/main/b/brltty/brltty-udeb_3.4.1-4_i386.udeb
+/pool/main/b/bterm-unifont/bterm-unifont_0.011_i386.udeb
+/pool/main/b/bugreporter-udeb/bugreporter-udeb_1.02ubuntu1_all.udeb
+/pool/main/c/casper/casper-check_0.29_all.udeb
+/pool/main/c/casper/casper-udeb_0.29_all.udeb
+/pool/main/c/cdebconf/cdebconf-text-udeb_0.74ubuntu3_i386.udeb
+/pool/main/c/choose-mirror/choose-mirror_1.06ubuntu2_i386.udeb
+/pool/main/c/console-data/console-keymaps-dec_2002.12.04dbs-48_all.udeb
+/pool/main/c/console-data/console-keymaps-mac_2002.12.04dbs-48_all.udeb
+/pool/main/c/console-data/console-keymaps-sun_2002.12.04dbs-48_all.udeb
+/pool/main/d/ddetect/archdetect_1.11ubuntu5_i386.udeb
+/pool/main/d/ddetect/ethdetect_1.11ubuntu5_all.udeb
+/pool/main/d/ddetect/hw-detect-full_1.11ubuntu5_all.udeb
+/pool/main/d/debian-installer-utils/di-utils-mapdevfs_1.08ubuntu3_i386.udeb
+/pool/main/d/debian-installer-utils/di-utils_1.08ubuntu3_all.udeb
+/pool/main/d/debootstrap/debootstrap-udeb_0.2.45ubuntu23_i386.udeb
+/pool/main/d/devmapper/dmsetup-udeb_1.00.19-4ubuntu1_i386.udeb
+/pool/main/d/devmapper/libdevmapper1.00-udeb_1.00.19-4ubuntu1_i386.udeb
+/pool/main/d/dhcp/dhcp-client-udeb_2.0pl5-19.1_i386.udeb
+/pool/main/e/e2fsprogs/e2fsprogs-udeb_1.35-8ubuntu1_i386.udeb
+/pool/main/e/e2fsprogs/libblkid1-udeb_1.35-8ubuntu1_i386.udeb
+/pool/main/e/e2fsprogs/libuuid1-udeb_1.35-8ubuntu1_i386.udeb
+/pool/main/e/eject/eject-udeb_2.0.13deb-8ubuntu1_i386.udeb
+/pool/main/e/evms/evms-udeb_2.5.0-1ubuntu1_i386.udeb
+/pool/main/f/fbset/fbset-udeb_2.1-15_i386.udeb
+/pool/main/g/glibc/libc6-udeb_2.3.2.ds1-20ubuntu3_i386.udeb
+/pool/main/g/glibc/libnss-dns-udeb_2.3.2.ds1-20ubuntu3_i386.udeb
+/pool/main/g/glibc/libnss-files-udeb_2.3.2.ds1-20ubuntu3_i386.udeb
+/pool/main/g/glibc/zoneinfo-udeb_2.3.2.ds1-20ubuntu3_all.udeb
+/pool/main/g/gnupg/gpgv-udeb_1.2.5-3ubuntu4_i386.udeb
+/pool/main/g/grepmap/grepmap-udeb_0.1.0-3_i386.udeb
+/pool/main/g/grub-installer/grub-installer_1.07ubuntu2_i386.udeb
+/pool/main/h/hdparm/hdparm-udeb_5.8-1ubuntu1_i386.udeb
+/pool/main/h/hotplug/hotplug-udeb_0.0.20040329-16ubuntu10_all.udeb
+/pool/main/j/jfsutils/jfsutils-udeb_1.1.6-1_i386.udeb
+/pool/main/l/lilo-installer/lilo-installer_1.05ubuntu1_i386.udeb
+/pool/main/l/linux-ntfs/ntfstools-udeb_1.9.4-1_i386.udeb
+/pool/main/l/linux-source-2.6.10/acpi-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/ext3-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/firewire-core-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/firmware-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/ipv6-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/irda-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/jfs-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/loop-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/md-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/nic-extra-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/nic-firmware-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/nic-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/nic-pcmcia-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/nic-shared-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/nic-usb-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/ntfs-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/parport-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/pcmcia-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/pcmcia-storage-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/plip-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/ppp-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/reiserfs-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/rtc-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/sata-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/scsi-common-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/scsi-extra-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/scsi-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/serial-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/linux-source-2.6.10/xfs-modules-2.6.10-2-386-di_2.6.10-11_i386.udeb
+/pool/main/l/localechooser/localechooser_0.04.0ubuntu1_all.udeb
+/pool/main/l/lowmem/lowmem_1.06ubuntu1_all.udeb
+/pool/main/l/lvm10/lvm10-udeb_1.0.8-8_i386.udeb
+/pool/main/l/lvm2/lvm2-udeb_2.00.32-1_i386.udeb
+/pool/main/l/lvmcfg/lvmcfg-utils_1.05_all.udeb
+/pool/main/l/lvmcfg/lvmcfg_1.05_all.udeb
+/pool/main/libd/libdebian-installer/libdebian-installer4-udeb_0.29_i386.udeb
+/pool/main/libu/libusb/libusb-0.1-udeb_0.1.8-17ubuntu2_i386.udeb
+/pool/main/m/mdadm/mdadm-udeb_1.8.1-1ubuntu2_i386.udeb
+/pool/main/m/mdcfg/mdcfg-utils_1.08_all.udeb
+/pool/main/m/mdcfg/mdcfg_1.08_all.udeb
+/pool/main/m/mii-diag/mii-diag-udeb_2.09-1_i386.udeb
+/pool/main/n/net-retriever/net-retriever_1.03ubuntu2_all.udeb
+/pool/main/n/netcfg/netcfg_1.07ubuntu3_i386.udeb
+/pool/main/n/nobootloader/nobootloader_1.02_all.udeb
+/pool/main/o/openssh/openssh-client-udeb_3.9p1-1ubuntu1_i386.udeb
+/pool/main/o/openssl/libcrypto0.9.7-udeb_0.9.7e-3_i386.udeb
+/pool/main/o/os-prober/os-prober_1.02_i386.udeb
+/pool/main/p/partconf/partconf-find-partitions_1.05ubuntu1_i386.udeb
+/pool/main/p/partconf/partconf-mkfstab_1.05ubuntu1_i386.udeb
+/pool/main/p/parted/libparted1.6-udeb_1.6.20-0.exp.2ubuntu1_i386.udeb
+/pool/main/p/parted/parted-udeb_1.6.20-0.exp.2ubuntu1_i386.udeb
+/pool/main/p/partman-auto/partman-auto_40ubuntu2_all.udeb
+/pool/main/p/partman-basicfilesystems/partman-basicfilesystems_36ubuntu1_all.udeb
+/pool/main/p/partman-basicmethods/partman-basicmethods_25_all.udeb
+/pool/main/p/partman-ext3/partman-ext3_34_all.udeb
+/pool/main/p/partman-jfs/partman-jfs_11_all.udeb
+/pool/main/p/partman-lvm/partman-lvm_29_all.udeb
+/pool/main/p/partman-md/partman-md_19_all.udeb
+/pool/main/p/partman-partitioning/partman-partitioning_32_i386.udeb
+/pool/main/p/partman-reiserfs/partman-reiserfs_23_all.udeb
+/pool/main/p/partman-target/partman-target_32ubuntu1_all.udeb
+/pool/main/p/partman-xfs/partman-xfs_23_all.udeb
+/pool/main/p/partman/partman_61ubuntu2_i386.udeb
+/pool/main/p/pciutils/pciutils-udeb_2.1.11-15ubuntu5_i386.udeb
+/pool/main/p/pcmcia-cs/pcmcia-cs-udeb_3.2.5-8ubuntu3_i386.udeb
+/pool/main/p/ppp/ppp-udeb_2.4.2+20040428-6ubuntu1_i386.udeb
+/pool/main/p/prebaseconfig/prebaseconfig_1.06ubuntu3_all.udeb
+/pool/main/p/preseed/initrd-preseed_1.02ubuntu2_all.udeb
+/pool/main/p/preseed/network-preseed_1.02ubuntu2_all.udeb
+/pool/main/p/preseed/preseed-common_1.02ubuntu2_all.udeb
+/pool/main/p/progsreiserfs/libreiserfs0.3-udeb_0.3.0.4-4_i386.udeb
+/pool/main/r/raidtools2/raidtools2-udeb_1.00.3-17ubuntu1_i386.udeb
+/pool/main/r/reiserfsprogs/mkreiserfs-udeb_3.6.19-1_i386.udeb
+/pool/main/r/rescue/rescue-check_0.1ubuntu4_all.udeb
+/pool/main/r/rescue/rescue-mode_0.1ubuntu4_all.udeb
+/pool/main/s/shadow/initial-passwd-udeb_4.0.3-30.7ubuntu4_all.udeb
+/pool/main/u/ubuntu-keyring/ubuntu-keyring-udeb_2005.01.12.1_all.udeb
+/pool/main/u/udev/udev-udeb_0.050-3ubuntu2_i386.udeb
+/pool/main/u/usbutils/usbutils-udeb_0.11+cvs20041108-1ubuntu3_i386.udeb
+/pool/main/u/util-linux/fdisk-udeb_2.12p-2ubuntu1_i386.udeb
+/pool/main/w/wireless-tools/libiw27-udeb_27-1_i386.udeb
+/pool/main/w/wireless-tools/wireless-tools-udeb_27-1_i386.udeb
+/pool/main/x/xfsprogs/xfsprogs-udeb_2.6.20-1_i386.udeb
+/pool/main/z/zlib/zlib1g-udeb_1.2.2-4ubuntu1_i386.udeb
+/pool/restricted/l/linux-restricted-modules-2.6.10/nic-restricted-firmware-2.6.10-1-386-di_2.6.10-3_i386.udeb
+/pool/restricted/l/linux-restricted-modules-2.6.10/nic-restricted-firmware-2.6.10-2-386-di_2.6.10.2-2_i386.udeb
+/pool/restricted/l/linux-restricted-modules-2.6.10/nic-restricted-modules-2.6.10-1-386-di_2.6.10-3_i386.udeb
+/pool/restricted/l/linux-restricted-modules-2.6.10/nic-restricted-modules-2.6.10-2-386-di_2.6.10.2-2_i386.udeb

Added: demudi-debian-cd/trunk/tasks/ubuntu-installer
===================================================================
--- demudi-debian-cd/trunk/tasks/ubuntu-installer	2005-03-06 12:06:13 UTC (rev 404)
+++ demudi-debian-cd/trunk/tasks/ubuntu-installer	2005-03-06 12:10:53 UTC (rev 405)
@@ -0,0 +1,130 @@
+archive-copier
+autopartkit
+tzsetup-udeb
+base-installer
+baseconfig-udeb
+brltty-udeb
+bterm-unifont
+bugreporter-udeb
+casper-check
+casper-udeb
+cdebconf-text-udeb
+choose-mirror
+console-keymaps-dec
+console-keymaps-mac
+console-keymaps-sun
+archdetect
+ethdetect
+hw-detect-full
+di-utils-mapdevfs
+di-utils
+debootstrap-udeb
+dmsetup-udeb
+libdevmapper1.00-udeb
+dhcp-client-udeb
+e2fsprogs-udeb
+libblkid1-udeb
+libuuid1-udeb
+eject-udeb
+evms-udeb
+fbset-udeb
+libc6-udeb
+libnss-dns-udeb
+libnss-files-udeb
+zoneinfo-udeb
+gpgv-udeb
+grepmap-udeb
+grub-installer
+hdparm-udeb
+hotplug-udeb
+jfsutils-udeb
+lilo-installer
+ntfstools-udeb
+acpi-modules-2.6.10-2-386-di
+ext3-modules-2.6.10-2-386-di
+firewire-core-modules-2.6.10-2-386-di
+firmware-modules-2.6.10-2-386-di
+ipv6-modules-2.6.10-2-386-di
+irda-modules-2.6.10-2-386-di
+jfs-modules-2.6.10-2-386-di
+loop-modules-2.6.10-2-386-di
+md-modules-2.6.10-2-386-di
+nic-extra-modules-2.6.10-2-386-di
+nic-firmware-2.6.10-2-386-di
+nic-modules-2.6.10-2-386-di
+nic-pcmcia-modules-2.6.10-2-386-di
+nic-shared-modules-2.6.10-2-386-di
+nic-usb-modules-2.6.10-2-386-di
+ntfs-modules-2.6.10-2-386-di
+parport-modules-2.6.10-2-386-di
+pcmcia-modules-2.6.10-2-386-di
+pcmcia-storage-modules-2.6.10-2-386-di
+plip-modules-2.6.10-2-386-di
+ppp-modules-2.6.10-2-386-di
+reiserfs-modules-2.6.10-2-386-di
+rtc-modules-2.6.10-2-386-di
+sata-modules-2.6.10-2-386-di
+scsi-common-modules-2.6.10-2-386-di
+scsi-extra-modules-2.6.10-2-386-di
+scsi-modules-2.6.10-2-386-di
+serial-modules-2.6.10-2-386-di
+xfs-modules-2.6.10-2-386-di
+localechooser
+lowmem
+lvm10-udeb
+lvm2-udeb
+lvmcfg-utils
+lvmcfg
+libdebian-installer4-udeb
+libusb-0.1-udeb
+mdadm-udeb
+mdcfg-utils
+mdcfg
+mii-diag-udeb
+net-retriever
+netcfg
+nobootloader
+openssh-client-udeb
+libcrypto0.9.7-udeb
+os-prober
+partconf-find-partitions
+partconf-mkfstab
+libparted1.6-udeb
+parted-udeb
+partman-auto
+partman-basicfilesystems
+partman-basicmethods
+partman-ext3
+partman-jfs
+partman-lvm
+partman-md
+partman-partitioning
+partman-reiserfs
+partman-target
+partman-xfs
+partman
+pciutils-udeb
+pcmcia-cs-udeb
+ppp-udeb
+prebaseconfig
+initrd-preseed
+network-preseed
+preseed-common
+libreiserfs0.3-udeb
+raidtools2-udeb
+mkreiserfs-udeb
+rescue-check
+rescue-mode
+initial-passwd-udeb
+ubuntu-keyring-udeb
+udev-udeb
+usbutils-udeb
+fdisk-udeb
+libiw27-udeb
+wireless-tools-udeb
+xfsprogs-udeb
+zlib1g-udeb
+nic-restricted-firmware-2.6.10-1-386-di
+nic-restricted-firmware-2.6.10-2-386-di
+nic-restricted-modules-2.6.10-1-386-di
+nic-restricted-modules-2.6.10-2-386-di