From 4e60a88de61f6e1478613ba7f523143f019a7339 Mon Sep 17 00:00:00 2001 From: Philippe Favre Date: Wed, 2 Jul 2025 20:04:58 +0200 Subject: [PATCH] Actualiser preseed_debian_12_standard_ssh.txt --- preseed_debian_12_standard_ssh.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/preseed_debian_12_standard_ssh.txt b/preseed_debian_12_standard_ssh.txt index 10aca17..8f84b86 100644 --- a/preseed_debian_12_standard_ssh.txt +++ b/preseed_debian_12_standard_ssh.txt @@ -32,6 +32,13 @@ d-i apt-setup/cdrom/set-first boolean false tasksel tasksel/first multiselect minimal d-i pkgsel/include string openssh-server +d-i pkgsel/include string \ + vim \ + wget \ + curl \ + git \ + htop \ + ### Boot loader installation d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true