Skip to content
Snippets Groups Projects
Commit a431d8f0 authored by moebius/ALUG's avatar moebius/ALUG Committed by Christopher Spinrath
Browse files

Image writer: ignore partx add problems

parent 106e6bba
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ if [ "x${TGT%%[0-9]*}" == "x$TGT" ]
then
# have a "master" block device
echo "adding partitions for $TGT with partx"
partx -a "$TGT"
partx -a "$TGT" || true
fi
if [ x$res == x0 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment