Mageia Bugzilla – Attachment 1639 Details for
Bug 3749
cannot use luks encrypted partitions during the install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for /usr/lib/libDrakX/fs/dmcrypt.pm
dmcrypt.pm.patch (text/plain), 623 bytes, created by
Dave Hodgins
on 2012-02-26 03:16:12 CET
(
hide
)
Description:
Patch for /usr/lib/libDrakX/fs/dmcrypt.pm
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2012-02-26 03:16:12 CET
Size:
623 bytes
patch
obsolete
>--- /usr/lib/libDrakX/fs/dmcrypt.pm.original 2012-02-13 14:47:23.000000000 -0500 >+++ /usr/lib/libDrakX/fs/dmcrypt.pm 2012-02-25 21:10:36.042996185 -0500 >@@ -16,7 +16,7 @@ > sub init() { > whereis_binary('cryptsetup') or die "cryptsetup not installed"; > >- eval { modules::load('dm-crypt', 'cbc', 'sha256_generic', if_(arch() =~ /i.86/, 'aes-i586'), if_( arch() =~ /x86_64/, 'aes-x86_64'), 'aes_generic') }; >+ eval { modules::load('dm-crypt', 'xts' , 'cbc', 'sha256_generic', if_(arch() =~ /i.86/, 'aes-i586'), if_( arch() =~ /x86_64/, 'aes-x86_64'), 'aes_generic') }; > devices::init_device_mapper(); > 1; > }
--- /usr/lib/libDrakX/fs/dmcrypt.pm.original 2012-02-13 14:47:23.000000000 -0500 +++ /usr/lib/libDrakX/fs/dmcrypt.pm 2012-02-25 21:10:36.042996185 -0500 @@ -16,7 +16,7 @@ sub init() { whereis_binary('cryptsetup') or die "cryptsetup not installed"; - eval { modules::load('dm-crypt', 'cbc', 'sha256_generic', if_(arch() =~ /i.86/, 'aes-i586'), if_( arch() =~ /x86_64/, 'aes-x86_64'), 'aes_generic') }; + eval { modules::load('dm-crypt', 'xts' , 'cbc', 'sha256_generic', if_(arch() =~ /i.86/, 'aes-i586'), if_( arch() =~ /x86_64/, 'aes-x86_64'), 'aes_generic') }; devices::init_device_mapper(); 1; }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3749
: 1639