Update preseed.cfg
This commit is contained in:
parent
4011431cab
commit
fe95e018d5
|
@ -61,10 +61,15 @@ nslcd nslcd/ldap-starttls boolean false
|
||||||
nslcd nslcd/ldap-version select 3
|
nslcd nslcd/ldap-version select 3
|
||||||
nslcd nslcd/ldap-sasl-mech select none
|
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
|
# Install the GRUB bootloader
|
||||||
d-i grub-installer/only_debian boolean true
|
d-i grub-installer/only_debian boolean true
|
||||||
d-i grub-installer/with_other_os boolean true
|
d-i grub-installer/with_other_os boolean true
|
||||||
d-i grub-installer/skip boolean false
|
d-i grub-installer/skip boolean false
|
||||||
|
|
||||||
# Finish the installation
|
# Finish the installation
|
||||||
d-i finish-install/reboot_in_progress note
|
d-i finish-install/reboot_in_progress note
|
Loading…
Reference in New Issue