On 10/03/11 01:29, sean wrote:
> I just did an update of my system and now the linux directory under
> /usr/src is not there.
> In fact under /usr/src there is nothing.
> 
> Something change or would anyone have any ideas of what might have
> happened, and how to fix?

You rm'ed it while doing a fantastic imitation of a numbnut?
Portage for sure did not do it, so that leaves you.

emerge <kernel of your choice>
cd /usr/src
ln -s <kernel of your choice> linux
cd linux
zcat /proc/config.gz > .config
make oldconfig
make menuconfig
make

There's a USE flag that makes this a tad less manual, but you get the idea.

-- 
alan dot mckinnon at gmail dot com


Reply via email to