* [PATCH] modsign: do not hardcode path to keyctl
@ 2014-03-31 13:56 Alexander Tsoy
[not found] ` <E1WUcqK-0008KG-Ty-7GBPmfXo8GgjmsMGrRdz4w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Tsoy @ 2014-03-31 13:56 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA
https://bugs.gentoo.org/show_bug.cgi?id=506094
---
modules.d/03modsign/module-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules.d/03modsign/module-setup.sh b/modules.d/03modsign/module-setup.sh
index 09285d3..cc0e241 100755
--- a/modules.d/03modsign/module-setup.sh
+++ b/modules.d/03modsign/module-setup.sh
@@ -29,7 +29,7 @@ depends() {
# called by dracut
install() {
inst_dir /lib/modules/keys
- inst_binary /usr/bin/keyctl
+ inst_binary keyctl
inst_hook pre-trigger 01 "$moddir/load-modsign-keys.sh"
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] modsign: do not hardcode path to keyctl
[not found] ` <E1WUcqK-0008KG-Ty-7GBPmfXo8GgjmsMGrRdz4w@public.gmane.org>
@ 2014-07-03 12:10 ` Harald Hoyer
0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2014-07-03 12:10 UTC (permalink / raw)
To: Alexander Tsoy, initramfs-u79uwXL29TY76Z2rM5mHXA
On 31.03.2014 15:56, Alexander Tsoy wrote:
> https://bugs.gentoo.org/show_bug.cgi?id=506094
> ---
> modules.d/03modsign/module-setup.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules.d/03modsign/module-setup.sh b/modules.d/03modsign/module-setup.sh
> index 09285d3..cc0e241 100755
> --- a/modules.d/03modsign/module-setup.sh
> +++ b/modules.d/03modsign/module-setup.sh
> @@ -29,7 +29,7 @@ depends() {
> # called by dracut
> install() {
> inst_dir /lib/modules/keys
> - inst_binary /usr/bin/keyctl
> + inst_binary keyctl
>
> inst_hook pre-trigger 01 "$moddir/load-modsign-keys.sh"
>
>
thanks! pushed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-03 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 13:56 [PATCH] modsign: do not hardcode path to keyctl Alexander Tsoy
[not found] ` <E1WUcqK-0008KG-Ty-7GBPmfXo8GgjmsMGrRdz4w@public.gmane.org>
2014-07-03 12:10 ` Harald Hoyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox