diff --git a/preseed_debian_12_plasma-desktop.txt b/preseed_debian_12_plasma-desktop.txt index b6c2ea4..c7b0c9e 100644 --- a/preseed_debian_12_plasma-desktop.txt +++ b/preseed_debian_12_plasma-desktop.txt @@ -8,7 +8,8 @@ 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_hostname string debian +d-i netcfg/get_hostname seen false d-i netcfg/get_domain string unassigned-domain # Désactivation du compte root @@ -37,7 +38,10 @@ tasksel tasksel/first multiselect minimal # Paquets additionnels à installer d-i pkgsel/include string \ + kde-base \ plasma-desktop \ + kde-frameworks \ + plasma-meta \ vim \ wget \ curl \