Mageia Bugzilla – Attachment 3757 Details for
Bug 5661
Can not unlock encrypted /home on my LVM to use it (need to write /etc/crypttab)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
does that patch helps?
5661.diff (text/plain), 507 bytes, created by
Thierry Vignaud
on 2013-04-17 18:59:55 CEST
(
hide
)
Description:
does that patch helps?
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-04-17 18:59:55 CEST
Size:
507 bytes
patch
obsolete
>diff --git a/perl-install/fs/dmcrypt.pm b/perl-install/fs/dmcrypt.pm >index bc61145..27880db 100644 >--- a/perl-install/fs/dmcrypt.pm >+++ b/perl-install/fs/dmcrypt.pm >@@ -30,7 +30,7 @@ sub read_crypttab { > > -e _crypttab() or return; > >- my @raw_parts = grep { fs::type::isRawLUKS($_) } fs::get::really_all_fstab($all_hds); >+ my @raw_parts = grep { fs::type::isRawLUKS($_) } fs::get::really_all_fstab($all_hds), $all_hds->{lvms} ; > > foreach (cat_(_crypttab())) { > my ($dm_name, $dev) = split;
diff --git a/perl-install/fs/dmcrypt.pm b/perl-install/fs/dmcrypt.pm index bc61145..27880db 100644 --- a/perl-install/fs/dmcrypt.pm +++ b/perl-install/fs/dmcrypt.pm @@ -30,7 +30,7 @@ sub read_crypttab { -e _crypttab() or return; - my @raw_parts = grep { fs::type::isRawLUKS($_) } fs::get::really_all_fstab($all_hds); + my @raw_parts = grep { fs::type::isRawLUKS($_) } fs::get::really_all_fstab($all_hds), $all_hds->{lvms} ; foreach (cat_(_crypttab())) { my ($dm_name, $dev) = split;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5661
:
3597
|
3626
|
3644
|
3757
|
3758
|
3759
|
3761
|
3762
|
3763
|
3765
|
3766
|
3767
|
3811
|
3812