diff --git a/preseed.cfg b/preseed.cfg index d6bc56b..85a00c9 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -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 \ No newline at end of file