Avoid setting FQDN in /etc/hostname

Hi,

the bootstrap script seems to set /etc/hostname to the FQDN. The hostname(5) man page seems to indicate it's not supposed to contain any dots. the hosts(5) manpage also seems to suggest to define the FQDN there:

# The following lines are desirable for IPv4 capable hosts
127.0.0.1       localhost

# 127.0.1.1 is often used for the FQDN of the machine
127.0.1.1       thishost.example.org   thishost

Is there a reason the bootstrap script sets up the hostname the way it currently does?

Thanks!