diff options
Diffstat (limited to 'fr')
-rw-r--r-- | fr/appendix/preseed.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fr/appendix/preseed.xml b/fr/appendix/preseed.xml index ec9cbdcad..d084bf7bf 100644 --- a/fr/appendix/preseed.xml +++ b/fr/appendix/preseed.xml @@ -1,4 +1,4 @@ -<!-- original version: 56510 --> +<!-- original version: 56827 --> <!-- Be carefull with the format of this file as it is parsed to generate @@ -879,7 +879,7 @@ d-i time/zone string Europe/Paris # La ligne suivante autorise l'utilisation de NTP pour régler l'horloge pendant l'installation : d-i clock-setup/ntp boolean true # Le serveur NTP à utiliser. Le serveur par défaut est presque toujours correct. -#d-i clock-setup/ntp-server ntp.example.com +#d-i clock-setup/ntp-server string ntp.example.com </screen></informalexample> </sect2> @@ -924,7 +924,7 @@ d-i partman-auto/method string lvm # Cet avertissement peut être évité : d-i partman-lvm/device_remove_lvm boolean true # De même pour un Raid logiciel existant déjà : -d-i parman-md/device_remove_md boolean true +d-i partman-md/device_remove_md boolean true # Et aussi pour la confirmation concernant la création de partitions lvm : d-i partman-lvm/confirm boolean true |