41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
### Localization
|
|
d-i debian-installer/locale string fr_CH.UTF-8
|
|
|
|
### Early commands
|
|
d-i preseed/early_command string debconf-set-selections /tmp/preseed.cfg
|
|
|
|
### Keyboard configuration
|
|
d-i keyboard-configuration/modelcode string pc105
|
|
d-i keyboard-configuration/variantcode string fr
|
|
|
|
### Network configuration
|
|
d-i netcfg/choose_interface select auto
|
|
d-i netcfg/get_hostname string unassigned-hostname
|
|
d-i netcfg/get_domain string unassigned-domain
|
|
d-i netcfg/wireless_wep string
|
|
|
|
### Mirror settings
|
|
d-i mirror/country string manual
|
|
d-i mirror/http/hostname string ftp.ch.debian.org
|
|
d-i mirror/http/directory string /debian
|
|
d-i mirror/http/proxy string
|
|
|
|
### Clock and time zone setup
|
|
d-i clock-setup/utc boolean true
|
|
d-i time/zone string Europe/Zurich
|
|
d-i clock-setup/ntp boolean true
|
|
|
|
### Apt setup
|
|
d-i apt-setup/cdrom/set-first boolean false
|
|
|
|
### Package selection
|
|
tasksel tasksel/first multiselect minimal
|
|
d-i pkgsel/include string openssh-server
|
|
|
|
### Boot loader installation
|
|
d-i grub-installer/only_debian boolean true
|
|
d-i grub-installer/with_other_os boolean true
|
|
d-i grub-installer/bootdev string /dev/sda
|
|
|
|
### Finishing up the installation
|
|
d-i finish-install/reboot_in_progress note |