Skip to content
Snippets Groups Projects
Commit 870811eb authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

sys: remove hwinfo partition backup

It doesn't provide info about partitions present on the disk, plus it
duplicates the full hwinfo output when hardware = yes (default)
parent 5daea406
No related branches found
No related tags found
No related merge requests found
......@@ -597,11 +597,6 @@ if [ "$partitions" == "yes" ]; then
fi
done
fi
if [ "$dohwinfo" == "yes" ]; then
debug "Using $HWINFO to get all available disk information"
echo -e "\n\n====================== $disk ======================\n" >> $hardwarefile
$HWINFO --disk >> $hardwarefile
fi
fi
if [ "$luksheaders" == "yes" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment