Fix indentation

This commit is contained in:
Jeremy Gardais 2022-11-30 14:12:02 +01:00
parent 4022e1bfe6
commit 98dbeb8e9f
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
6 changed files with 24 additions and 33 deletions

View File

@ -41,7 +41,7 @@ d-i keyboard-configuration/xkb-keymap select French
## Auto-configure networking
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
## To set a different link detection timeout (default is 3 seconds).
@ -134,22 +134,21 @@ d-i clock-setup/ntp-server string 0.debian.pool.ntp.
## Disk Partitioning/Boot loader [[[
######################################################################
# If the system has only one disk the installer will default to using it.
# Otherwise, the device name must be given
## If the system has only one disk the installer will default to using it.
## Otherwise, the device name must be given
d-i partman-auto/disk string /dev/nvme0n1 /dev/sda /dev/vda
d-i partman-auto/init_automatically_partition select custom
# Specify the method to use
# - regular: use the usual partition types for the architecture
# - lvm: use LVM to partition the disk
# - crypto: use LVM within an encrypted partition
#d-i partman-auto/method string regular
## Specify the method to use
### - regular: use the usual partition types for the architecture
### - lvm: use LVM to partition the disk
### - crypto: use LVM within an encrypted partition
d-i partman-auto/method string lvm
d-i partman-lvm/device_remove_lvm boolean true
# It's ok to have /boot in the LVM
## It's not ok to have /boot in the LVM
d-i partman-auto-lvm/no_boot boolean false
# Remove old LVM configuration
@ -271,6 +270,9 @@ d-i partman-auto/expert_recipe string \
# Allow to not set a swap partition
#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
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish

View File

@ -87,18 +87,6 @@ d-i mirror/http/proxy string
d-i mirror/http/mirror string deb.debian.org
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 [[[
######################################################################
@ -175,7 +163,8 @@ d-i partman-lvm/confirm_nooverwrite boolean true
## Volume Group/vg name
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
## LVM partition