diff options
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 7a08f803d..d4f70adc2 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -701,6 +701,7 @@ sub configureNetwork { my ($o) = @_; require network::network; network::network::easy_dhcp($o, $o->{netc}, $o->{intf}); + $o->SUPER::configureNetwork(); } #------------------------------------------------------------------------------ |