40297927 | 28-Mar-2009 |
H. Peter Anvin <hpa@zytor.com> |
bzip2/lzma: don't ask for compression mode for the default initramfs
Impact: Kconfig noise reduction, documentation
The default initramfs is so small that it makes no sense to worry about the addit
bzip2/lzma: don't ask for compression mode for the default initramfs
Impact: Kconfig noise reduction, documentation
The default initramfs is so small that it makes no sense to worry about the additional memory taken by not double-compressing it. Therefore, don't bug the user with it.
Also, improve the description of the option, which was downright incorrect.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
show more ...
|
55d1d26f | 28-Mar-2009 |
H. Peter Anvin <hpa@zytor.com> |
bzip2/lzma: consistently capitalize LZMA in Kconfig
Impact: message formatting
Consistently spell LZMA in all capitals, since it (unlike gzip or bzip2) is an acronym.
Signed-off-by: H. Peter Anvin
bzip2/lzma: consistently capitalize LZMA in Kconfig
Impact: message formatting
Consistently spell LZMA in all capitals, since it (unlike gzip or bzip2) is an acronym.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
show more ...
|
337bed41 | 28-Mar-2009 |
H. Peter Anvin <hpa@zytor.com> |
bzip2/lzma: clarify the meaning of the CONFIG_RD_ options
Impact: Kconfig clarification
Make it clear that the CONFIG_RD_* options are about what formats are supported, not about what formats are a
bzip2/lzma: clarify the meaning of the CONFIG_RD_ options
Impact: Kconfig clarification
Make it clear that the CONFIG_RD_* options are about what formats are supported, not about what formats are actually being used.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
show more ...
|
a26ee60f | 07-Jan-2009 |
Alain Knaff <alain@knaff.lu> |
bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP
Impact: Resolves build failures in some configurations
Makes it possible to disable CONFIG_RD_GZIP . In that case, the built-in initramfs will b
bzip2/lzma: fix built-in initramfs vs CONFIG_RD_GZIP
Impact: Resolves build failures in some configurations
Makes it possible to disable CONFIG_RD_GZIP . In that case, the built-in initramfs will be compressed by whatever compressor is available (bzip2 or lzma) or left uncompressed if none is available.
It also removes a couple of warnings which occur when no ramdisk compression at all is chosen.
It also restores the select ZLIB_INFLATE in drivers/block/Kconfig which somehow came missing. This is needed to activate compilation of the stuff in zlib_deflate.
Signed-off-by: Alain Knaff <alain@knaff.lu> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
show more ...
|