RTFM ajudou. De o exemplo preseed do Debian :
# Any hostname and domain names assigned from dhcp take precedence over
# 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 unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
# 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
O que significa que netcfg/get_hostname
é irrelevante: seu único objetivo é impedir que o instalador faça a pergunta em primeiro lugar.
De fato, quando eu definir o valor de netcfg/hostname
, tanto /etc/hostname
como /etc/hosts
contêm os valores especificados na pré-configuração, ignorando o registro PTR do DNS.