Gentoo Archives: gentoo-catalyst

From: Guy Martin <gmsoft@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 01/11] update-modules doesn't exists anymore.
Date: Wed, 05 Feb 2014 10:40:34
Message-Id: 1391596806-14955-2-git-send-email-gmsoft@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 00/11] Livecd updates for catalyst 3.0 by Guy Martin
1 ---
2 targets/support/kmerge.sh | 2 --
3 1 file changed, 2 deletions(-)
4
5 diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
6 index f5e1aa8..3c08702 100755
7 --- a/targets/support/kmerge.sh
8 +++ b/targets/support/kmerge.sh
9 @@ -245,8 +245,6 @@ SUB=`grep ^SUBLEVEL\ \= /usr/src/linux/Makefile | awk '{ print $3 };'`
10 EXV=`grep ^EXTRAVERSION\ \= /usr/src/linux/Makefile | sed -e "s/EXTRAVERSION =//" -e "s/ //g"`
11 clst_fudgeuname=${VER}.${PAT}.${SUB}${EXV}
12
13 -/sbin/update-modules --assume-kernel=${clst_fudgeuname}
14 -
15 unset USE
16 echo ${clst_kernel_use} > /tmp/kerncache/${clst_kname}/${clst_kname}-${clst_version_stamp}.USE
17
18 --
19 1.8.3.2