corrections
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
# Configuration de la localisation et du clavier
|
||||
d-i debian-installer/locale string fr_CH.UTF-8
|
||||
d-i keyboard-configuration/model select PC générique 105 touches (intl)
|
||||
d-i keyboard-configuration/model select pc105
|
||||
d-i keyboard-configuration/layout select fr
|
||||
d-i keyboard-configuration/variant select latin9
|
||||
d-i keyboard-configuration/variant select
|
||||
|
||||
# Configuration du réseau
|
||||
d-i netcfg/choose_interface select auto
|
||||
@@ -27,7 +27,9 @@ d-i clock-setup/utc boolean true
|
||||
d-i time/zone string Europe/Zurich
|
||||
|
||||
# Configuration du partitionnement avec chiffrement complet (LUKS)
|
||||
d-i partman-auto/method string crypto
|
||||
d-i partman-auto/method string lvm
|
||||
d-i partman-crypto/passphrase string
|
||||
d-i partman-crypto/passphrase-again string
|
||||
d-i partman-auto-lvm/guided_size string max
|
||||
d-i partman-auto-lvm/new_vg_name string debian-vg
|
||||
d-i partman-lvm/device_remove_lvm boolean true
|
||||
|
||||
Reference in New Issue
Block a user