Mageia Bugzilla – Attachment 8660 Details for
Bug 19742
Near end of installer process updates fail due to udisks-daemon not running
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
use only update media
19742.patch (text/plain), 697 bytes, created by
Thierry Vignaud
on 2016-11-14 22:25:08 CET
(
hide
)
Description:
use only update media
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2016-11-14 22:25:08 CET
Size:
697 bytes
patch
obsolete
>diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm >index bc9fae5..58e1cd5 100644 >--- a/perl-install/install/steps_interactive.pm >+++ b/perl-install/install/steps_interactive.pm >@@ -787,7 +787,7 @@ Do you want to install the updates?")), > > my $binary = find { whereis_binary($_, $::prefix) } if_(check_for_xserver(), 'gurpmi2'), 'urpmi' or return; > my $log_file = '/root/drakx/updates.log'; >- run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select'); >+ run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select', '--update'); > > install::pkgs::clean_rpmdb_shared_regions(); >
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index bc9fae5..58e1cd5 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -787,7 +787,7 @@ Do you want to install the updates?")), my $binary = find { whereis_binary($_, $::prefix) } if_(check_for_xserver(), 'gurpmi2'), 'urpmi' or return; my $log_file = '/root/drakx/updates.log'; - run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select'); + run_program::rooted($::prefix, $binary, '>>', $log_file, '2>>', $log_file, '--auto-select', '--update'); install::pkgs::clean_rpmdb_shared_regions();
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19742
:
8637
|
8638
|
8639
| 8660 |
8862