Re: [Patch] Read CONFIG_RD_ variables for initramfs compression

2013-12-11 Thread P J P
Hello Simon, Andrew +-- On Wed, 11 Dec 2013, Simon Guinot wrote --+ | IIUC this patch, the INITRAMFS_COMPRESSION_* options are now | ignored/useless. Don't you think we should remove them from the | usr/Kconfig file ? -> https://lkml.org/lkml/2013/11/25/21 I'v pushed a patch from Mr Hristo t

Re: [Patch] Read CONFIG_RD_ variables for initramfs compression

2013-12-11 Thread Simon Guinot
On Thu, Oct 31, 2013 at 12:35:05PM +0530, P J P wrote: > Hello Andrew, > > +-- On Wed, 30 Oct 2013, Andrew Morton wrote --+ > | Isn't there some convenient way of testing for the presence of an > | executable in $PATH? > | > | The shell-builtin `which' seems to dtrt: > > True. Please see an

Re: [Patch] Read CONFIG_RD_ variables for initramfs compression

2013-10-31 Thread P J P
Hello Andrew, +-- On Wed, 30 Oct 2013, Andrew Morton wrote --+ | Isn't there some convenient way of testing for the presence of an | executable in $PATH? | | The shell-builtin `which' seems to dtrt: True. Please see an updated patch attached herein. Thank you. -- Prasad J Pandit / Red Hat

Re: [Patch] Read CONFIG_RD_ variables for initramfs compression

2013-10-30 Thread Andrew Morton
On Wed, 30 Oct 2013 15:57:20 +0530 (IST) P J P wrote: > +-- On Tue, 29 Oct 2013, Andrew Morton wrote --+ > | On Tue, 15 Oct 2013 20:25:57 +0530 (IST) P J P wrote: > | This patch breaks my x86_64 allmodconfig build, because I don't have > | the lz4 executable installed: > | > | /usr/src/25/scrip

Re: [Patch] Read CONFIG_RD_ variables for initramfs compression

2013-10-30 Thread P J P
Hello Andrew, +-- On Tue, 29 Oct 2013, Andrew Morton wrote --+ | On Tue, 15 Oct 2013 20:25:57 +0530 (IST) P J P wrote: | This patch breaks my x86_64 allmodconfig build, because I don't have | the lz4 executable installed: | | /usr/src/25/scripts/gen_initramfs_list.sh: line 307: lz4: command no

Re: [Patch] Read CONFIG_RD_ variables for initramfs compression

2013-10-29 Thread Andrew Morton
On Tue, 15 Oct 2013 20:25:57 +0530 (IST) P J P wrote: > When expert configuration option(CONFIG_EXPERT) is enabled, > menuconfig offers a choice of compression algorithm to compress > initial ramfs image; This choice is stored into CONFIG_RD_* > variables. But usr/Makefile uses earlier INITRAMFS_

[Patch] Read CONFIG_RD_ variables for initramfs compression

2013-10-15 Thread P J P
Hello Andrew, When expert configuration option(CONFIG_EXPERT) is enabled, menuconfig offers choice of compression algorithm, to compress initial ramfs image. This choice is stored into CONFIG_RD_ variables. But, usr/Makefile reads from earlier INITRAMFS_COMPRESSION_* variables to set the