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

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Sun, 21 Nov 2004 17:08:34 -0700


Author: vagrant-guest
Date: Sun Nov 21 17:08:09 2004
New Revision: 227

Modified:
   people/vagrant/simple-cdd/default.preseed
Log:
default to using CD-rom, and don't ask task question


Modified: people/vagrant/simple-cdd/default.preseed
==============================================================================
--- people/vagrant/simple-cdd/default.preseed	(original)
+++ people/vagrant/simple-cdd/default.preseed	Sun Nov 21 17:08:09 2004
@@ -230,12 +230,13 @@
 # This question controls what source the second stage installation uses
 # for packages. Choices are cdrom, http, ftp, filesystem, edit sources list
 # by hand
-base-config apt-setup/uri_type  select http
+#base-config apt-setup/uri_type  select http
+base-config apt-setup/uri_type  select cdrom
 
 # If you choose ftp or http, you'll be asked for a country and a mirror.
-base-config apt-setup/country select enter information manually
-base-config apt-setup/hostname  string http.us.debian.org
-base-config apt-setup/directory string /debian
+#base-config apt-setup/country select enter information manually
+#base-config apt-setup/hostname  string http.us.debian.org
+#base-config apt-setup/directory string /debian
 # Stop after choosing one mirror.
 base-config apt-setup/another boolean false
 
@@ -257,6 +258,8 @@
 # XXX: this will not work until tasksel 2.12 is available
 #tasksel   tasksel/first multiselect Desktop environment
 #tasksel  tasksel/first multiselect Web server, Mail server, DNS server
+# don't install any tasks
+tasksel   tasksel/first multiselect 
 
 ###### Mailer configuration.