[SCM] debian-live/config-webc branch, master, updated. 994700fab682e90f7320405d689040ab464fb4de

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 26 20:12:40 UTC 2008


The following commit has been merged in the master branch:
commit 12e80ae9f82d000cb930d8c73ca4d8a2eefc5c73
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 17 11:21:30 2008 +0100

    Adjust preseed
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/webconverger/config/binary_debian-installer/preseed.cfg b/webconverger/config/binary_debian-installer/preseed.cfg
index b280eab..e5d6384 100644
--- a/webconverger/config/binary_debian-installer/preseed.cfg
+++ b/webconverger/config/binary_debian-installer/preseed.cfg
@@ -1,100 +1,70 @@
-# pressed.cfg
 
-# Installation Sources
-####################################################################
+# pressed.cfg for Webconverger
 
-# Where are we pulling bits from?
-d-i     mirror/http/hostname    string ftp.uk.debian.org
-d-i     mirror/http/directory   string /debian/
-d-i     mirror/suite            string lenny
+# Installation Sources
+#d-i     mirror/http/hostname    string ftp.us.debian.org
+#d-i     mirror/http/directory   string /debian/
+#d#-i     mirror/suite            string lenny
 
 # Post install APT setup
-d-i     apt-setup/hostname      string ftp.uk.debian.org
-d-i     apt-setup/directory     string /debian/
-d-i     apt-setup/another       boolean false
-d-i     apt-setup/security-updates      boolean false
-d-i     finish-install/reboot_in_progress note
+d-i     apt-setup/hostname              string   ftp.us.debian.org
+d-i     apt-setup/directory             string   /debian/
+d-i     apt-setup/another               boolean  false
+d-i     apt-setup/security-updates      boolean  true
+d-i     apt-setup/non-free              boolean  true
+d-i     apt-setup/contrib               boolean  true
+
+# Display note before rebooting; users might need to remove CD.
+# d-i     finish-install/reboot_in_progress note
 
-d-i     apt-setup/non-free 	boolean true
-d-i     apt-setup/contrib 	boolean true
 
 # Networking
 ####################################################################
 
 # Network Configuration
-d-i     netcfg/get_hostname     string  localhost
-d-i     netcfg/get_domain       string  localdomain
-d-i     netcfg/disable_dhcp     boolean false
-d-i	mirror/http/proxy	string	
-d-i     netcfg/choose_interface select auto
-
-# Disk Partitioning/Boot loader
-####################################################################
-
-#FIXME: needs update for lenny
-
-#d-i     partman-auto/disk       string /dev/discs/disc0/disc
-#d-i	partman-auto/choose_recipe	select	All files in one partition (recommended for new users)
-#d-i     partman-auto/method     string regular
-
-# This makes partman automatically partition without confirmation.
-#d-i	partman/choose_partition	select	Finish partitioning and write changes to disk
-#d-i	partman/confirm	boolean	true
-
-# This one makes grub-installer install to the MBR even if finds some other OS
-# too, which is less safe as it might not be able to boot that other OS.
-d-i     grub-installer/with_other_os    boolean true
+d-i     netcfg/get_hostname     string    webconverger
+d-i     netcfg/get_domain       string    localdomain
+d-i     netcfg/disable_dhcp     boolean   false
+d-i     mirror/http/proxy       string
+d-i     netcfg/choose_interface select    auto
 
 # Localizations
-####################################################################
 
-# Install Time
-d-i	console-tools/archs string skip-config
-d-i 	debian-installer/locale string en_US
-d-i 	console-keymaps-at/keymap select us
-d-i     languagechooser/language-name-fb    select English
-d-i     debian-installer/locale             select en_US.UTF-8
+d-i           debian-installer/locale string en_US
+d-i           console-keymaps-at/keymap select us
+d-i           languagechooser/language-name-fb    select English
+d-i           debian-installer/locale             select en_US.UTF-8
+
 
-# Timezone
 d-i     tzconfig/gmt            boolean true
 d-i     tzconfig/choose_country_zone/Europe select London
 d-i     tzconfig/choose_country_zone_single boolean true
-d-i	time/zone	select	Europe/London
-d-i	clock-setup/utc	boolean	true
-#d-i	kbd-chooser/method	select	American English
-d-i	mirror/country	string	enter information manually
-
-# X11 config
-xserver-xorg     xserver-xorg/autodetect_monitor              boolean true
-xserver-xorg     xserver-xorg/config/monitor/selection-method select medium
-xserver-xorg     xserver-xorg/config/monitor/mode-list        select 1600x1200 @ 60 Hz
-xserver-xorg     xserver-xorg/config/display/modes            multiselect 1600x1200, 1024x768, 800x600
+d-i    time/zone    select    Europe/London
+d-i    clock-setup/utc    boolean    true
+#d-i    kbd-chooser/method    select    American English
+d-i    mirror/country    string    enter information manually
 
 # User Creation
 ####################################################################
 
 # Root User
-d-i	passwd/root-login		boolean	true
-#d-i	passwd/root-password-crypted	passwd	*
-d-i	passwd/root-password		password	foobar
-d-i	passwd/root-password-again	password	foobar
+d-i     console-tools/archs string skip-config
+d-i    passwd/root-login        boolean    true
+#d-i    passwd/root-password-crypted    passwd    *
+d-i    passwd/root-password        password    foobar
+d-i    passwd/root-password-again    password    foobar
 
 # Mortal User
-#d-i	passwd/make-user                boolean	false
-d-i	passwd/make-user                boolean true
-d-i	passwd/user-fullname            string	Debian User
-d-i	passwd/username                 string	hendry
-d-i	passwd/user-password-crypted    passwd $1$OmE0jPHU$wANJTY9AebQv/Ot0ZZLjc0
+#d-i    passwd/make-user                boolean    false
+d-i    passwd/make-user                boolean true
+d-i    passwd/user-fullname            string    Debian User
+d-i    passwd/username                 string    hendry
+d-i    passwd/user-password-crypted    passwd $1$OmE0jPHU$wANJTY9AebQv/Ot0ZZLjc0
 
-# Software Selections
-####################################################################
+d-i     popularity-contest/participate  boolean false
 
-# Participate in the package usage survey?
-d-i	popularity-contest/participate  boolean false
+# Process debian-custom postinst
+d-i     preseed/late_command string sh /cdrom/install/late_command.sh
 
-# Choose software to install:
-# Choices: Desktop environment, Web server, Print server, DNS server, File server, Mail server, SQL database, Laptop, Standard system
-#tasksel	tasksel/first   multiselect Desktop environment, Standard system
 
-# Process debian-custom postinst
-#d-i	preseed/late_command string wget http://mirror/debian-installer/postinst-desktop.sh -O /target/etc/rc2.d/S99install; chmod +x /target/etc/rc2.d/S99install; for FILE in /target/etc/rc2.d/S??[gkx]dm; do mv ${FILE} $(echo ${FILE} | sed -e 's/S/s/1'); done; sync
+d-i     debian-installer/add-kernel-opts        string   splash vga=791

-- 
debian-live/config-webc



More information about the debian-live-changes mailing list