]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
mkinitrd-dracut.sh: do not "--keep" files for --verbose
authorHarald Hoyer <harald@redhat.com>
Fri, 4 Oct 2013 11:57:15 +0000 (13:57 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 4 Oct 2013 11:57:15 +0000 (13:57 +0200)
mkinitrd-dracut.sh

index a1519eadf485ec478eb92649693099ef176c0113..0d9d9ebc9ad7e57caca4e056b6aea8d890aa4b1c 100755 (executable)
@@ -122,7 +122,7 @@ while (($# > 0)); do
         --version)
             echo "mkinitrd: dracut compatibility wrapper"
             exit 0;;
-        -v|--verbose) dracut_args="${dracut_args} -v --keep";;
+        -v|--verbose) dracut_args="${dracut_args} -v";;
         -f|--force) force=1;;
         --preload) read_arg modname "$@" || shift $?
             basicmodules="$basicmodules $modname";;