Skip to content

Commit

Permalink
Enabling x220 GZIP compression support in initrd
Browse files Browse the repository at this point in the history
Without this option set by default, images built for
the x220 will kernel panic shortly after boot, failing
to unpack their initrd.
  • Loading branch information
spacekookie committed Jul 22, 2019
1 parent 20d79f5 commit 37e9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/linux-x230.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONFIG_NO_HZ_IDLE=y
CONFIG_LOG_BUF_SHIFT=18
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="../../../blobs/dev.cpio"
# CONFIG_RD_GZIP is not set
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_LZO is not set
Expand Down

0 comments on commit 37e9bbd

Please sign in to comment.