[Debconf-video-commits] r278 - fai-config/doc/src

holger at alioth.debian.org holger at alioth.debian.org
Thu Feb 5 11:58:25 UTC 2009


Author: holger
Date: 2009-02-05 11:58:24 +0000 (Thu, 05 Feb 2009)
New Revision: 278

Modified:
   fai-config/doc/src/preseed.cfg
Log:
fix typo, dont use proxy, use mirror, use US keyboard

Modified: fai-config/doc/src/preseed.cfg
===================================================================
--- fai-config/doc/src/preseed.cfg	2009-02-05 11:53:01 UTC (rev 277)
+++ fai-config/doc/src/preseed.cfg	2009-02-05 11:58:24 UTC (rev 278)
@@ -2,11 +2,11 @@
 ### Localization
 # Locale sets language and country.
 #d-i debian-installer/locale string de_DE
-d-i debian-installer/locale string en_US.UTF-8
+d-i debian-installer/locale string en_US
 
 # Keyboard selection.
 #d-i console-tools/archs select at
-#d-i console-keymaps-at/keymap select de
+d-i console-keymaps-at/keymap select us
 # Example for a different keyboard architecture
 #d-i console-keymaps-usb/keymap select mac-usb-us
 
@@ -57,6 +57,7 @@
 #d-i mirror/http/hostname string mirror
 d-i mirror/http/hostname string ftp.de.debian.org
 d-i mirror/http/directory string /debian
+d-i mirror/http/proxy string
 
 # Suite to install.
 #d-i mirror/suite string testing
@@ -131,14 +132,14 @@
 
 # You may set this to any valid setting for $TZ; see the contents of
 # /usr/share/zoneinfo/ for valid values.
-d-i time/zone string Eruope/Brussels
+d-i time/zone string Europe/Brussels
 
 ### Apt setup
 # You can choose to install non-free and contrib software.
 d-i apt-setup/non-free boolean true
 d-i apt-setup/contrib boolean true
 # Uncomment this if you don't want to use a network mirror.
-#d-i apt-setup/use_mirror boolean false
+d-i apt-setup/use_mirror boolean true
 # Uncomment this to avoid adding security sources, or
 # add a hostname to use a different server than security.debian.org.
 #d-i apt-setup/security_host string




More information about the Debconf-video-commits mailing list