All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] modules: base: include wc utility
@ 2015-06-24 15:17 Nicolai Stange
       [not found] ` <87h9pxjfv7.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolai Stange @ 2015-06-24 15:17 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

Commit cfa365a32d47 ("lvm: Don't activate LVs with activationskip set")
introduces a usage of the wc utility.

Make it available in the initramfs through the base module.

Signed-off-by: Nicolai Stange <nicstange-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 modules.d/99base/module-setup.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
index bbc68ba..5b89028 100755
--- a/modules.d/99base/module-setup.sh
+++ b/modules.d/99base/module-setup.sh
@@ -16,7 +16,8 @@ install() {
     local _d
 
     inst_multiple mount mknod mkdir sleep chroot chown \
-        sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid
+        sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid \
+        wc
     inst $(command -v modprobe) /sbin/modprobe
 
     inst_multiple -o findmnt less kmod
-- 
2.4.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] modules: base: include wc utility
       [not found] ` <87h9pxjfv7.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-06-24 16:05   ` Dracut GitHub Import Bot
  2015-07-07 11:17   ` Harald Hoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Dracut GitHub Import Bot @ 2015-06-24 16:05 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA

Patchset imported to github.
Pull request:
<https://github.com/haraldh/dracut/compare/master...dracut-mailing-devs:87h9pxjfv7.fsf%40gmail.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] modules: base: include wc utility
       [not found] ` <87h9pxjfv7.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2015-06-24 16:05   ` Dracut GitHub Import Bot
@ 2015-07-07 11:17   ` Harald Hoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Harald Hoyer @ 2015-07-07 11:17 UTC (permalink / raw)
  To: Nicolai Stange, initramfs-u79uwXL29TY76Z2rM5mHXA

On 24.06.2015 17:17, Nicolai Stange wrote:
> Commit cfa365a32d47 ("lvm: Don't activate LVs with activationskip set")
> introduces a usage of the wc utility.
> 
> Make it available in the initramfs through the base module.
> 
> Signed-off-by: Nicolai Stange <nicstange-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  modules.d/99base/module-setup.sh | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
> index bbc68ba..5b89028 100755
> --- a/modules.d/99base/module-setup.sh
> +++ b/modules.d/99base/module-setup.sh
> @@ -16,7 +16,8 @@ install() {
>      local _d
>  
>      inst_multiple mount mknod mkdir sleep chroot chown \
> -        sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid
> +        sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid \
> +        wc
>      inst $(command -v modprobe) /sbin/modprobe
>  
>      inst_multiple -o findmnt less kmod
> 

fixed by reverting the lvm patch :)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-07 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24 15:17 [PATCH] modules: base: include wc utility Nicolai Stange
     [not found] ` <87h9pxjfv7.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-24 16:05   ` Dracut GitHub Import Bot
2015-07-07 11:17   ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.