From 4f25a3b9c0bbf23c0f026adf2ed49909f6cdb227 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 19 Dec 2008 14:43:30 -0500 Subject: [PATCH] Fedora calls --allow-missing as an arg to mkinitrd; noop it --- dracut | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dracut b/dracut index 72e97bc..c13de23 100755 --- a/dracut +++ b/dracut @@ -27,6 +27,9 @@ while [ $# -gt 0 ]; do allowlocal="yes" shift ;; + --allow-missing) + shift + ;; *) break esac -- 2.7.4