Skip to content

Commit

Permalink
linux-5.3.2: Compress kernel with LZ4
Browse files Browse the repository at this point in the history
This creates slightly smaller images, and decompresses much faster. [1]

    $ ls -l /boot/bzImage-5.3*
    -rw-r--r-- 1 root root 13181488 Sep 23 15:21 /boot/bzImage-5.3.0.mx64.291
    -rw-r--r-- 1 root root 11956784 Oct  2 16:33 /boot/bzImage-5.3.2.mx64.292

[1]: https://kernel.ubuntu.com/~cking/boot-speed-eoan-5.3/kernel-compression-method.txt
  • Loading branch information
pmenzel committed Oct 2, 2019
1 parent 158360d commit 7f31fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-5.3.2-292.bee
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ mee_configure() {
# result from 'make savedefconfig'
cat >config-from-bee-file <<-EOF
CONFIG_LOCALVERSION="$KERNELLOCAL"
CONFIG_KERNEL_BZIP2=y
CONFIG_KERNEL_LZ4=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_AUDIT=y
Expand Down

0 comments on commit 7f31fb9

Please sign in to comment.