dracut.sh: remove bogus dir removal for --rebuild

master
Harald Hoyer 2018-08-16 09:19:52 +02:00
parent 1ebbe2eb7b
commit 3111988680
1 changed files with 0 additions and 3 deletions

View File

@ -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