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

sys: don't cancel partition backup if hwinfo absent

parent 103082ea
Branches
Tags
No related merge requests found
......@@ -514,12 +514,6 @@ if [ "$partitions" == "yes" ]; then
partitions="no"
fi
fi
if [ "$dohwinfo" == "yes" ]; then
if [ ! -x "$HWINFO" ]; then
warning "can't find hwinfo, skipping partition report."
partitions="no"
fi
fi
fi
if [ "$hardware" == "yes" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment