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@xxxxxxxxx> > --- > 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 :) -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html