> >Is there a kexec-tools patch too? How does second kernel know about
> >the location of the first kernel's initrd to be reused?
> >
> >
> kexec-tools has to be modified to pass the first kernel initrd. On
> powerpc, initrd locations are exported using device-tree. At present,
> kexec-tool ign
On Thu, 07 Dec 2006 14:42:57 +1100 Michael Neuling wrote:
> Index: linux-2.6-ozlabs/init/initramfs.c
> ===
> --- linux-2.6-ozlabs.orig/init/initramfs.c
> +++ linux-2.6-ozlabs/init/initramfs.c
> @@ -487,6 +487,17 @@ static char * __ini
On Thu, 07 Dec 2006 14:42:57 +1100 Michael Neuling wrote:
> Add retain_initrd option to control freeing of initrd memory after
> extraction. By default, free memory as previously.
>
> Signed-off-by: Michael Neuling <[EMAIL PROTECTED]>
> ---
> Updated based on comments from akpm.
> Added docume
Michael Neuling wrote:
Add free_initrd= option to control freeing of initrd memory after
extraction. By default, free memory as previously.
Signed-off-by: Michael Neuling <[EMAIL PROTECTED]>
---
Useful for kexec when you want to reuse the same initrd. Testing on
POWERPC with CPIOs
This
> I would have to agree with this; it also seems a bit odd to me to have
> this at all (kexec provides a new kernel image, surely it also
> provides a new initrd image???)
The first boot will need to hold a copy of the in memory fs for the
second boot. This image can be large (much larger than th
Andrew Morton wrote:
I'd have thought that an option `retain_initrd' would make more sense.
Please always update Documentation/kernel-parameters.txt when adding boot
options.
I would have to agree with this; it also seems a bit odd to me to have
this at all (kexec provides a new kernel imag
On Thu, 07 Dec 2006 11:18:43 +1100
Michael Neuling <[EMAIL PROTECTED]> wrote:
> Add free_initrd= option to control freeing of initrd memory after
> extraction. By default, free memory as previously.
>
> Signed-off-by: Michael Neuling <[EMAIL PROTECTED]>
> ---
> Useful for kexec when you want to
On Thu, 07 Dec 2006 11:18:43 +1100 Michael Neuling wrote:
> Add free_initrd= option to control freeing of initrd memory after
> extraction. By default, free memory as previously.
Please add doc. for this in Documentation/kernel-parameters.txt.
> Signed-off-by: Michael Neuling <[EMAIL PROTECTED]
8 matches
Mail list logo