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

Enrico Zini debian-np-devel@lists.alioth.debian.org
Thu, 25 Nov 2004 17:23:43 -0700


Author: enrico
Date: Thu Nov 25 17:23:43 2004
New Revision: 248

Modified:
   people/vagrant/simple-cdd/CONF.sh
Log:
Added some comments to INSTALLER_CD


Modified: people/vagrant/simple-cdd/CONF.sh
==============================================================================
--- people/vagrant/simple-cdd/CONF.sh	(original)
+++ people/vagrant/simple-cdd/CONF.sh	Thu Nov 25 17:23:43 2004
@@ -96,5 +96,13 @@
 # only generate one CD
 export MAXCDS=1
 
-# FIXME: what does this do?
+# Original debian-cd comment:
+#
+# Only put the installer onto the cd (set NORECOMMENDS,... as well).
+# INSTALLER_CD=0: nothing special (default)
+# INSTALLER_CD=1: just add debian-installer (use TASK=tasks/debian-installer)
+# INSTALLER_CD=2: add d-i and base (use TASK=tasks/debian-installer+kernel)
+#
+# What I understand it does is saying "I do want the installer [and base], so
+# make sure they're always in"  (--Enrico)
 export INSTALLER_CD=2