Files
debian-auto-install/preseed_debian_12_standard_ssh_full_disk_encryption.txt

57 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Configuration de préinstallation minimale pour Debian avec chiffrement intégral
### Localisation
d-i debian-installer/locale string fr_CH.UTF-8
### Configuration du clavier
d-i keyboard-configuration/modelcode string pc105
d-i keyboard-configuration/variantcode string fr
# Configuration réseau (choix automatique de la première interface active)
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string debian
d-i netcfg/get_hostname seen false
d-i netcfg/get_domain string unassigned-domain
### Paramètres du miroir Debian
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
### Configuration de lutilisateur et du mot de passe root
d-i passwd/root-login boolean false
d-i passwd/user-fullname string Utilisateur
d-i passwd/username string utilisateur
d-i passwd/user-password password mot_de_passe_utilisateur
d-i passwd/user-password-again password mot_de_passe_utilisateur
### Fuseau horaire
d-i time/zone string Europe/Zurich
d-i clock-setup/utc boolean true
### Partitionnement et chiffrement intégral
d-i partman-auto/method string crypto
d-i partman-auto-lvm/guided_size string max
d-i partman-auto/choose_recipe select atomic
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-auto-crypto/erase_disks boolean true
d-i partman-auto-crypto/confirm boolean true
d-i partman-auto-crypto/confirm_nooverwrite boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
### Installation minimale des paquets
tasksel tasksel/first multiselect minimal
d-i pkgsel/include string openssh-server
### Installation du chargeur de démarrage (GRUB)
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
### Finalisation de linstallation
d-i finish-install/reboot_in_progress note