1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-24 11:38:37 +00:00

Merge pull request #24 from ibuildthecloud/fix-1

Support other initrd compression
This commit is contained in:
Darren Shepherd
2016-06-17 10:13:36 -07:00
committed by GitHub

View File

@@ -181,9 +181,9 @@ CONFIG_SCHED_AUTOGROUP=y
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_RD_GZIP is not set
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set