Skip to content

Commit

Permalink
[wip] mkosi: disable cpio compression
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 11, 2023
1 parent a6fe4e3 commit cc869e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion image/initrd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkosi_image(
]),
outs = [
"image",
"image.cpio.zst",
"image.cpio",
],
extra_trees = [
"//image:sysroot_tar",
Expand Down
1 change: 1 addition & 0 deletions image/initrd/mkosi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release=38
[Output]
Format=cpio
Output=image
CompressOutput=false
Seed=b04a9a33-4559-4af4-8b38-9249cf933229

[Content]
Expand Down

0 comments on commit cc869e0

Please sign in to comment.