Update 'preseed/deb-generic-preseed'

This commit is contained in:
bprieshof
2019-06-07 01:42:42 +02:00
parent 440efa0e71
commit 53bec7a096

View File

@@ -24,7 +24,7 @@ d-i netcfg/choose_interface select auto
# Any hostname and domain names assigned from dhcp take precedence over
# values set here.
#d-i netcfg/get_hostname string ubuntu
d-i netcfg/get_hostname string Thin-Client
#d-i netcfg/get_domain string internal
### Clock and time zone setup
@@ -39,6 +39,7 @@ d-i clock-setup/ntp-server string 1.nl.pool.ntp.org
# use traditional device names, or "label" to try filesystem labels before
# falling back to UUIDs.
d-i partman/mount_style select label
d-i partman/confirm boolean true
### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.