[Debconf-video-commits] r792 - fai-config/doc/src
Philip Hands
philh at alioth.debian.org
Thu Jan 31 12:07:32 UTC 2013
Author: philh
Date: 2013-01-31 12:07:32 +0000 (Thu, 31 Jan 2013)
New Revision: 792
Modified:
fai-config/doc/src/preseed.cfg
fai-config/doc/src/syslinux.cfg
Log:
FOSDEM2013 -- keymap, choose eth0 to avoid wlan0, set domain, ext4, and timezone
Modified: fai-config/doc/src/preseed.cfg
===================================================================
--- fai-config/doc/src/preseed.cfg 2013-01-31 12:03:48 UTC (rev 791)
+++ fai-config/doc/src/preseed.cfg 2013-01-31 12:07:32 UTC (rev 792)
@@ -6,14 +6,14 @@
# Keyboard selection.
#d-i console-tools/archs select at
-d-i console-keymaps-at/keymap select us
+#d-i console-keymaps-at/keymap select be2-latin1 <--- set this in the syslinux.cfg
# Example for a different keyboard architecture
#d-i console-keymaps-usb/keymap select mac-usb-us
### Network configuration
# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
-d-i netcfg/choose_interface select auto
+d-i netcfg/choose_interface select eth0
# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth0
@@ -43,7 +43,7 @@
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
#d-i netcfg/get_hostname string wuff
-d-i netcfg/get_domain string debconf.org
+d-i netcfg/get_domain string video.fosdem.org
# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
@@ -55,7 +55,7 @@
#d-i mirror/protocol string ftp
d-i mirror/country string enter information manually
#d-i mirror/http/hostname string mirror
-d-i mirror/http/hostname string ftp.de.debian.org
+d-i mirror/http/hostname string ftp.be.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
@@ -85,6 +85,9 @@
# And the same goes for the confirmation to write the lvm partitions.
#d-i partman-lvm/confirm boolean true
+# set the default partition type
+d-i partman/default_filesystem string ext4
+
# You can choose from any of the predefined partitioning recipes.
# Note: this must be preseeded with a localized (translated) value.
d-i partman-auto/choose_recipe \
@@ -132,7 +135,7 @@
# 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 America/New_York
+d-i time/zone string Europe/Brussels
### Apt setup
# You can choose to install non-free and contrib software.
Modified: fai-config/doc/src/syslinux.cfg
===================================================================
--- fai-config/doc/src/syslinux.cfg 2013-01-31 12:03:48 UTC (rev 791)
+++ fai-config/doc/src/syslinux.cfg 2013-01-31 12:07:32 UTC (rev 792)
@@ -1,2 +1,2 @@
default vmlinuz
-append initrd=initrd.gz ramdisk_size=15360 root=/dev/rd/0 devfs=mount,dall rw DEBCONF_PRIORITY=high d-i locale=en_US countrychooser/shortlist=EN console-keymaps-at/keymap=us preseed/file=/hd-media/preseed.cfg
+append initrd=initrd.gz ramdisk_size=15360 root=/dev/rd/0 devfs=mount,dall rw DEBCONF_PRIORITY=high d-i locale=en_US countrychooser/shortlist=EN console-keymaps-at/keymap=be2-latin1 preseed/file=/hd-media/preseed.cfg
More information about the Debconf-video-commits
mailing list