linux: don't force no initramfs
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Sep 2010 21:15:47 +0000 (23:15 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 15 Sep 2010 19:17:35 +0000 (21:17 +0200)
commitee3f319249e146d92b093ad8c45a3a908d44236f
treec0e726fbc8e32d3be51c15b2a839756c273fa32c
parentaa87ac99c56750eb5d626a785169e6df5407cc96
linux: don't force no initramfs

When initramfs was not selected as a root filesystem, we forcefully
disabled the initramfs in the kernel configuration.

However, it prevents an user from manually managing its initramfs, as
we override the option he has set in his kernel configuration
file. There's no real reason to do so: when initramfs is not selected
as the root filesystem, just don't touch initramfs related options in
the kernel configuration.

Problem reported by Sergey Naumov <sknaumov@gmail.com>.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk