mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[iso] improve handling of image size
* Don't use the projected size where the actual image size should be used * Also fix an issue with the projected size computation
This commit is contained in:
parent
0c76dbf075
commit
30137de7cb
7 changed files with 20 additions and 18 deletions
|
@ -277,6 +277,7 @@ typedef struct {
|
|||
char cfg_path[128]; /* path to the ISO's isolinux.cfg */
|
||||
char reactos_path[128]; /* path to the ISO's freeldr.sys or setupldr.sys */
|
||||
char install_wim_path[64]; /* path to install.wim or install.swm */
|
||||
uint64_t image_size;
|
||||
uint64_t projected_size;
|
||||
uint32_t install_wim_version;
|
||||
BOOLEAN is_iso;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue