diff options
author | Harald Hoyer <harald@redhat.com> | 2009-06-04 13:07:59 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-06-04 13:07:59 +0200 |
commit | 11cbb35847d81a6b8d6dd1e495cb9cd97ea19747 (patch) | |
tree | e734d367d9398d6fbe4837eae46ceb23b5fe9a6f /dracut.conf | |
parent | 91b1157500b0df8507748dd5c55546693ec832c1 (diff) | |
download | dracut-11cbb35847d81a6b8d6dd1e495cb9cd97ea19747.tar.gz dracut-11cbb35847d81a6b8d6dd1e495cb9cd97ea19747.tar.bz2 dracut-11cbb35847d81a6b8d6dd1e495cb9cd97ea19747.zip |
add sample dracut.conf file
Diffstat (limited to 'dracut.conf')
-rw-r--r-- | dracut.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dracut.conf b/dracut.conf new file mode 100644 index 00000000..8e8e90f5 --- /dev/null +++ b/dracut.conf @@ -0,0 +1,10 @@ +# Sample dracut config file + +# Specific list of dracut modules to use +#dracutmodules="" + +# Dracut modules to omit +#omit_dracutmodules="" + +# Additional kernel modules to install +#drivers="" |