Mageia Bugzilla – Attachment 3227 Details for
Bug 8282
stage2 cannot setup the network for additional media on CD/DVD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
vivify $o->{net} in case of no network install before setup network for suppl media
8282.diff (text/plain), 514 bytes, created by
Thierry Vignaud
on 2012-12-11 11:15:32 CET
(
hide
)
Description:
vivify $o->{net} in case of no network install before setup network for suppl media
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-12-11 11:15:32 CET
Size:
514 bytes
patch
obsolete
>diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm >index d6949de..d7d9338 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;
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index d6949de..d7d9338 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;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8282
:
3224
|
3226
| 3227