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

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Thu, 25 Nov 2004 14:16:40 -0700


Author: vagrant-guest
Date: Thu Nov 25 14:16:15 2004
New Revision: 243

Removed:
   people/vagrant/simple-cdd/patched-debpartial-mirror
Modified:
   people/vagrant/simple-cdd/README
   people/vagrant/simple-cdd/build-simple-cdd
Log:
debpartial-mirror 0.2.9 contains patch, specify debian-cd dir with new variable.


Modified: people/vagrant/simple-cdd/README
==============================================================================
--- people/vagrant/simple-cdd/README	(original)
+++ people/vagrant/simple-cdd/README	Thu Nov 25 14:16:15 2004
@@ -2,7 +2,7 @@
 
 Build Dependencies
 
-apt-get install debpartial-mirror (works with 0.2.8, only in unstable)
+apt-get install debpartial-mirror (works with 0.2.8, currently only in unstable)
 apt-get install debian-cd (used 2.2.20)
 
 
@@ -100,7 +100,7 @@
 
 and make a few changes in CONF.sh:
 
-BASEDIR=./debian-cd
+debian_cd_dir=$simple_cdd_path/debian-cd
 
 KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed console=ttyS0,38400"
 

Modified: people/vagrant/simple-cdd/build-simple-cdd
==============================================================================
--- people/vagrant/simple-cdd/build-simple-cdd	(original)
+++ people/vagrant/simple-cdd/build-simple-cdd	Thu Nov 25 14:16:15 2004
@@ -65,8 +65,7 @@
 echo include-task=$TASK >> $debpartial_conf
 
 # generate the mirror
-# patched debpartial-mirror for cleaner output...
-./patched-debpartial-mirror -c debpartial-mirror.conf
+debpartial-mirror -c debpartial-mirror.conf
 
 if [ ! -d "$MIRROR" ]; then
   echo "ERROR: mirror dir not a dir: $MIRROR"