diff --git a/dracut.8.xml b/dracut.8.xml index 05416d18..ad74da04 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -444,10 +444,10 @@ TARGET directory in the final initramfs. If SOURCE is a file, it will be install - /conf/conf.d/ + /etc/conf.d/ - Any files found in /conf/conf.d/ will be sourced in the initramfs to + Any files found in /etc/conf.d/ will be sourced in the initramfs to set initial values. Command line options will override these values set in the configuration files. diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml index da4a7767..0eba1719 100644 --- a/dracut.kernel.7.xml +++ b/dracut.kernel.7.xml @@ -1196,10 +1196,10 @@ rd.znet=ctc,0.0.0600,0.0.0601,0.0.0602,protocol=bar - /conf/conf.d/ + /etc/conf.d/ - Any files found in /conf/conf.d/ will be sourced in the initramfs to + Any files found in /etc/conf.d/ will be sourced in the initramfs to set initial values. Command line options will override these values set in the configuration files.