On 15.06.2015 10:56, Lidong Zhong wrote: > Signed-off-by: Lidong Zhong <lzhong@xxxxxxxx> > --- > modules.d/99base/dracut-lib.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh > index 6498f9d..08110cc 100755 > --- a/modules.d/99base/dracut-lib.sh > +++ b/modules.d/99base/dracut-lib.sh > @@ -313,7 +313,7 @@ getargs() { > _args="$@" > set -- > for _i in $_args; do > - if [ "$i" = "-d" ]; then > + if [ "$_i" = "-d" ]; then > _deprecated=1 > continue > fi > merged, thanks! -- 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