Merge #529 `Make new hostname take effect immediately`

This commit is contained in:
Kevin Fenzi 2019-06-24 20:35:37 +00:00
commit 0701bfca51
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ touch /.liveimg-configured
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
# the hostname must be something else than 'localhost'
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
echo "localhost-live" > /etc/hostname
hostnamectl set-hostname "localhost-live"
EOF