Re: How to skip the initramfs?

From: Michael Witten
Date: Tue Apr 10 2012 - 14:15:18 EST


On Tue, Apr 10, 2012 at 18:04, Thomas Meyer <thomas@xxxxxxxx> wrote:
> How to skip the execution of the initramfs? option "noinitrd" doesn't
> seem to work on 3.0 kernel.
>
> Or is there an option to build an abootimg without initramfs? I didn't
> find one.
>
> with kind regards
> thomas

I have always built my kernel without support for initramfs/initrd
by setting the build configuration variable `CONFIG_BLK_DEV_INITRD'
to `n'; in a Kconfig set up UI, you can find this option under
`General setup' as the item:

Initial RAM filesystem and RAM disk (initramfs/initrd) support

You should probably also tell your boot loader (such as `grub') not
to bother loading an initial ram disk.

However, I have the vague notion that there have been rumblings about
requiring initramfs/initrd support in the future; does anybody know if
this is true?

Sincerely,
Michael Witten
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/