commit:     e594872f3d33b874cdf4de0ed0b02feac5b046ec
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 00:46:07 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> 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"

Reply via email to