Signed-off-by: Lidong Zhong <[email protected]>
---
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
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html