config(timezone): paramétrage interactif du fuseau horaire
This commit is contained in:
@@ -13,7 +13,7 @@ d-i netcfg/get_hostname string skylanix
|
||||
d-i netcfg/get_hostname seen false
|
||||
d-i netcfg/get_domain string unassigned-domain
|
||||
|
||||
# Sécurité : désactivation du compte root (utilisation de sudo)
|
||||
# Sécurité : désactivation du compte root
|
||||
d-i passwd/root-login boolean false
|
||||
|
||||
# Partitionnement : manuel uniquement (pas de partitionnement automatique)
|
||||
@@ -23,11 +23,10 @@ d-i partman-partitioning/confirm_write_new_label boolean false
|
||||
d-i partman/confirm boolean false
|
||||
d-i partman/confirm_nooverwrite boolean false
|
||||
|
||||
# Configuration temporelle : UTC et fuseau horaire par défaut modifiable
|
||||
# Fuseau horaire
|
||||
d-i clock-setup/utc boolean true
|
||||
d-i time/zone string Europe/Zurich
|
||||
d-i time/zone string
|
||||
d-i clock-setup/ntp boolean true
|
||||
d-i clock-setup/ntp seen false
|
||||
|
||||
# Configuration APT : priorité aux dépôts réseau plutôt qu'au CD-ROM
|
||||
d-i apt-setup/cdrom/set-first boolean false
|
||||
@@ -63,7 +62,8 @@ d-i pkgsel/include string \
|
||||
lld \
|
||||
llvm \
|
||||
cmatrix \
|
||||
btop
|
||||
btop \
|
||||
gwenview
|
||||
|
||||
# Installation GRUB avec support multi-OS
|
||||
d-i grub-installer/only_debian boolean true
|
||||
|
||||
Reference in New Issue
Block a user