From: Jeremy Katz Date: Fri, 19 Dec 2008 19:43:30 +0000 (-0500) Subject: Fedora calls --allow-missing as an arg to mkinitrd; noop it X-Git-Tag: 0.1~495 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f25a3b9c0bbf23c0f026adf2ed49909f6cdb227;p=thirdparty%2Fdracut.git Fedora calls --allow-missing as an arg to mkinitrd; noop it --- diff --git a/dracut b/dracut index 72e97bc01..c13de23c3 100755 --- a/dracut +++ b/dracut @@ -27,6 +27,9 @@ while [ $# -gt 0 ]; do allowlocal="yes" shift ;; + --allow-missing) + shift + ;; *) break esac