[iso] improve fallback for dual UDF+ISO9660 images

* Also add private filtering of LM90X USB⟷SSD devices
This commit is contained in:
Pete Batard 2019-08-28 10:59:44 +01:00
parent 94b28390b6
commit 798029237f
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 13 additions and 9 deletions

View file

@ -787,7 +787,7 @@ BOOL ExtractISO(const char* src_iso, const char* dest_dir, BOOL scan)
p_udf_root = udf_get_root(p_udf, true, 0);
if (p_udf_root == NULL) {
uprintf("%sCould not locate UDF root directory", spacing);
goto out;
goto try_iso;
}
if (scan_only) {
if (udf_get_logical_volume_id(p_udf, img_report.label, sizeof(img_report.label)) <= 0)