Support cloning to a loopback device #179

Open
matthijskooijman wants to merge 1 commits from matthijskooijman/support-loop-devices into master

View File

@@ -1071,6 +1071,9 @@ then
else
assumed_fstab_edit=0
fi
elif [[ $dst_disk == *"loop"* ]]
then
dst_part_base=${dst_disk}p
else
qecho $"
Target disk $dst_disk ends with a digit so may be a partition.