diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2009-02-20 09:24:18 -0800 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2009-02-23 13:22:01 -0500 |
commit | 3f9c86ab865dfb8b33eb746729133c685c916b68 (patch) | |
tree | d831e7812226da0ad51933c8f174f428e261ff6e /README | |
parent | 1c25acaac4f0a4a7360d61ccc76174f44aee6d60 (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-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |