mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 14:35:21 -04:00
[core] remove 'MBR for BIOS' option for pure UEFI images
* Closes #832 * Also refactor image property macros
This commit is contained in:
parent
7d302d340f
commit
104b33a7ba
6 changed files with 80 additions and 69 deletions
|
@ -835,7 +835,7 @@ out:
|
|||
img_report.sl_version_str);
|
||||
}
|
||||
}
|
||||
if (IS_WINPE(img_report.winpe)) {
|
||||
if (HAS_WINPE(img_report)) {
|
||||
// In case we have a WinPE 1.x based iso, we extract and parse txtsetup.sif
|
||||
// during scan, to see if /minint was provided for OsLoadOptions, as it decides
|
||||
// whether we should use 0x80 or 0x81 as the disk ID in the MBR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue