make sure the hostname is set

This commit is contained in:
3hhh 2020-01-15 09:58:35 +01:00
parent 46b4716ee9
commit 46e82d8893
No known key found for this signature in database
GPG Key ID: EB03A691DB2F0833

View File

@ -97,6 +97,8 @@ set -e -o pipefail
if [ -f "/rw/config/protected-files.d/protect_hostname.txt" ] && rand="$RANDOM" && mv "/etc/hosts.lock" "/etc/hosts.lock.$rand" ; then
name="PC-$rand"
echo "$name" > /etc/hostname
hostname "$name"
#NOTE: NetworkManager may set it again after us based on DHCP or /etc/hostname, cf. `man NetworkManager.conf` @hostname-mode
#from /usr/lib/qubes/init/qubes-early-vm-config.sh
if [ -e /etc/debian_version ]; then