linux: Compress kernel modules
This reduces the kernel package from 185 to 62 MiB, for a neglible boot time cost.
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
with stdenv.lib;
|
||||
|
||||
''
|
||||
# Compress kernel modules for a sizable disk space savings.
|
||||
${optionalString (versionAtLeast version "3.18") ''
|
||||
MODULE_COMPRESS y
|
||||
MODULE_COMPRESS_XZ y
|
||||
''}
|
||||
|
||||
# Debugging.
|
||||
DEBUG_KERNEL y
|
||||
TIMER_STATS y
|
||||
|
||||
Reference in New Issue
Block a user