# Configuration de la langue et de la localisation d-i debian-installer/locale string fr_CH.UTF-8 d-i preseed/early_command string debconf-set-selections /tmp/preseed.cfg # Configuration du clavier d-i keyboard-configuration/modelcode string pc105 d-i keyboard-configuration/variantcode string fr # Configuration réseau automatique (choix automatique de l'interface réseau) d-i netcfg/choose_interface select auto # Nom d'hôte et domaine réseau (par défaut non assigné) d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain # Désactivation du compte root d-i passwd/root-login boolean false # Partitionnement manuel : ne pas lancer le partitionnement automatique # Laisser l'utilisateur choisir et configurer les partitions d-i partman-auto/method string d-i partman-auto/choose_recipe select d-i partman-partitioning/confirm_write_new_label boolean false d-i partman/confirm boolean false d-i partman/confirm_nooverwrite boolean false # Configuration de l'horloge système d-i clock-setup/utc boolean true d-i time/zone string Europe/Zurich d-i clock-setup/ntp boolean true # Configuration APT : ne pas utiliser en premier le cdrom comme source de paquets d-i apt-setup/cdrom/set-first boolean false # Sélection des tâches à installer par défaut tasksel tasksel/first multiselect standard, cinnamon-desktop-environment # Packages de base tasksel tasksel/first multiselect standard, cinnamon-desktop-environment d-i pkgsel/upgrade select full-upgrade d-i pkgsel/include string \ vim \ wget \ curl \ git \ htop \ network-manager \ firefox-esr \ thunderbird \ libreoffice \ spice-vdagent \ cinnamon-core # Configuration de l'installateur de grub : installation uniquement pour Debian d-i grub-installer/only_debian boolean true # Autoriser grub à détecter et gérer d'autres systèmes d'exploitation d-i grub-installer/with_other_os boolean true # Spécification du disque pour l'installation du chargeur de démarrage d-i grub-installer/bootdev string /dev/sda # Message indiquant que le redémarrage est en cours après installation d-i finish-install/reboot_in_progress note