Mageia Bugzilla – Attachment 3839 Details for
Bug 9611
Mageia beta4 DVD do not accept 2° media
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
2) install basesystem-minimal instead of basesystem for network setup
9611-b.diff (text/plain), 917 bytes, created by
Thierry Vignaud
on 2013-04-28 12:59:35 CEST
(
hide
)
Description:
2) install basesystem-minimal instead of basesystem for network setup
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-04-28 12:59:35 CEST
Size:
917 bytes
patch
obsolete
>diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm >index b311d4d..9774b5b 100644 >--- a/perl-install/install/any.pm >+++ b/perl-install/install/any.pm >@@ -149,13 +149,13 @@ sub prep_net_suppl_media { > return if our $net_suppl_media_configured && network::tools::has_network_connection(); > $net_suppl_media_configured = 1; > >- # needed so that one can install basesystem before adding suppl network media: >+ # needed so that one can install basesystem-minimal before adding suppl network media: > install::media::update_media($o->{packages}); > require urpm::media; > urpm::media::configure($o->{packages}); > >- #- install basesystem now >- $o->do_pkgs->ensure_is_installed('basesystem', undef, 1); >+ #- install basesystem-minimal now >+ $o->do_pkgs->ensure_is_installed('basesystem-minimal', undef, 1); > > # in case of no network install: > $o->{net} ||= {};
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index b311d4d..9774b5b 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -149,13 +149,13 @@ sub prep_net_suppl_media { return if our $net_suppl_media_configured && network::tools::has_network_connection(); $net_suppl_media_configured = 1; - # needed so that one can install basesystem before adding suppl network media: + # needed so that one can install basesystem-minimal before adding suppl network media: install::media::update_media($o->{packages}); require urpm::media; urpm::media::configure($o->{packages}); - #- install basesystem now - $o->do_pkgs->ensure_is_installed('basesystem', undef, 1); + #- install basesystem-minimal now + $o->do_pkgs->ensure_is_installed('basesystem-minimal', undef, 1); # in case of no network install: $o->{net} ||= {};
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9611
:
3835
|
3838
| 3839 |
3840
|
3841