[fix] Always set hostname

This commit is contained in:
William Wernert
2020-12-11 11:02:27 -05:00
parent 75c5abef30
commit db276d9020

View File

@@ -266,8 +266,8 @@ if ! [ -f /root/install_opt ]; then
# Init networking so rest of install works # Init networking so rest of install works
disable_ipv6 disable_ipv6
set_hostname
if [[ "$setup_type" == 'iso' ]]; then if [[ "$setup_type" == 'iso' ]]; then
set_hostname
set_management_interface set_management_interface
fi fi