FS#75263 - [distrobuilder] repack-windows command missing dependencies
Attached to Project:
Community Packages
Opened by Aaron (potatoattack) - Thursday, 07 July 2022, 01:30 GMT
Last edited by George Rawlinson (rawlinsong) - Friday, 22 July 2022, 01:23 GMT
Opened by Aaron (potatoattack) - Thursday, 07 July 2022, 01:30 GMT
Last edited by George Rawlinson (rawlinsong) - Friday, 22 July 2022, 01:23 GMT
|
Details
Description:
Add cdrtools and hivex as optional dependencies as both are required to use the repack-windows command. Steps to reproduce: Run `sudo distrobuilder repack-windows Win11_English_x64v1.iso win11.lxd.iso` fails with the error: ```Error: Failed to check dependencies: Required tool "genisoimage" is missing``` Installing cdrtools fixes the error but re-running the command now fails with: ```Error: Failed to check dependencies: Required tool "hivexregedit" is missing``` Installing hivex causes the repack-windows command to work correctly. |
This task depends upon
Closed by George Rawlinson (rawlinsong)
Friday, 22 July 2022, 01:23 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 2.1-2
Friday, 22 July 2022, 01:23 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 2.1-2
Comment by
George Rawlinson (rawlinsong) -
Friday, 22 July 2022, 01:22 GMT
Thanks for the report! Pushing an updated version shortly.