debian 12 pressed ok, to do: adresses depots

This commit is contained in:
Grégory Lebreton 2023-07-05 12:25:07 +02:00
parent 2b5edad20c
commit 97db6e1fb7
2 changed files with 11 additions and 10 deletions

View File

@ -70,13 +70,14 @@ d-i netcfg/choose_interface select auto
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string debian
d-i netcfg/get_domain string garage
d-i netcfg/domain seen false
# d-i netcfg/get_domain string garage
# d-i netcfg/domain string garage
# If you want to force a hostname, regardless of what either the DHCP
# server returns or what the reverse DNS entry for the IP is, uncomment
# and adjust the following line.
#d-i netcfg/hostname string somehost
d-i netcfg/hostname string debian
# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
@ -253,10 +254,10 @@ d-i partman-auto/choose_recipe select atomic
# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
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-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
# Force UEFI booting ('BIOS compatibility' will be lost). Default: false.
#d-i partman-efi/non_efi_system boolean true
@ -414,7 +415,7 @@ d-i grub-installer/with_other_os boolean true
# Due notably to potential USB sticks, the location of the primary drive can
# not be determined safely in general, so this needs to be specified:
#d-i grub-installer/bootdev string /dev/sda
d-i grub-installer/bootdev string /dev/sda
# To install to the primary device (assuming it is not a USB stick):
#d-i grub-installer/bootdev string default
@ -441,10 +442,10 @@ d-i grub-installer/with_other_os boolean true
# During installations from serial console, the regular virtual consoles
# (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next
# line to prevent this.
#d-i finish-install/keep-consoles boolean true
d-i finish-install/keep-consoles boolean true
# Avoid that last message about the install being complete.
d-i finish-install/reboot_in_progress note
#d-i finish-install/reboot_in_progress note
# This will prevent the installer from ejecting the CD during the reboot,
# which is useful in some situations.

View File

@ -95,7 +95,7 @@ boot || goto menu
:debian-12-auto
kernel http://${server_ip}/tftpboot/debian-12/64/linux
initrd http://${server_ip}/tftpboot/debian-12/64/initrd.gz
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0 auto=true keymap=fr ip=dhcp hostname=debian preseed/url=http://${server_ip}/tftpboot/debian-12/64/debian-12-preseed.cfg
imgargs linux DEBIAN_FRONTEND=newt --- net.ifnames=0 auto=true keymap=fr ip=dhcp domain=garage hostname=debian preseed/url=http://${server_ip}/tftpboot/debian-12/64/debian-12-preseed.cfg
boot || goto menu
#Paramètres de démarrage pour DEBIAN-12-32