[Debian-NP-Commits] r224 - people/vagrant/simple-cdd

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Sun, 21 Nov 2004 14:30:36 -0700


Author: vagrant-guest
Date: Sun Nov 21 14:30:19 2004
New Revision: 224

Modified:
   people/vagrant/simple-cdd/CONF.sh
   people/vagrant/simple-cdd/build-simple-cdd
Log:
basic support for debconf pre-seeding for debian-installer


Modified: people/vagrant/simple-cdd/CONF.sh
==============================================================================
--- people/vagrant/simple-cdd/CONF.sh	(original)
+++ people/vagrant/simple-cdd/CONF.sh	Sun Nov 21 14:30:19 2004
@@ -297,6 +297,7 @@
 export MAXCDS=1
 export TASK=$simple_cdd_path/simple-cdd.task
 export INSTALLER_CD=2
+export KERNEL_PARAMS="preseed/file=/cdrom/preseed.cfg"
 # increase the size limit if debian-cd tries to make more CDs than you
 # want, and the generated CDs are smaller than 650MB.
 export SIZELIMIT=739631360

Modified: people/vagrant/simple-cdd/build-simple-cdd
==============================================================================
--- people/vagrant/simple-cdd/build-simple-cdd	(original)
+++ people/vagrant/simple-cdd/build-simple-cdd	Sun Nov 21 14:30:19 2004
@@ -77,7 +77,7 @@
 
 # FIXME workaround untill sarge debian-installer is viable.
 cd $MIRROR/dists
-echo "WORKAROUND: using sid installer instead of sarge installer"
+echo "WARNING: using sid installer instead of sarge installer"
 mkdir -p sarge/main/installer-i386/current
 rsync --delete -aWHr sid/main/installer-i386/current/. sarge/main/installer-i386/current/
 
@@ -98,5 +98,8 @@
 echo simple-cdd: packages
 make packages
 
+echo simple-cdd: extra fils for simple-cdd
+make bin-extras CD=1 ROOTSRC=$simple_cdd_path/extras DIR=.
+
 echo simple-cdd: bin-image
 make bin-image CD=1