Remove auto-start regardless of how setup was started

This commit is contained in:
Jason Ertel
2020-08-28 09:10:35 -04:00
parent 4e3e83820f
commit 3877706f20
2 changed files with 12 additions and 9 deletions

View File

@@ -415,11 +415,11 @@ if [[ "$setup_type" == 'iso' ]]; then
# Init networking so rest of install works
set_hostname_iso
set_management_interface
#add_admin_user
disable_auto_start
fi
disable_auto_start
{
set_hostname;
set_version;