Re: 2.6.17-mm1: UML failing w/o SKAS enabled

From: Jeff Dike
Date: Thu Jun 29 2006 - 17:12:09 EST


On Mon, Jun 26, 2006 at 01:52:54PM +0200, Roman Zippel wrote:
> That would work too, but what I had in mind was to customize the entry in
> init/Kconfig, e.g.
>
> config DEFCONFIG_LIST
> string
> option defconfig_list
> default "/lib/modules/$UNAME_RELEASE/.config"
> default "/etc/kernel-config"
> default "/boot/config-$UNAME_RELEASE"
> depends on !UML
>
> config DEFCONFIG_LIST
> default "arch/$ARCH/defconfig"
>
> This way the last entry is always the same for all archs and the rest can
> be customized.

Fine by me, are you going to send that in, or should I?

Jeff
-
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/