Re: [OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-08-05 Thread Nitin A Kamble
On 8/5/2014 9:45 AM, Hart, Darren wrote: On 8/4/14, 21:33, "Kamble, Nitin A" wrote: On 8/4/2014 9:38 AM, Hart, Darren wrote: On 7/29/14, 11:34, "Kamble, Nitin A" wrote: ... + if [ -n "${INITRD}" ]; then + rm -f $dest/initrd + for fs in ${INITRD} +

Re: [OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-08-05 Thread Hart, Darren
On 8/4/14, 21:33, "Kamble, Nitin A" wrote: > >On 8/4/2014 9:38 AM, Hart, Darren wrote: >> On 7/29/14, 11:34, "Kamble, Nitin A" wrote: ... >> >>> + if [ -n "${INITRD}" ]; then >>> + rm -f $dest/initrd >>> + for fs in ${INITRD} >>> + do >>> + if

Re: [OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-08-04 Thread Nitin A Kamble
On 8/4/2014 9:38 AM, Hart, Darren wrote: On 7/29/14, 11:34, "Kamble, Nitin A" wrote: From: Nitin A Kamble Hi Nitin, Generally speaking this looks like a good improvement. I don't have any major technical concerns, but we do need to address some grammatical issues in the commit and the docs

Re: [OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-08-04 Thread Hart, Darren
On 7/29/14, 11:34, "Kamble, Nitin A" wrote: >From: Nitin A Kamble Hi Nitin, Generally speaking this looks like a good improvement. I don't have any major technical concerns, but we do need to address some grammatical issues in the commit and the docs below to make sure people can follow the in

[OE-core] [PATCH 1/1] INITRD var: make it a list of filesystem images

2014-07-29 Thread nitin . a . kamble
From: Nitin A Kamble The initrd image used by the Linux kernel is list of file system images concatenated together and presented as a single initrd file at boot time. So far the initrd is a single filesystem image. But in cases like to support early microcode loading, the initrd image need to ha