Commit f55d5431 authored by Rafael Monnerat's avatar Rafael Monnerat

preseed: Minor adjustment and fixes.

parent c23ef5cd
...@@ -4,16 +4,16 @@ ...@@ -4,16 +4,16 @@
d-i debian-installer/locale string en_US d-i debian-installer/locale string en_US
# The values can also be preseeded individually for greater flexibility. # The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en d-i debian-installer/language string en
#d-i debian-installer/country string NL #d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8 d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated. # Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8 #d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8
# Keyboard selection. # Keyboard selection.
# keymap is an alias for keyboard-configuration/xkb-keymap # keymap is an alias for keyboard-configuration/xkb-keymap
d-i keymap select fr-latin9 d-i keymap select fr-latin9
d-i console-keymaps-at/keymap select fr-latin9 d-i console-keymaps-at/keymap select fr-latin9
# d-i keyboard-configuration/toggle select No toggling # d-i keyboard-configuration/toggle select No toggling
### Network configuration ### Network configuration
...@@ -45,23 +45,23 @@ d-i netcfg/wireless_wep string ...@@ -45,23 +45,23 @@ d-i netcfg/wireless_wep string
# If non-free firmware is needed for the network or other hardware, you can # If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or # configure the installer to always try to load it, without prompting. Or
# change to false to disable asking. # change to false to disable asking.
#d-i hw-detect/load_firmware boolean true d-i hw-detect/load_firmware boolean false
### Network console ### Network console
# Use the following settings if you wish to make use of the network-console # Use the following settings if you wish to make use of the network-console
# component for remote installation over SSH. This only makes sense if you # component for remote installation over SSH. This only makes sense if you
# intend to perform the remainder of the installation manually. # intend to perform the remainder of the installation manually.
d-i root/choose_modules string network-console #d-i root/choose_modules string network-console
d-i network-console/authorized_keys_url string http://www.nexedi.org/static/ssh_key/slapos_team #d-i network-console/authorized_keys_url string http://www.nexedi.org/static/ssh_key/slapos_team
d-i network-console/password password linux #d-i network-console/password password linux
d-i network-console/password-again password linux #d-i network-console/password-again password linux
### Mirror settings ### Mirror settings
# If you select ftp, the mirror/country string does not need to be set. # If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp #d-i mirror/protocol string ftp
d-i mirror/country string manual d-i mirror/country string manual
d-i mirror/http/hostname string ftp.fr.debian.org d-i mirror/http/hostname string http.us.debian.org
d-i mirror/http/directory string debian-amd64 d-i mirror/http/directory string /debian
d-i mirror/http/proxy string d-i mirror/http/proxy string
# Suite to install. # Suite to install.
...@@ -223,6 +223,12 @@ d-i apt-setup/security_host string security.debian.org ...@@ -223,6 +223,12 @@ d-i apt-setup/security_host string security.debian.org
# http://local.server/debian stable main # http://local.server/debian stable main
#d-i apt-setup/local0/comment string local server #d-i apt-setup/local0/comment string local server
d-i apt-setup/local0/repos string http://git.erp5.org/dist/deb ./
d-i apt-setup/local0/comment string re6stnet
d-i apt-setup/local1/repos string http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_7.0 ./
d-i apt-setup/local0/comment string slapos
# Enable deb-src lines # Enable deb-src lines
#d-i apt-setup/local0/source boolean true #d-i apt-setup/local0/source boolean true
# URL to the public key of the local repository; you must provide a key or # URL to the public key of the local repository; you must provide a key or
...@@ -242,7 +248,7 @@ tasksel tasksel/first multiselect standard, ssh-server ...@@ -242,7 +248,7 @@ tasksel tasksel/first multiselect standard, ssh-server
#tasksel tasksel/desktop multiselect kde, xfce #tasksel tasksel/desktop multiselect kde, xfce
# Individual additional packages to install # Individual additional packages to install
d-i pkgsel/include string openssh-server slapos.node re6stnet d-i pkgsel/include string openssh-server firmware-realtek slapos.node re6stnet
# Whether to upgrade packages after debootstrap. # Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade # Allowed values: none, safe-upgrade, full-upgrade
d-i pkgsel/upgrade select full-upgrade d-i pkgsel/upgrade select full-upgrade
...@@ -334,5 +340,5 @@ d-i finish-install/reboot_in_progress note ...@@ -334,5 +340,5 @@ d-i finish-install/reboot_in_progress note
# still a usable /target directory. You can chroot to /target and use it # still a usable /target directory. You can chroot to /target and use it
# directly, or use the apt-install and in-target commands to easily install # directly, or use the apt-install and in-target commands to easily install
# packages and run commands in the target system. # packages and run commands in the target system.
d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment