Add the option of compressing using lz4
Using lz4 in squashfs reduces the time to complete the stage from 446s to 4s on my laptop while making the produced iso going from 1.6G to 2.0G.
This commit is contained in:
parent
d19d1b498d
commit
bb30ffa062
6 changed files with 3851 additions and 9 deletions
|
|
@ -69,6 +69,14 @@ def run_tests(args, tmpdir):
|
|||
}
|
||||
},
|
||||
},
|
||||
"fedora-ostree-bootiso-xz": {
|
||||
"manifest": "fedora-ostree-bootiso-xz.json",
|
||||
"exports": {
|
||||
"bootiso": {
|
||||
"artifact": "fedora-ostree-boot-xz.iso"
|
||||
}
|
||||
},
|
||||
},
|
||||
"fedora-ostree-image": {
|
||||
"manifest": "fedora-ostree-image.json",
|
||||
"exports": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue