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

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Fri, 26 Nov 2004 03:29:06 -0700


Author: vagrant-guest
Date: Fri Nov 26 03:28:56 2004
New Revision: 265

Modified:
   people/vagrant/simple-cdd/CONF.sh
Log:
export BASE_INCLUDE so debian-cd knows about it.


Modified: people/vagrant/simple-cdd/CONF.sh
==============================================================================
--- people/vagrant/simple-cdd/CONF.sh	(original)
+++ people/vagrant/simple-cdd/CONF.sh	Fri Nov 26 03:28:56 2004
@@ -90,7 +90,7 @@
 ## More debian-cd options ##
 
 # packages to include in initial debootstrap install
-BASE_INCLUDE=$simple_cdd_dir/simple-cdd.$CODENAME.base_include
+export BASE_INCLUDE=$simple_cdd_dir/simple-cdd.$CODENAME.base_include
 # if this is set, generate a base includes file with the listed packages.
 # order is important, and dependency resolution must be done manually...
 base_include_packages="$(/usr/sbin/debootstrap --arch $ARCH --print-debs $CODENAME) debconf-utils"