diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-07 11:44:44 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-07 11:44:44 +0100 |
commit | c4e098a514ebd234bad99bf6dfc526fb65fd3b31 (patch) | |
tree | c6b8de5f76d725e83ee487d17f341deb751669a6 /dracut.conf.5.asc | |
parent | 72875215a30bb37b65a8c9e8cdf3731e818eb2ed (diff) | |
download | dracut-c4e098a514ebd234bad99bf6dfc526fb65fd3b31.tar.gz dracut-c4e098a514ebd234bad99bf6dfc526fb65fd3b31.tar.bz2 dracut-c4e098a514ebd234bad99bf6dfc526fb65fd3b31.zip |
document /usr/lib/dracut/dracut.conf.d
Diffstat (limited to 'dracut.conf.5.asc')
-rw-r--r-- | dracut.conf.5.asc | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/dracut.conf.5.asc b/dracut.conf.5.asc index e5454514..1cc810f8 100644 --- a/dracut.conf.5.asc +++ b/dracut.conf.5.asc @@ -10,17 +10,24 @@ dracut.conf - configuration file(s) for dracut SYNOPSIS -------- -_/etc/dracut.conf_ _/etc/dracut.conf.d/*.conf_ +_/etc/dracut.conf_ _/etc/dracut.conf.d/*.conf_ _/usr/lib/dracut/dracut.conf.d/*.conf_ Description ----------- _dracut.conf_ is loaded during the initialisation phase of dracut. Command line -parameter will overwrite any values set here. _dracut.conf.d/*.conf_ files are -read in alphanumerical order and will overwrite parameters set in +parameter will overwrite any values set here. + +_*.conf_ files are read from /usr/lib/dracut/dracut.conf.d and /etc/dracut.conf.d. +Files with the same name in /etc/dracut.conf.d will replace files in /usr/lib/dracut/dracut.conf.d. +The files are then read in alphanumerical order and will overwrite parameters set in _/etc/dracut.conf_. Each line specifies an attribute and a value. A '#' indicates the beginning of a comment; following characters, up to the end of the line are not interpreted. +dracut command line options will overwrite any values set here. + +Configuration files must have the extension .conf; other extensions are ignored. + *dracutmodules+=*" __<dracut modules>__ ":: Specify a space-separated list of dracut modules to call when building the initramfs. Modules are located in _/usr/lib/dracut/modules.d_. @@ -127,7 +134,7 @@ If chrooted to another root other than the real root device, use --fstab and pro Path to log file. *show_modules=*"__{yes|no}__":: - Print included module's name to standard output during build. + Print the name of the included modules to standard output during build. Files ----- |