[SCM] debian-live/config-webc branch, master, updated. 2e689e7706ec23c36c896c95196cce0bbf99431a

Daniel Baumann daniel at debian.org
Wed Sep 19 07:29:14 UTC 2007


The branch, master has been updated
       via  2e689e7706ec23c36c896c95196cce0bbf99431a (commit)
      from  cc654832b036d41b39297e989b8a8ad4e3af7d35 (commit)


- Shortlog ------------------------------------------------------------
2e689e7 Updating.

Summary of changes:
 .../binary_local-includes/install/preseed.cfg      |   32 ++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 2e689e7706ec23c36c896c95196cce0bbf99431a
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 19 09:29:08 2007 +0200

    Updating.

diff --git a/webconverger/config/binary_local-includes/install/preseed.cfg b/webconverger/config/binary_local-includes/install/preseed.cfg
new file mode 100644
index 0000000..132cede
--- /dev/null
+++ b/webconverger/config/binary_local-includes/install/preseed.cfg
@@ -0,0 +1,32 @@
+#d-i debian-installer/locale string en_US
+#d-i console-keymaps-at/keymap select us
+
+d-i netcfg/disable boolean true
+
+d-i partman-auto/init_automatically_partition \
+	select Guided - use entire disk
+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/confirm_write_new_label boolean true
+d-i partman/choose_partition \
+       select Finish partitioning and write changes to disk
+d-i partman/confirm boolean true
+
+d-i clock-setup/utc boolean true
+d-i time/zone string US/Eastern
+d-i clock-setup/ntp boolean true
+d-i clock-setup/ntp-server poo.ntp.org
+
+d-i passwd/root-login boolean false
+d-i passwd/make-user boolean false
+
+d-i grub-installer/only_debian boolean true
+d-i grub-installer/with_other_os boolean true
+d-i finish-install/reboot_in_progress note
+
+#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 1024x768 @ 60 Hz

-- 
debian-live/config-webc



More information about the debian-live-changes mailing list