Limit management bond setup to ISO installs

This commit is contained in:
Mike Reeves
2026-05-05 15:30:09 -04:00
parent 3b714db0bf
commit ecb92d43fc
3 changed files with 5 additions and 23 deletions
-10
View File
@@ -292,16 +292,6 @@ if ! [[ -f $install_opt_file ]]; then
# Warn about the dangers of DHCP
whiptail_dhcp_warn
whiptail_management_nic
if [[ $MNIC == "bond1" ]]; then
whiptail_dhcp_or_static
if [ "$address_type" != 'DHCP' ]; then
collect_int_ip_mask
collect_gateway
collect_dns
collect_dns_domain
fi
fi
fi
# Initializing the network based on the previous information
network_init