summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-02-20 09:24:18 -0800
committerDave Jones <davej@redhat.com>2009-02-23 13:22:01 -0500
commit3f9c86ab865dfb8b33eb746729133c685c916b68 (patch)
treed831e7812226da0ad51933c8f174f428e261ff6e /README
parent1c25acaac4f0a4a7360d61ccc76174f44aee6d60 (diff)
Hooks and modules have a .sh extension
This makes it trivial to filter out temporary files, editor backups, package management leftovers, etc. Thanks, Kay for the idea.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index abc282a..1c377b4 100644
--- a/README
+++ b/README
@@ -37,6 +37,7 @@ Some general rules for writing modules:
* Generator modules should have a two digit numeric prefix -- they run in
ascending sort order. Anything in the 90-99 range is stuff that dracut
relies on, so try not to break those hooks.
+ * Generator modules and hooks must have a .sh extension.
Also, there is an attempt to keep things as distribution-agnostic as
possible. Every distribution has their own tool here and it's not