Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • F17 uses dracut to manage the initramfs, are there any specifics to that? Commented Aug 22, 2013 at 21:59
  • I updated the answer Commented Aug 22, 2013 at 23:13
  • You should mention how to choose the directories where you give a choice: we prefer to put local sysadmin changes under /etc/; the /usr/ subtree is intended for files supplied by packages and managed by the system's package manage. Commented Jan 12, 2018 at 15:50
  • I think the check and depends functions can be omitted if they don't do anything. See the module_depends and module_check functions of dracut-init.sh. Commented Jun 4, 2023 at 0:36