xen-troops / moulin

Moulin is meta build system that is capable of building multiple images at once
Apache License 2.0
2 stars 15 forks source link

rouge: generate target for LZMA packed image (.xz) #82

Closed rshym closed 10 months ago

rshym commented 1 year ago

Archives packed by LZMA (xz) can be read without unpacking the full archive. External tools may use this feature to flash images directly from the *.xz file.

rshym commented 1 year ago

Tested with few commands:

- ninja -t targets
- ninja full.img.xz

Both commands work as expected.

rshym commented 1 year ago

Ack is added. Tested. Ready to be merged.

rshym commented 10 months ago

This PR adds functionality that is 'nice to have' for a script with very narrow usage. So, I'm closing PR, as there is no reason to increase the complexity of the moulin for the feature that will not be used.

lorc commented 10 months ago

Ooops, sorry, I missed that you added Ack. We still can merge it if you wish.

rshym commented 10 months ago

Thanks, but I decided that this PR is not needed really. The existing function to create .gz is enough for the transfer of the image to the remote host.