Compare commits

..

No commits in common. "bea8b944721b84a00431ea0946744ed58c389d8f" and "4022e1bfe678f528882a42afb752f8df17354fb5" have entirely different histories.

7 changed files with 34 additions and 25 deletions

View File

@ -282,7 +282,7 @@ d-i partman/confirm_nooverwrite boolean true
d-i base-installer/kernel/image select linux-image-amd64 d-i base-installer/kernel/image select linux-image-amd64
## Drivers to include in the initrd ## Drivers to include in the initrd
d-i base-installer/initramfs-tools/driver-policy select most d-i base-installer/initramfs-tools/driver-policy select most
################################################################## ]]] ################################################################## ]]]
## APT configuration // Package selection [[[ ## APT configuration // Package selection [[[

View File

@ -41,7 +41,7 @@ d-i keyboard-configuration/xkb-keymap select French
## Auto-configure networking ## Auto-configure networking
d-i netcfg/use_autoconfig boolean true d-i netcfg/use_autoconfig boolean true
## Disable that annoying WEP key dialog. # Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string d-i netcfg/wireless_wep string
## To set a different link detection timeout (default is 3 seconds). ## To set a different link detection timeout (default is 3 seconds).
@ -134,22 +134,23 @@ d-i clock-setup/ntp-server string 0.debian.pool.ntp.
## Disk Partitioning/Boot loader [[[ ## Disk Partitioning/Boot loader [[[
###################################################################### ######################################################################
## If the system has only one disk the installer will default to using it. # If the system has only one disk the installer will default to using it.
## Otherwise, the device name must be given # Otherwise, the device name must be given
d-i partman-auto/disk string /dev/nvme0n1 /dev/sda /dev/vda d-i partman-auto/disk string /dev/nvme0n1 /dev/sda /dev/vda
d-i partman-auto/init_automatically_partition select custom d-i partman-auto/init_automatically_partition select custom
## Specify the method to use # Specify the method to use
### - regular: use the usual partition types for the architecture # - regular: use the usual partition types for the architecture
### - lvm: use LVM to partition the disk # - lvm: use LVM to partition the disk
### - crypto: use LVM within an encrypted partition # - crypto: use LVM within an encrypted partition
d-i partman-auto/method string lvm #d-i partman-auto/method string regular
d-i partman-auto/method string lvm
d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/device_remove_lvm boolean true
## It's not ok to have /boot in the LVM # It's ok to have /boot in the LVM
d-i partman-auto-lvm/no_boot boolean false d-i partman-auto-lvm/no_boot boolean false
# Remove old LVM configuration # Remove old LVM configuration
d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/device_remove_lvm boolean true
@ -177,7 +178,7 @@ d-i partman/default_label string gpt
# This recipe need almost 30Gb free space it's add all <min size> # This recipe need almost 30Gb free space it's add all <min size>
# sda2 (16Gb), lv_* (~14Gb) then it should not count it because # sda2 (16Gb), lv_* (~14Gb) then it should not count it because
# all logical volume are on sda2 ... # all logical volume are on sda2 ...
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
boot-root :: \ boot-root :: \
538 538 1075 free \ 538 538 1075 free \
$iflabel{ gpt } \ $iflabel{ gpt } \
@ -270,9 +271,6 @@ d-i partman-auto/expert_recipe string \
# Allow to not set a swap partition # Allow to not set a swap partition
#d-i partman-basicfilesystems/no_swap boolean false #d-i partman-basicfilesystems/no_swap boolean false
## Return to menu if no mount point is assigned to a filesystem
d-i partman-basicfilesystems/no_mount_point boolean false
# Automatically partition without confirmation # Automatically partition without confirmation
d-i partman/confirm_write_new_label boolean true d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish d-i partman/choose_partition select finish
@ -288,7 +286,7 @@ d-i partman/confirm_nooverwrite boolean true
d-i base-installer/kernel/image select linux-image-amd64 d-i base-installer/kernel/image select linux-image-amd64
## Drivers to include in the initrd ## Drivers to include in the initrd
d-i base-installer/initramfs-tools/driver-policy select most d-i base-installer/initramfs-tools/driver-policy select most
################################################################## ]]] ################################################################## ]]]
## APT configuration // Package selection [[[ ## APT configuration // Package selection [[[

View File

@ -285,7 +285,7 @@ d-i partman/confirm_nooverwrite boolean true
d-i base-installer/kernel/image select linux-image-amd64 d-i base-installer/kernel/image select linux-image-amd64
## Drivers to include in the initrd ## Drivers to include in the initrd
d-i base-installer/initramfs-tools/driver-policy select most d-i base-installer/initramfs-tools/driver-policy select most
################################################################## ]]] ################################################################## ]]]
## APT configuration // Package selection [[[ ## APT configuration // Package selection [[[

View File

@ -87,6 +87,18 @@ d-i mirror/http/proxy string
d-i mirror/http/mirror string deb.debian.org d-i mirror/http/mirror string deb.debian.org
d-i mirror/suite string d-i mirror/suite string
################################################################## ]]]
## Mirror settings [[[
######################################################################
## Mirror
d-i mirror/country string FR
d-i mirror/http/hostname string deb.debian.org
d-i mirror/http/directory string /debian/
d-i mirror/http/proxy string
d-i mirror/http/mirror string deb.debian.org
d-i mirror/suite string
################################################################## ]]] ################################################################## ]]]
## Account [[[ ## Account [[[
###################################################################### ######################################################################
@ -162,9 +174,8 @@ d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-lvm/confirm_nooverwrite boolean true
## Volume Group/vg name ## Volume Group/vg name
d-i partman-auto-lvm/new_vg_name string sys d-i partman-auto-lvm/new_vg_name string sys
### From buster, need to specify the expected size
### Specify the expected size
d-i partman-auto-lvm/guided_size string max d-i partman-auto-lvm/guided_size string max
## LVM partition ## LVM partition

View File

@ -293,7 +293,7 @@ d-i partman/confirm_nooverwrite boolean true
d-i base-installer/kernel/image select linux-image-amd64 d-i base-installer/kernel/image select linux-image-amd64
## Drivers to include in the initrd ## Drivers to include in the initrd
d-i base-installer/initramfs-tools/driver-policy select most d-i base-installer/initramfs-tools/driver-policy select most
################################################################## ]]] ################################################################## ]]]
## APT configuration // Package selection [[[ ## APT configuration // Package selection [[[

View File

@ -285,7 +285,7 @@ d-i partman/confirm_nooverwrite boolean true
d-i base-installer/kernel/image select linux-image-amd64 d-i base-installer/kernel/image select linux-image-amd64
## Drivers to include in the initrd ## Drivers to include in the initrd
d-i base-installer/initramfs-tools/driver-policy select most d-i base-installer/initramfs-tools/driver-policy select most
################################################################## ]]] ################################################################## ]]]
## APT configuration // Package selection [[[ ## APT configuration // Package selection [[[

View File

@ -30,7 +30,7 @@ FIRM_BNX2_DEB_URL_DEFAULT="http://deb.debian.org/debian/pool/non-free/f/firmware
FIRM_NONFREE_DEB_URL_DEFAULT="http://deb.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-linux-nonfree_0.43_all.deb" FIRM_NONFREE_DEB_URL_DEFAULT="http://deb.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-linux-nonfree_0.43_all.deb"
FIRM_MYRICOM_DEB_URL_DEFAULT="http://deb.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-myricom_0.43_all.deb" FIRM_MYRICOM_DEB_URL_DEFAULT="http://deb.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-myricom_0.43_all.deb"
FIRM_QLOGIC_DEB_URL_DEFAULT="http://deb.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-qlogic_0.43_all.deb" FIRM_QLOGIC_DEB_URL_DEFAULT="http://deb.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-qlogic_0.43_all.deb"
FIRM_IWLWIFI_DEB_URL_DEFAULT="http://ftp.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-iwlwifi_20210818-1~bpo11+1_all.deb" FIRM_IWLWIFI_DEB_URL_DEFAULT="http://ftp.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-iwlwifi_20210818-1_all.deb"
## Colors ## Colors
readonly PURPLE='\033[1;35m' readonly PURPLE='\033[1;35m'