You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using desync to chunk a squashfs image, and so it makes sense to use uncompressed.
I find setting up the the config file to use uncompressed very clunky. I would like it if one could set that the stores in use are uncompressed via the cli, e.g.
desync make --store=/path/to/store --uncompressed ...
I would like to try contribute a patch for this, but would like to check with you guys that you are happy with this before I start working on it?
The text was updated successfully, but these errors were encountered:
garyvdm
changed the title
Pease add a agument to set uncompressed
Add a agument to set uncompressed
Nov 16, 2020
garyvdm
changed the title
Add a agument to set uncompressed
Add an agument to set uncompressed
Nov 16, 2020
The downside of that is that it'll have to apply to all stores in the command-line. That should be fine if documented that way. And as for the option itself, would it be best to make it clear that it's a store-option and name it --store-uncompressed or similar? That's a little more extensible if anything similar is needed later.
I'm using desync to chunk a squashfs image, and so it makes sense to use uncompressed.
I find setting up the the config file to use uncompressed very clunky. I would like it if one could set that the stores in use are uncompressed via the cli, e.g.
I would like to try contribute a patch for this, but would like to check with you guys that you are happy with this before I start working on it?
The text was updated successfully, but these errors were encountered: