]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.sh: remove bogus dir removal for --rebuild
authorHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 07:19:52 +0000 (09:19 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 07:19:52 +0000 (09:19 +0200)
dracut.sh

index 6614d27df7eb1b05e54f3dcdcdf011b7cbe25ed3..8ee8c16832193a58d42eab183fa51b9649185b1c 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -474,9 +474,6 @@ if [[ $append_args_l == "yes" ]]; then
         eval set -- "$TEMP"
         rearrange_params "$@"
     fi
-
-    # clean the temporarily used scratch-pad directory
-    rm -rf $scratch_dir
 fi
 
 unset PARMS_TO_STORE