Skip to content

Commit

Permalink
Merge pull request #24 from ibuildthecloud/fix-1
Browse files Browse the repository at this point in the history
Support other initrd compression
  • Loading branch information
ibuildthecloud authored Jun 17, 2016
2 parents 7cec6b9 + bca38e3 commit 65203f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/kernel-config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65203f5

Please sign in to comment.