diff options
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index d6949de07..f280506fc 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -155,6 +155,8 @@ sub prep_net_suppl_media { #- install basesystem now $o->do_pkgs->ensure_is_installed('basesystem', undef, 1); + # in case of no network install: + $o->{net} ||= {}; require network::netconnect; network::netconnect::real_main($o->{net}, $o, $o->{modules_conf}); require install::interactive; |