initramfs.conf.5: Update configuration directory

It moved from /etc/mkinitramfs/conf.d to /etc/initramfs-tools/conf.d
in version 0.79.

Closes: #759552
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
This commit is contained in:
Ben Hutchings 2014-10-16 16:08:37 +02:00
parent a5fbfb8a34
commit 738678fcc4

View File

@ -13,7 +13,7 @@ or a comment. The value of an variable is assigned by an statement
of the form: \fIname\fP=[\fIvalue\fP]
Configuration options can be broken out into configuration snippets and
placed in individual files in the /etc/mkinitramfs/conf.d directory. Files
placed in individual files in the /etc/initramfs-tools/conf.d directory. Files
in this directory are always read \fBafter\fP the main configuration file,
so you can override the settings in the main config file without editing it
directly.