aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-07-28 14:55:49 -0700
committerChris Gianelloni <wolf31o2@gentoo.org>2008-07-28 14:55:49 -0700
commit73e34e757ea200c118a8f6fe20697e45b3079221 (patch)
tree6f2d4543879f17a886a1f01b0e33991f325a422c /modules
parentAdded a defaults directory to store default files for builds. These are over... (diff)
downloadgenkernel-73e34e757ea200c118a8f6fe20697e45b3079221.tar.gz
genkernel-73e34e757ea200c118a8f6fe20697e45b3079221.tar.bz2
genkernel-73e34e757ea200c118a8f6fe20697e45b3079221.zip
Added the modules directory, which will be used to store the built-in modules and also for external entities to add their own modules and hooks.
Diffstat (limited to 'modules')
-rw-r--r--modules/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/README b/modules/README
new file mode 100644
index 00000000..08ece4dc
--- /dev/null
+++ b/modules/README
@@ -0,0 +1,2 @@
+This directory is used for storing additional modules to extend support in
+genkernel. The default modules are also installed here.