Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831806 - sys-fs/cryptsetup: add support for detached LUKS header
Summary: sys-fs/cryptsetup: add support for detached LUKS header
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-01-22 10:24 UTC by Martin Jørgensen
Modified: 2022-01-24 17:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jørgensen 2022-01-22 10:24:06 UTC
It would be nice to have support for detached LUKS headers when using dmcrypt under OpenRC

Reproducible: Always

Actual Results:  
I have added a PR with a proposal for such feature.


https://github.com/gentoo/gentoo/pull/23908
Comment 1 Larry the Git Cow gentoo-dev 2022-01-24 17:05:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaf583892dd618378dd559159777c49bb4b1b88

commit afaf583892dd618378dd559159777c49bb4b1b88
Author:     Martin Kjær Jørgensen <mkj@gotu.dk>
AuthorDate: 2022-01-22 09:46:01 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-01-24 17:02:52 +0000

    sys-fs/cryptsetup: add support for using detached LUKS headers
    
    Closes: https://bugs.gentoo.org/831806
    Closes: https://github.com/gentoo/gentoo/pull/23908
    Signed-off-by: Martin Kjær Jørgensen <mkj@gotu.dk>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-fs/cryptsetup/cryptsetup-2.4.3-r1.ebuild | 136 ++++++++++
 sys-fs/cryptsetup/files/2.4.3-dmcrypt.confd  | 120 +++++++++
 sys-fs/cryptsetup/files/2.4.3-dmcrypt.rc     | 367 +++++++++++++++++++++++++++
 3 files changed, 623 insertions(+)