From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D03FA138334 for ; Thu, 19 Jul 2018 00:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EB98E0949; Thu, 19 Jul 2018 00:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AD63E0949 for ; Thu, 19 Jul 2018 00:46:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92BA8335CBF for ; Thu, 19 Jul 2018 00:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CFF336B for ; Thu, 19 Jul 2018 00:46:54 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1531961167.e594872f3d33b874cdf4de0ed0b02feac5b046ec.bkohler@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel.conf X-VCS-Directories: / X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: e594872f3d33b874cdf4de0ed0b02feac5b046ec X-VCS-Branch: master Date: Thu, 19 Jul 2018 00:46:54 +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: d154f8b7-150e-460d-a782-34adf98631de X-Archives-Hash: 5170a99dd05152ed260c62bfba766ee8 commit: e594872f3d33b874cdf4de0ed0b02feac5b046ec Author: Ben Kohler gentoo org> AuthorDate: Thu Jul 19 00:46:07 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Jul 19 00:46:07 2018 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e594872f genkernel.conf: fix a couple of paths in comments, thanks Mason LB Closes: https://bugs.gentoo.org/661560 genkernel.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/genkernel.conf b/genkernel.conf index 85a1763..5e5a67b 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -300,7 +300,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux" #MINKERNPACKAGE="/path/to/file.bz2" # Add additional modules to the ramdisk using the module groups defined -# in /usr/share/genkernel/default/modules_load (see this file for +# in /usr/share/genkernel/defaults/modules_load (see this file for # more details). This would be used if, for example, you # required an additional crypto module or network device at boot # time and did not want to staticly compile these in the kernel. @@ -310,7 +310,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux" #AMODULES_group="module-to-include another-module" # Override the default modules in the ramdisk, for a given group, as defined by -# /usr/share/genkernel/default/modules_load and the per-arch modules_load +# /usr/share/genkernel/defaults/modules_load and the per-arch modules_load # files. You PROBABLY want to use AMODULES_* above, and NOT MODULES_* here. # If you use MODULES_* here, the default and per-arch modules will NOT be used. #MODULES_group1="some-module"