Skip to content

Commit 33793a0

Browse files
committed
linux: Don't compress modules
This matches the eos6 kernel build which does not compress modules. They will still be compressed within the initramfs (which is compressed with zstd as a single blob) and within the ostree (where each object is gzipped individually).
1 parent 7198328 commit 33793a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

elements/components/linux.bst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ config:
6363
install -Dm644 .config '%{install-root}%{bootdir}/config'
6464
make INSTALL_MOD_PATH='%{install-root}%{prefix}' modules_install
6565
66-
- |
67-
release=$(make -s kernelrelease)
68-
find "%{install-root}%{indep-libdir}/modules/${release}" -type f -name '*.ko' | xargs -P $MAXJOBS -n 2 -r xz;
69-
7066
- |
7167
release=$(make -s kernelrelease)
7268
targetdir="%{install-root}%{prefix}/src/linux-${release}"

0 commit comments

Comments
 (0)