Skip to content

Commit

Permalink
Do not compress Firmware anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 23, 2025
1 parent bd5b9ec commit c598929
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/stages/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,6 @@ func GetWorkaroundsStage(_ values.System, _ types.KairosLogger) []schema.Stage {
"chmod 4755 /usr/bin/sudo",
},
},
{
Name: "Compress firmware files",
OnlyIfOs: "Ubuntu.*",
Commands: []string{
"find /usr/lib/modules -type f -name \"*.ko\" -execdir zstd --rm -9 {} \\+",
},
},
}

return stages
Expand Down

0 comments on commit c598929

Please sign in to comment.