diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d898690df..47b519607 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -447,7 +447,7 @@ sub main { #- done before auto_install is called to allow the -IP feature on auto_install file name if (-e '/tmp/network') { - require network; + require network::network; #- get stage1 network configuration if any. log::l('found /tmp/network'); $o->{netc} ||= {}; |