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
|
||||
@@ -74,7 +74,7 @@ d-i apt-setup/use_mirror boolean true
|
||||
tasksel tasksel/first multiselect desktop-environment, cinnamon-desktop-environment
|
||||
|
||||
# Paquets supplémentaires à installer
|
||||
d-i pkgsel/include string cinnamon lightdm lightdm-gtk-greeter cinnamon-session nemo muffin cjs gir1.2-muffin-0.0 mint-themes mint-x-icons mint-y-icons firefox-esr libreoffice thunderbird gimp vlc synaptic gdebi curl wget git vim htop neofetch software-properties-common apt-transport-https ca-certificates gnupg lsb-release flatpak firmware-linux-nonfree printer-driver-all cups btrfs-progs timeshift cups-daemon cups-client xserver-xorg
|
||||
d-i pkgsel/include string cinnamon lightdm lightdm-gtk-greeter cinnamon-session nemo muffin cjs mint-themes mint-x-icons mint-y-icons firefox-esr libreoffice thunderbird gimp vlc synaptic gdebi curl wget git vim htop neofetch software-properties-common apt-transport-https ca-certificates gnupg lsb-release flatpak firmware-linux-nonfree printer-driver-all cups btrfs-progs timeshift
|
||||
# Applications installées :
|
||||
# - Navigateurs : firefox-esr
|
||||
# - Bureautique : libreoffice, thunderbird
|
||||
@@ -85,6 +85,7 @@ d-i pkgsel/include string cinnamon lightdm lightdm-gtk-greeter cinnamon-session
|
||||
# - Firmware : firmware-linux-nonfree
|
||||
# - Impression : printer-driver-all, cups
|
||||
# - Sauvegarde : btrfs-progs, timeshift
|
||||
# Note : Paquets obsolètes supprimés : cups-daemon, cups-client, xserver-xorg, gir1.2-muffin-0.0
|
||||
|
||||
|
||||
# Politique de mise à jour
|
||||
|
||||
@@ -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
|
||||
@@ -76,4 +76,4 @@ d-i grub-installer/with_other_os boolean true
|
||||
d-i grub-installer/bootdev string default
|
||||
|
||||
# Finalisation de l'installation
|
||||
d-i finish-install/reboot_in_progress
|
||||
d-i finish-install/reboot_in_progress note
|
||||
|
||||
@@ -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