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

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Wed, 01 Dec 2004 21:10:12 -0700


Author: vagrant-guest
Date: Wed Dec  1 21:07:52 2004
New Revision: 297

Modified:
   people/vagrant/simple-cdd/TODO
   people/vagrant/simple-cdd/build-simple-cdd
Log:
always more todo, bugfix: use $debpartial_conf variable when creating archive


Modified: people/vagrant/simple-cdd/TODO
==============================================================================
--- people/vagrant/simple-cdd/TODO	(original)
+++ people/vagrant/simple-cdd/TODO	Wed Dec  1 21:07:52 2004
@@ -5,6 +5,9 @@
 use tasksel to install packages
   generate tasksel .desc files and relevent configuration
 
+hooks to run custom scripts (before and after base-config, possibly during
+  debian-installer? scripts based on selected profiles?)
+
 document this process in simple-cdd-tutorial.txt
 
 document questions that cause problems when preseeded:
@@ -19,5 +22,8 @@
 build-simple-cdd:
   add packages from commandline
   add debconf preseed file from commandline
+  other options?
 
 make a debian package of simple-cdd
+
+support a ~/.simple-cdd working directory

Modified: people/vagrant/simple-cdd/build-simple-cdd
==============================================================================
--- people/vagrant/simple-cdd/build-simple-cdd	(original)
+++ people/vagrant/simple-cdd/build-simple-cdd	Wed Dec  1 21:07:52 2004
@@ -96,7 +96,7 @@
   echo include-task=$TASK >> $debpartial_conf
 
   # generate the mirror
-  debpartial-mirror -c debpartial-mirror.conf
+  debpartial-mirror -c $debpartial_conf
 fi
 
 if [ ! -d "$MIRROR" ]; then