From db276d902026584488a5e20d3d95539cf7ba377f Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 11 Dec 2020 11:02:27 -0500 Subject: [PATCH] [fix] Always set hostname --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 087e05172..d45f400a1 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -266,8 +266,8 @@ if ! [ -f /root/install_opt ]; then # Init networking so rest of install works disable_ipv6 + set_hostname if [[ "$setup_type" == 'iso' ]]; then - set_hostname set_management_interface fi