Bug#676439: buggy manual_add_modules hook function

2012-06-06 Thread Jamie Heilman
Package: initramfs-tools Version: 0.104 The change to manual_add_modules() to always call modprobe --all --set-version="${version}" --ignore-install --quiet --show-depends "$@" ends up not working too well when $@ is empty (Error: missing parameters. See -h.) In my case it happens because my ker

Bug#676439: buggy manual_add_modules hook function

2012-06-06 Thread Josh Triplett
tags 676439 + confirmed patch thanks The attached patch fixes this bug. - Josh Triplett >From d1c06cf84b918b6d9949a9b2915c77f529a72e3d Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 6 Jun 2012 16:39:01 -0700 Subject: [PATCH] initramfs-tools: Make manual_add_modules a no-op with no argu