Show management bond option consistently

This commit is contained in:
Mike Reeves
2026-05-05 15:22:40 -04:00
parent f17da4e68b
commit 3b714db0bf
3 changed files with 22 additions and 4 deletions
+10
View File
@@ -292,6 +292,16 @@ 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