Install nodes with re-configured kernel image
Michael Tautschnig
michael.tautschnig at zt-consulting.com
Wed Jan 18 17:35:10 CET 2006
> Hi,
>
> On Wed, 18. Jan. 2006 at 05:29:33 -0800, Brian Showalter wrote:
> > You can see the updated tutorial on the FAI wiki at
> > http://faiwiki.informatik.uni-koeln.de/index.php/User:BrianShowalter/Using_customized_kernels_with_FAI.
>
> and what about modules for the custom kernel? For example alsa? If those
> alsa package is installed before the kernel is installed, than the
> kernel won't like to be installed anymore because there's already an
> existing /lib/modules/2.x.x-xxx directory.
>
Add
silent_modules = yes
to /etc/kernel-img.conf, which thus needs to be copied before a kernel might get
installed; to do so, I added the hook updatebase.DEFAULT with the following
content:
#!/bin/bash
fcopy -Bi /etc/apt/sources.list
fcopy -Bi /etc/kernel-img.conf
Regards,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20060118/94cc2faf/attachment.bin
More information about the linux-fai
mailing list