fix conf installer

This commit is contained in:
SVNET
2020-07-08 21:11:08 +02:00
parent 41a369a40c
commit 777d508774
4 changed files with 13 additions and 66 deletions

View File

@@ -2,16 +2,16 @@
## Global ##############
# fr
d-i debian-installer/language string fr
#d-i debian-installer/country string FR
#d-i debian-installer/locale string fr_FR.UTF-8
#d-i keymap select fr
d-i debian-installer/country string FR
d-i debian-installer/locale string fr_FR.UTF-8
d-i keymap select fr
# suppression de la config réseau lors de l'installation
d-i netcfg/enable boolean false
d-i netcfg/enable boolean true
# horloge matérielle sur UTC :
#d-i clock-setup/utc boolean true
# Vous pouvez mettre toute valeur acceptée pour $TZ.
# Voyez ce que contient /usr/share/zoneinfo/ pour les valeurs possibles.
#d-i time/zone string Europe/Paris
d-i time/zone string Europe/Paris
#########################
## gestion des comptes ##
#########################
@@ -53,6 +53,6 @@ d-i grub-installer/only_debian boolean true
# suppression de la fenêtre de fin d'install
#d-i finish-install/reboot_in_progress note
# sources.list
#d-i preseed/late_command string \
#in-target /usr/local/bin/debian_perso_preseed ;\
#in-target rm -f /usr/local/bin/debian_perso_preseed ;
d-i preseed/late_command string \
in-target /usr/local/bin/grub_boot_splash ;\
in-target rm -f /usr/local/bin/grub_boot_splash ;