From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5371A1397E2 for ; Tue, 18 Aug 2015 03:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ACF5141E3; Tue, 18 Aug 2015 03:35:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1DA2141E3 for ; Tue, 18 Aug 2015 03:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAC19340814 for ; Tue, 18 Aug 2015 03:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 637E913F for ; Tue, 18 Aug 2015 03:35:17 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1439868881.06106b54ce4a767ba201c414a833ba63076dee1f.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/initrd.defaults X-VCS-Directories: defaults/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 06106b54ce4a767ba201c414a833ba63076dee1f X-VCS-Branch: master Date: Tue, 18 Aug 2015 03:35:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d16eab4-4c07-4abe-b92f-343872ca40ad X-Archives-Hash: c9dca6238e12bd9e841f09891a0b824d commit: 06106b54ce4a767ba201c414a833ba63076dee1f Author: Robin H. Johnson gentoo org> AuthorDate: Tue Aug 18 03:30:39 2015 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Aug 18 03:34:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=06106b54 KSUFF variable was never used. KSUFF variable never got used after it was introduced. Signed-off-by: Robin H. Johnson gentoo.org> defaults/initrd.defaults | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults index f6fd564..5e8fdbe 100755 --- a/defaults/initrd.defaults +++ b/defaults/initrd.defaults @@ -55,7 +55,6 @@ MISCOPTS='debug detect' QUIET='1' ROOT_LINKS='bin sbin lib lib32 lib64 boot usr opt emul' ROOT_TREES='etc root home var' -KSUFF='.ko' REAL_ROOT='' CONSOLE='/dev/console'