Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492704 - sys-kernel/genkernel-next - /usr/share/genkernel/gen_initramfs.sh fails to copy iscsistart to initramfs
Summary: sys-kernel/genkernel-next - /usr/share/genkernel/gen_initramfs.sh fails to co...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabio Erculiani (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-11-27 14:42 UTC by Eric Grüttefien
Modified: 2013-12-02 19:26 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 Eric Grüttefien 2013-11-27 14:42:54 UTC
in /usr/share/gen_initramfs.sh

iscsi is broken

because copy_binaries is called without path:

is:
copy_binaries /usr/sbin/iscsistart

should be:
copy_binaries "${TEMP}/initramfs-iscsi-temp/" /usr/sbin/iscsistart
Comment 1 Fabio Erculiani (RETIRED) gentoo-dev 2013-12-02 19:26:31 UTC
Thanks, fixed in git. I will issue a new release soon.

commit eefb85ffb3db0317a4df19169f8b0f6bbceaa931
Author: Fabio Erculiani <lxnay@sabayon.org>
Date:   Mon Dec 2 20:24:28 2013 +0100

    gen_initramfs: fix copy_binaries for iscsistart, Gentoo bug #492704