Mageia Bugzilla – Attachment 8904 Details for
Bug 14699
draklive-install: LVM logical volumes are not activated and file systems are incorrectly shown as ext4, when prior to install the LUKS partition was unlocked, but the LVM volumes were inactive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
explicitely proble LVM in draklive-install
0001-explicitely-probe-LVMs-in-live-install.patch (text/plain), 714 bytes, created by
Thierry Vignaud
on 2017-01-30 10:44:51 CET
(
hide
)
Description:
explicitely proble LVM in draklive-install
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-01-30 10:44:51 CET
Size:
714 bytes
patch
obsolete
>From 628a6fb8a76469807c24b15941f858a210dcd4bf Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Mon, 30 Jan 2017 10:43:06 +0100 >Subject: [PATCH] explicitely probe LVMs in live install > >--- > perl-install/lvm.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm >index ffdba0b..bf212bd 100644 >--- a/perl-install/lvm.pm >+++ b/perl-install/lvm.pm >@@ -58,7 +58,7 @@ Loads LVM modules and scan VGs (if in installer, not in standalone tool). > > sub init() { > devices::init_device_mapper(); >- detect_during_install() if $::isInstall; >+ detect_during_install() if $::isInstall || $::isLiveInstall; > 1; > } > >-- >2.10.2 >
From 628a6fb8a76469807c24b15941f858a210dcd4bf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Mon, 30 Jan 2017 10:43:06 +0100 Subject: [PATCH] explicitely probe LVMs in live install --- perl-install/lvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm index ffdba0b..bf212bd 100644 --- a/perl-install/lvm.pm +++ b/perl-install/lvm.pm @@ -58,7 +58,7 @@ Loads LVM modules and scan VGs (if in installer, not in standalone tool). sub init() { devices::init_device_mapper(); - detect_during_install() if $::isInstall; + detect_during_install() if $::isInstall || $::isLiveInstall; 1; } -- 2.10.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14699
:
5671
| 8904