Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653256 - sys-kernel/genkernel-3.5.3.2: typo in /usr/share/genkernel/gen_initramfs.sh ?
Summary: sys-kernel/genkernel-3.5.3.2: typo in /usr/share/genkernel/gen_initramfs.sh ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-15 17:51 UTC by Patrick Lauer
Modified: 2019-03-26 09:06 UTC (History)
0 users

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 Patrick Lauer gentoo-dev 2018-04-15 17:51:53 UTC
In file /usr/share/genkernel/gen_initramfs.sh
In function append_base_layout()

        mkdir -p ${TEMP}/initramfs-base-temp/sys
        mkdir -p ${TEMP}/initramfs-temp/.initrd

initramfs-temp is not used later, is this a typo and should be initramfs-base-temp ?
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2019-03-26 09:05:59 UTC
Very good catch.
Comment 2 Larry the Git Cow gentoo-dev 2019-03-26 09:06:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a8ee89ec7449c19ef0be7f21285d9d6762fa401b

commit a8ee89ec7449c19ef0be7f21285d9d6762fa401b
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-03-26 09:04:28 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-03-26 09:04:28 +0000

    append_base_layout(): create .initrd file in correct directory
    
    Fixes: https://bugs.gentoo.org/653256
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 gen_initramfs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)