mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 14:35:21 -04:00
[iso] improve fallback for dual UDF+ISO9660 images
* Also add private filtering of LM90X USB⟷SSD devices
This commit is contained in:
parent
94b28390b6
commit
798029237f
4 changed files with 13 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue