diff options
| author | maximilian attems <maks@debian.org> | 2010-04-05 06:59:56 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2010-04-05 06:59:56 +0200 |
| commit | dff78f55c495d72adbbcaca6bff023224cc09b37 (patch) | |
| tree | b303b95149b2297dd58abcaa40d4af3e2718ce4c | |
| parent | c1ab7621fbb6fd30d0d35eebc0853e04db6b41fa (diff) | |
| download | initramfs-tools-dff78f55c495d72adbbcaca6bff023224cc09b37.tar.gz initramfs-tools-dff78f55c495d72adbbcaca6bff023224cc09b37.zip | |
initramfs.conf.5, update-initramfs.conf.5: Add FILES section.
allows to pointing to themselves.
(closes: #565386)
Signed-off-by: maximilian attems <maks@debian.org>
| -rw-r--r-- | initramfs.conf.5 | 5 | ||||
| -rw-r--r-- | update-initramfs.conf.5 | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/initramfs.conf.5 b/initramfs.conf.5 index 4d8ef89..bb01f58 100644 --- a/initramfs.conf.5 +++ b/initramfs.conf.5 @@ -1,4 +1,4 @@ -.TH INITRAMFS.CONF 5 "2010/04/04" "Linux" "initramfs.conf manual" +.TH INITRAMFS.CONF 5 "2010/04/05" "Linux" "initramfs.conf manual" .SH NAME initramfs.conf \- configuration file for mkinitramfs @@ -81,6 +81,9 @@ A root bootarg overrides that special setting. Defaults to \fIauto\fP in order to pick up value from DHCP server. Otherwise you need to specify \fIHOST:MOUNT\fP. +.SH FILES +.TP +.I /etc/initramfs-tools/initramfs.conf .SH AUTHOR The initramfs-tools are written by Maximilian Attems <maks@debian.org>, diff --git a/update-initramfs.conf.5 b/update-initramfs.conf.5 index ce8f69f..525cd64 100644 --- a/update-initramfs.conf.5 +++ b/update-initramfs.conf.5 @@ -1,4 +1,4 @@ -.TH UPDATE-INITRAMFS.CONF 5 "2010/03/24" "Linux" "update-initramfs.conf manual" +.TH UPDATE-INITRAMFS.CONF 5 "2010/04/05" "Linux" "update-initramfs.conf manual" .SH NAME update-initramfs.conf \- configuration file for update-initramfs @@ -20,6 +20,10 @@ the \fBupdate_initramfs \-u\fP call. \fB backup_initramfs If set \fBupdate_initramfs\fP keeps an .bak file of the previous initramfs. If unset the backup initramfs will not be kept. +.SH FILES +.TP +.I /etc/initramfs-tools/update-initramfs.conf + .SH AUTHOR The initramfs-tools are written by Maximilian Attems <maks@debian.org>, Jeff Bailey <jbailey@raspberryginger.com> and numerous others. |
