Mageia Bugzilla – Attachment 40 Details for
Bug 188
Installer cannot detect existing lvm on top of encrypted partition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to help detecting lvm on luks
lvm-on-luks.patch (text/plain), 401 bytes, created by
Rémy CLOUARD (shikamaru)
on 2011-02-26 15:25:41 CET
(
hide
)
Description:
patch to help detecting lvm on luks
Filename:
MIME Type:
Creator:
Rémy CLOUARD (shikamaru)
Created:
2011-02-26 15:25:41 CET
Size:
401 bytes
patch
obsolete
>Index: fsedit.pm >=================================================================== >--- fsedit.pm (revision 613) >+++ fsedit.pm (working copy) >@@ -294,6 +294,8 @@ > > # must be done after getting major/minor > $all_hds->{dmcrypts} = [ dmcrypts($all_hds) ]; >+ # allow lvm on dmcrypt >+ $all_hds->{lvms} = [ lvms($all_hds) ]; > > $_->{faked_device} = 0 foreach fs::get::fstab($all_hds); >
Index: fsedit.pm =================================================================== --- fsedit.pm (revision 613) +++ fsedit.pm (working copy) @@ -294,6 +294,8 @@ # must be done after getting major/minor $all_hds->{dmcrypts} = [ dmcrypts($all_hds) ]; + # allow lvm on dmcrypt + $all_hds->{lvms} = [ lvms($all_hds) ]; $_->{faked_device} = 0 foreach fs::get::fstab($all_hds);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 188
:
38
| 40