Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- d-i debian-installer/locale string fr_FR.UTF-8
- d-i console-setup/ask_detect boolean false
- d-i keyboard-configuration/layoutcode string fr
- d-i netcfg/choose_interface select auto
- d-i netcfg/dhcp_failed note
- d-i netcfg/dhcp_options select Configure network manually
- d-i netcfg/get_hostname string master
- d-i netcfg/get_domain string test.local
- d-i netcfg/wireless_wep string
- # Mise en place pour déôt interne
- d-i mirror/country string manual
- d-i mirror/http/hostname string fr.archive.ubuntu.com
- d-i mirror/http/directory string /ubuntu
- d-i mirror/http/proxy string
- d-i clock-setup/utc boolean true
- d-i time/zone string Europe/Paris
- d-i clock-setup/ntp boolean true
- d-i clock-setup/ntp-server string 192.168.0.10
- # Partitionnement
- d-i partman-auto/disk string /dev/sda
- d-i partman-lvm/device_remove_lvm boolean true
- d-i partman-md/device_remove_md boolean true
- d-i partman-lvm/confirm boolean true
- d-i partman-auto-lvm/guided_size string max
- d-i partman-auto/method string crypto
- d-i partman-crypto/passphrase password azerty
- d-i partman-crypto/passphrase-again password azerty
- d-i partman-crypto/weak_passphrase boolean true
- d-i partman-auto/choose_recipe select boot-crypto
- d-i partman-auto-lvm/new_vg_name string crypt
- d-i partman-auto/expert_recipe string \
- boot-crypto :: \
- 1 1 1 free \
- $bios_boot{ } \
- method{ biosgrub } . \
- 256 256 256 fat32 \
- $primary{ } $lvmignore{ } \
- method{ efi } format{ } . \
- 512 512 512 ext3 \
- $primary{ } $bootable{ } \
- method{ format } format{ } \
- use_filesystem{ } filesystem{ ext3 } \
- mountpoint{ /boot } . \
- 20000 50 10000 ext4 \
- $lvmok{ } \
- method{ format } format{ } \
- use_filesystem{ } filesystem{ ext4 } \
- mountpoint{ / } . \
- 4000 2000 4000 ext4 \
- $lvmok{ } \
- method{ format } format{ } \
- use_filesystem{ } filesystem{ ext4 } \
- mountpoint{ /tmp } \
- . \
- 4000 2001 4000 ext4 \
- $lvmok{ } \
- method{ format } format{ } \
- use_filesystem{ } filesystem{ ext4 } \
- mountpoint{ /var } \
- . \
- 2000 512 4000 linux-swap \
- $lvmok{ } \
- method{ swap } format{ } \
- . \
- 40000 10000 -1 ext4 \
- $lvmok{ } \
- method{ format } format{ } \
- use_filesystem{ } filesystem{ ext4 } \
- mountpoint{ /home } \
- .
- d-i partman-lvm/confirm boolean true
- d-i partman-partitioning/confirm_write_new_label boolean true
- d-i partman/choose_partition select finish
- d-i partman/confirm boolean true
- d-i partman/confirm_nooverwrite boolean true
- # Définition des mots de passe
- d-i passwd/root-login boolean true
- d-i passwd/root-password-crypted password $1$.xKCT1$omtCq9rVm5XuM6j9iDhcu0
- d-i passwd/user-fullname string admin
- d-i passwd/username string admin
- d-i passwd/user-password-crypted password $1$.xKCT1$omtCq9rVm5XuM6j9iDhcu0
- d-i user-setup/encrypt-home boolean false
- d-i pkgsel/update-policy select none
- # Installation minimal
- tasksel tasksel/first multiselect minimal
- # Configuration de Grub
- d-i grub-installer/only_debian boolean true
- d-i grub-installer/with_other_os boolean false
- d-i grub-installer/bootdev string /dev/sda
- d-i cdrom-detect/eject boolean false
- d-i finish-install/reboot_in_progress note
- d-i debian-installer/exit/poweroff boolean true
- xserver-xorg xserver-xorg/autodetect_monitor boolean true
- xserver-xorg xserver-xorg/config/monitor/selection-method \
- select medium
- xserver-xorg xserver-xorg/config/monitor/mode-list \
- select 1024x768 @ 60 Hz
Advertisement
Add Comment
Please, Sign In to add comment