* initramfs vs initrd
@ 2008-08-25 12:57 Sébastien Chrétien
2008-08-25 13:10 ` Josh Boyer
0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Chrétien @ 2008-08-25 12:57 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 87 bytes --]
Hello,
What is the difference between initramfs and initrd ?
Sébastien Chrétien
[-- Attachment #2: Type: text/html, Size: 107 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: initramfs vs initrd
2008-08-25 12:57 initramfs vs initrd Sébastien Chrétien
@ 2008-08-25 13:10 ` Josh Boyer
2008-08-25 14:29 ` Sébastien Chrétien
0 siblings, 1 reply; 5+ messages in thread
From: Josh Boyer @ 2008-08-25 13:10 UTC (permalink / raw)
To: =?ISO-8859-1?Q?S=E9bastien_Chr=E9tien_, ?=; +Cc: linuxppc-dev
On Mon, Aug 25, 2008 at 02:57:14PM +0200, =?ISO-8859-1?Q?S=E9bastien_Chr=E9tien_ wrote:
>Hello,
>
>What is the difference between initramfs and initrd ?
You could poke around in the Documentation directory of the kernel. That
should answer your question.
Briefly, initramfs is a gzipped cpio archive. initrd is typically a
compressed ext2 filesystem and requires a ramdisk to be unpacked to.
josh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: initramfs vs initrd
2008-08-25 13:10 ` Josh Boyer
@ 2008-08-25 14:29 ` Sébastien Chrétien
2008-08-25 15:37 ` Sébastien Chrétien
0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Chrétien @ 2008-08-25 14:29 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 654 bytes --]
ok thank you
2008/8/25, Josh Boyer <jwboyer@linux.vnet.ibm.com>:
>
> On Mon, Aug 25, 2008 at 02:57:14PM +0200,
> =?ISO-8859-1?Q?S=E9bastien_Chr=E9tien_ wrote:
> >Hello,
> >
> >What is the difference between initramfs and initrd ?
>
>
> You could poke around in the Documentation directory of the kernel. That
> should answer your question.
>
> Briefly, initramfs is a gzipped cpio archive. initrd is typically a
> compressed ext2 filesystem and requires a ramdisk to be unpacked to.
>
> josh
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
[-- Attachment #2: Type: text/html, Size: 1085 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: initramfs vs initrd
2008-08-25 14:29 ` Sébastien Chrétien
@ 2008-08-25 15:37 ` Sébastien Chrétien
2008-08-26 8:56 ` Geert Uytterhoeven
0 siblings, 1 reply; 5+ messages in thread
From: Sébastien Chrétien @ 2008-08-25 15:37 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 865 bytes --]
When the kernel is booting, is it possible to check if the initrd is good ?
2008/8/25, Sébastien Chrétien <sebastien.chretien.enseirb@gmail.com>:
>
> ok thank you
>
>
>
> 2008/8/25, Josh Boyer <jwboyer@linux.vnet.ibm.com>:
>>
>> On Mon, Aug 25, 2008 at 02:57:14PM +0200,
>> =?ISO-8859-1?Q?S=E9bastien_Chr=E9tien_ wrote:
>> >Hello,
>> >
>> >What is the difference between initramfs and initrd ?
>>
>>
>> You could poke around in the Documentation directory of the kernel. That
>> should answer your question.
>>
>> Briefly, initramfs is a gzipped cpio archive. initrd is typically a
>> compressed ext2 filesystem and requires a ramdisk to be unpacked to.
>>
>> josh
>> _______________________________________________
>> Linuxppc-dev mailing list
>> Linuxppc-dev@ozlabs.org
>> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>>
>
>
[-- Attachment #2: Type: text/html, Size: 1784 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: initramfs vs initrd
2008-08-25 15:37 ` Sébastien Chrétien
@ 2008-08-26 8:56 ` Geert Uytterhoeven
0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2008-08-26 8:56 UTC (permalink / raw)
To: Sébastien Chrétien; +Cc: linuxppc-dev
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: TEXT/PLAIN; charset=UTF-8, Size: 614 bytes --]
On Mon, 25 Aug 2008, Sébastien Chrétien wrote:
> When the kernel is booting, is it possible to check if the initrd is good ?
Sure, the kernel does some basic checking in init/do_mounts_rd.c.
With kind regards,
Geert Uytterhoeven
Software Architect
Sony Techsoft Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium
Phone: +32 (0)2 700 8453
Fax: +32 (0)2 700 8622
E-mail: Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/
A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-08-26 8:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-25 12:57 initramfs vs initrd Sébastien Chrétien
2008-08-25 13:10 ` Josh Boyer
2008-08-25 14:29 ` Sébastien Chrétien
2008-08-25 15:37 ` Sébastien Chrétien
2008-08-26 8:56 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).