Re: changeset: Make forced module loading optional

From: Dave Jones
Date: Mon May 05 2008 - 11:32:56 EST


On Mon, May 05, 2008 at 08:43:06AM +0200, Jan Engelhardt wrote:

> So it's like:
> <hack hack hack>
> make modules_install
> cp arch/x86/boot/bzImage /boot/mykernel
> cp System.map /boot/System.map-2.6.26.1
> mkinitrd -i /boot/myinitrd -k /boot/mykernel # suse, fedora might slightly different

For Fedora (and many other distros), you can replace the last three lines with 'make install'
It'll do everything. Construct the initrd. Install it & the vmlinuz, point grub.conf at it. etc.

Dave

--
http://www.codemonkey.org.uk
--
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/