Closed patch0 closed 7 years ago
I think this was following testing inside docker containers, where HOSTNAME gets set weirdly, and really shouldn't be used.
it's causing similar problems with systemd containers i think
Is this bug meant to fix-up invalid $HOSTNAMEs by appending '.localdomain', or just complain early in the install process?
The HOSTNAME env variable doesn't tend to bell
It should probably check against a regexp for the presence of a dot in the $HOSTNAME env variable:
would do the trick