Gentoo Archives: gentoo-user

From: Ignas Anikevicius <anikevicius@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel Modules
Date: Thu, 09 Jun 2011 12:12:41
Message-Id: 4DF0B893.6010303@gmail.com
In Reply to: Re: [gentoo-user] Kernel Modules by Alan McKinnon
1 On 09/06/11 12:06, Alan McKinnon wrote:
2 > why you making so much work for yourself?
3 >
4 > set the /usr/src/linux symlink to each set of installed sources in turn,
5 > run emerge @module-rebuild
6 > or run module-rebuild rebuild
7 >
8 > you could even script it
9 >
10 > cd /usr/src
11 > for I in linux-*
12 > do
13 > ln -sfn $I linux
14 > module-rebuild rebuils
15 > done
16 >
17 > Fixing my bash syntax errors is left as an exercise for the interested reader
18 Thanks very much!
19
20 I am a former Arch user, so I was used for a lot of inconvenience while
21 doing such things, but gentoo seems to make my life easier and easier.
22
23 Ignas

Replies

Subject Author
[gentoo-user] Re: Kernel Modules Nikos Chantziaras <realnc@×××××.de>