document /usr/lib/dracut/dracut.conf.d
parent
72875215a3
commit
c4e098a514
|
@ -424,6 +424,9 @@ _/etc/dracut.conf_::
|
||||||
_/etc/dracut.conf.d/*.conf_::
|
_/etc/dracut.conf.d/*.conf_::
|
||||||
see dracut.conf5
|
see dracut.conf5
|
||||||
|
|
||||||
|
_/usr/lib/dracut/dracut.conf.d/*.conf_::
|
||||||
|
see dracut.conf5
|
||||||
|
|
||||||
Configuration in the initramfs
|
Configuration in the initramfs
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
_/etc/conf.d/_::
|
_/etc/conf.d/_::
|
||||||
|
|
|
@ -10,17 +10,24 @@ dracut.conf - configuration file(s) for dracut
|
||||||
|
|
||||||
SYNOPSIS
|
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
|
Description
|
||||||
-----------
|
-----------
|
||||||
_dracut.conf_ is loaded during the initialisation phase of dracut. Command line
|
_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
|
parameter will overwrite any values set here.
|
||||||
read in alphanumerical order and will overwrite parameters set in
|
|
||||||
|
_*.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 '#'
|
_/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
|
indicates the beginning of a comment; following characters, up to the end of the
|
||||||
line are not interpreted.
|
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>__ "::
|
*dracutmodules+=*" __<dracut modules>__ "::
|
||||||
Specify a space-separated list of dracut modules to call when building the
|
Specify a space-separated list of dracut modules to call when building the
|
||||||
initramfs. Modules are located in _/usr/lib/dracut/modules.d_.
|
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.
|
Path to log file.
|
||||||
|
|
||||||
*show_modules=*"__{yes|no}__"::
|
*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
|
Files
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in New Issue