Mageia Bugzilla – Attachment 10708 Details for
Bug 24278
Installer hangs at setupSCSI step when using --local_install on a machine with logical volumes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
alternative patch
0001-do-not-call-setupSCSI-for-local-install2.patch (text/plain), 796 bytes, created by
Thierry Vignaud
on 2019-02-01 14:43:47 CET
(
hide
)
Description:
alternative patch
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2019-02-01 14:43:47 CET
Size:
796 bytes
patch
obsolete
>From aa2aa8cac3621bbbb6003fcc7e26d8f903a7d3bd Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Fri, 1 Feb 2019 14:10:46 +0100 >Subject: [PATCH] do not call 'setupSCSI' for local install > >--- > perl-install/install/install2.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm >index d214d8448..bd037cf04 100644 >--- a/perl-install/install/install2.pm >+++ b/perl-install/install/install2.pm >@@ -159,7 +159,7 @@ sub selectMouse { > sub setupSCSI { > my ($auto) = @_; > >- installStepsCall($o, $auto, 'setupSCSI'); >+ installStepsCall($o, $auto, 'setupSCSI') if !$::local_install; > } > > #------------------------------------------------------------------------------ >-- >2.20.1 >
From aa2aa8cac3621bbbb6003fcc7e26d8f903a7d3bd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Fri, 1 Feb 2019 14:10:46 +0100 Subject: [PATCH] do not call 'setupSCSI' for local install --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index d214d8448..bd037cf04 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -159,7 +159,7 @@ sub selectMouse { sub setupSCSI { my ($auto) = @_; - installStepsCall($o, $auto, 'setupSCSI'); + installStepsCall($o, $auto, 'setupSCSI') if !$::local_install; } #------------------------------------------------------------------------------ -- 2.20.1
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24278
:
10707
|
10708
|
10709
|
10713