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

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Thu, 02 Dec 2004 19:43:04 -0700


Author: vagrant-guest
Date: Thu Dec  2 19:42:56 2004
New Revision: 299

Modified:
   people/vagrant/simple-cdd/CONF.sh
   people/vagrant/simple-cdd/TODO
Log:
commented base exclude example, more ideas for profile selection


Modified: people/vagrant/simple-cdd/CONF.sh
==============================================================================
--- people/vagrant/simple-cdd/CONF.sh	(original)
+++ people/vagrant/simple-cdd/CONF.sh	Thu Dec  2 19:42:56 2004
@@ -101,10 +101,15 @@
 
 # packages to include in initial debootstrap install
 export BASE_INCLUDE=$simple_cdd_temp/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"
 
+# packages to exclude from the initial debootstrap install
+# useful if you want to use a MTA other than exim
+#export BASE_EXCLUDE=$simple_cdd_temp/base_exclude
+
 # location where generated CD image(s) will be put
 export OUT=$simple_cdd_dir/images/
 

Modified: people/vagrant/simple-cdd/TODO
==============================================================================
--- people/vagrant/simple-cdd/TODO	(original)
+++ people/vagrant/simple-cdd/TODO	Thu Dec  2 19:42:56 2004
@@ -1,4 +1,5 @@
 only prompt for profiles if there is more than one profile?
+  assume default profile gets installed in addition to selected profiles?
 
 get tasksel to not install any additional packages during base-config