Update preseed.cfg

This commit is contained in:
Carneiro 2024-08-28 15:30:39 -03:00
parent 4011431cab
commit fe95e018d5
1 changed files with 6 additions and 1 deletions

View File

@ -61,10 +61,15 @@ nslcd nslcd/ldap-starttls boolean false
nslcd nslcd/ldap-version select 3
nslcd nslcd/ldap-sasl-mech select none
# Settings
d-i preseed/late_command string \
echo "/nethome/ /etc/auto.nethome" > /etc/auto.master
echo "* 172.18.0.19:/nethome/&" > /etc/auto.nethome
# Install the GRUB bootloader
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i grub-installer/skip boolean false
# Finish the installation
d-i finish-install/reboot_in_progress note
d-i finish-install/reboot_in_progress note