From: Harald Hoyer Date: Thu, 16 Aug 2018 07:19:52 +0000 (+0200) Subject: dracut.sh: remove bogus dir removal for --rebuild X-Git-Tag: 049~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=311198868044b79e8e4f37872514f580b51e4ceb;p=thirdparty%2Fdracut.git dracut.sh: remove bogus dir removal for --rebuild --- diff --git a/dracut.sh b/dracut.sh index 6614d27df..8ee8c1683 100755 --- 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