From bb08c7632a5a433d166a9af0becc3a2adfffc86a Mon Sep 17 00:00:00 2001 From: Will Woods Date: Tue, 15 Mar 2011 17:43:11 -0400 Subject: [PATCH] docs: "/conf/conf.d" should be "/etc/conf.d" The code actually looks in /etc/conf.d; make the docs reflect that. --- dracut.8.xml | 4 ++-- dracut.kernel.7.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.