Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932393 - sys-fs/loop-aes build-initrd.sh does not create nvme block device nodes
Summary: sys-fs/loop-aes build-initrd.sh does not create nvme block device nodes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hank Leininger
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-05-22 00:19 UTC by Hank Leininger
Modified: 2024-05-25 06:47 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 Hank Leininger 2024-05-22 00:19:21 UTC
loop-aes's build-initrd.sh prepares /dev/ in the initrd by conditionally making nodes for hda..., sda..., and some others. But it does not make any nvme0* / major-device 249 block device files.
Comment 1 Larry the Git Cow gentoo-dev 2024-05-25 06:47:27 UTC
The bug has been closed via the following commit(s):

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

commit ec98d5b33d435a4c8e6917f9864cf41889d6d2de
Author:     Hank Leininger <hlein@korelogic.com>
AuthorDate: 2024-05-22 00:20:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-25 06:46:46 +0000

    sys-fs/loop-aes: add nvme boot device support
    
    Signed-off-by: Hank Leininger <hlein@korelogic.com>
    Closes: https://bugs.gentoo.org/932393
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-fs/loop-aes/files/loop-aes-3.8c-build-initrd_nvme.patch | 12 ++++++++++++
 sys-fs/loop-aes/loop-aes-3.8c.ebuild                        |  5 ++++-
 2 files changed, 16 insertions(+), 1 deletion(-)