From 7f77b553231a1823242df95b79c388e1891b5dc4 Mon Sep 17 00:00:00 2001 From: lapatatedouce Date: Sun, 13 Jul 2025 20:33:13 +0200 Subject: [PATCH] gnome config --- README.md | 3 +- preseed_debian_12_gnome.txt | 61 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 preseed_debian_12_gnome.txt diff --git a/README.md b/README.md index 6992756..f0d7e07 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Scripts d'installation automatisée pour Debian 12 (Bookworm) utilisant des fich ## Liens Rapides -- `l.favrep.ch/ssh` - Debian minimal avec SSH, sans environnement de bureau +- `l.favrep.ch/debssh` - Debian minimal avec SSH, sans environnement de bureau +- `l.favrep.ch/debiangnome` - Debian avec environnement de bureau Cinnamon - `l.favrep.ch/debiancinnamon` - Debian avec environnement de bureau Cinnamon - `l.favrep.ch/debiansshfulldiskencryption` - Debian minimal avec SSH et chiffrement complet du disque diff --git a/preseed_debian_12_gnome.txt b/preseed_debian_12_gnome.txt new file mode 100644 index 0000000..7579418 --- /dev/null +++ b/preseed_debian_12_gnome.txt @@ -0,0 +1,61 @@ +# 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 (choix automatique de la première interface active) +d-i netcfg/choose_interface select auto +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 (sans partitionnement automatique) +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 priorité le CD-ROM comme source +d-i apt-setup/cdrom/set-first boolean false + +# Activation des dépôts non-free +d-i apt-setup/non-free boolean true + +# Sélection des tâches à installer +tasksel tasksel/first multiselect minimal + +# Paquets additionnels à installer +d-i pkgsel/include string \ + gnome-core \ + vim \ + wget \ + curl \ + git \ + htop \ + network-manager \ + firefox-esr \ + thunderbird \ + libreoffice \ + vlc \ + spice-vdagent + +# Installation de GRUB +d-i grub-installer/only_debian boolean true +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 +d-i finish-install/reboot_in_progress note