correction
This commit is contained in:
@@ -6,18 +6,15 @@ d-i preseed/early_command string debconf-set-selections /tmp/preseed.cfg
|
|||||||
d-i keyboard-configuration/modelcode string pc105
|
d-i keyboard-configuration/modelcode string pc105
|
||||||
d-i keyboard-configuration/variantcode string fr
|
d-i keyboard-configuration/variantcode string fr
|
||||||
|
|
||||||
# Configuration réseau automatique (choix automatique de l'interface réseau)
|
# Configuration réseau (choix automatique de la première interface active)
|
||||||
d-i netcfg/choose_interface select auto
|
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_hostname string unassigned-hostname
|
||||||
d-i netcfg/get_domain string unassigned-domain
|
d-i netcfg/get_domain string unassigned-domain
|
||||||
|
|
||||||
# Désactivation du compte root
|
# Désactivation du compte root
|
||||||
d-i passwd/root-login boolean false
|
d-i passwd/root-login boolean false
|
||||||
|
|
||||||
# Partitionnement manuel : ne pas lancer le partitionnement automatique
|
# Partitionnement manuel (sans partitionnement automatique)
|
||||||
# Laisser l'utilisateur choisir et configurer les partitions
|
|
||||||
d-i partman-auto/method string
|
d-i partman-auto/method string
|
||||||
d-i partman-auto/choose_recipe select
|
d-i partman-auto/choose_recipe select
|
||||||
d-i partman-partitioning/confirm_write_new_label boolean false
|
d-i partman-partitioning/confirm_write_new_label boolean false
|
||||||
@@ -29,16 +26,18 @@ d-i clock-setup/utc boolean true
|
|||||||
d-i time/zone string Europe/Zurich
|
d-i time/zone string Europe/Zurich
|
||||||
d-i clock-setup/ntp boolean true
|
d-i clock-setup/ntp boolean true
|
||||||
|
|
||||||
# Configuration APT : ne pas utiliser en premier le cdrom comme source de paquets
|
# Configuration APT : ne pas utiliser en priorité le CD-ROM comme source
|
||||||
d-i apt-setup/cdrom/set-first boolean false
|
d-i apt-setup/cdrom/set-first boolean false
|
||||||
|
|
||||||
# Sélection des tâches à installer par défaut
|
# Activation des dépôts non-free
|
||||||
tasksel tasksel/first multiselect standard, cinnamon-desktop-environment
|
d-i apt-setup/non-free boolean true
|
||||||
|
|
||||||
# Packages de base
|
# Sélection des tâches à installer
|
||||||
tasksel tasksel/first multiselect standard, cinnamon-desktop-environment
|
tasksel tasksel/first multiselect minimal
|
||||||
d-i pkgsel/upgrade select full-upgrade
|
|
||||||
|
# Paquets additionnels à installer
|
||||||
d-i pkgsel/include string \
|
d-i pkgsel/include string \
|
||||||
|
cinnamon-core \
|
||||||
vim \
|
vim \
|
||||||
wget \
|
wget \
|
||||||
curl \
|
curl \
|
||||||
@@ -48,17 +47,15 @@ d-i pkgsel/include string \
|
|||||||
firefox-esr \
|
firefox-esr \
|
||||||
thunderbird \
|
thunderbird \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
spice-vdagent \
|
vlc \
|
||||||
cinnamon-core
|
spice-vdagent
|
||||||
|
|
||||||
# Configuration de l'installateur de grub : installation uniquement pour Debian
|
# Installation de GRUB
|
||||||
d-i grub-installer/only_debian boolean true
|
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
|
d-i grub-installer/with_other_os boolean true
|
||||||
|
|
||||||
# Spécification du disque pour l'installation du chargeur de démarrage
|
# Spécification du disque pour l'installation du chargeur de démarrage
|
||||||
d-i grub-installer/bootdev string /dev/sda
|
d-i grub-installer/bootdev string /dev/sda
|
||||||
|
|
||||||
# Message indiquant que le redémarrage est en cours après installation
|
# Message indiquant que le redémarrage est en cours
|
||||||
d-i finish-install/reboot_in_progress note
|
d-i finish-install/reboot_in_progress note
|
||||||
Reference in New Issue
Block a user