summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-08-08 19:09:35 +0200
committermaximilian attems <maks@debian.org>2007-08-08 19:09:35 +0200
commit788877833dc1e5201030927742f75b41bec324d7 (patch)
treef8e45995d66eeb4c2caed6880478bb1a1a949f2c
parenta951e89170510a6877aaa0fd281a30f08106008e (diff)
downloadinitramfs-tools-788877833dc1e5201030927742f75b41bec324d7.tar.gz
initramfs-tools-788877833dc1e5201030927742f75b41bec324d7.zip
mkinitramfs.8: Document verbose mode.
Strange forgot about the interface almost as not seen in manpage..
-rw-r--r--debian/changelog3
-rw-r--r--mkinitramfs.87
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 05b837b..4dfa781 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,11 +14,12 @@ initramfs-tools (0.90~beta1) UNRELEASED; urgency=low
in boot/hooks dir. Thanks Kornilios Kourtis <kkourt@cslab.ece.ntua.gr>
for the initial patch. Fixes a double set_initlist call too. Ignore empty
dirs earlier too. (closes: #433459)
+ * mkinitramfs.8: Document verbose mode.
[ David Härdeman ]
* hook-functions: Protect all variable with local, plus coding style fixes.
- -- maximilian attems <maks@debian.org> Wed, 08 Aug 2007 18:57:20 +0200
+ -- maximilian attems <maks@debian.org> Wed, 08 Aug 2007 19:08:15 +0200
initramfs-tools (0.89) unstable; urgency=low
diff --git a/mkinitramfs.8 b/mkinitramfs.8
index 64fcc8d..a40de53 100644
--- a/mkinitramfs.8
+++ b/mkinitramfs.8
@@ -1,4 +1,4 @@
-.TH MKINITRAMFS 8 "$Date: 2007/05/01 $" "" "mkinitramfs manual"
+.TH MKINITRAMFS 8 "$Date: 2007/08/08 $" "" "mkinitramfs manual"
.SH NAME
mkinitramfs \- low-level tool for generating an initramfs image
@@ -12,6 +12,7 @@ mkinitramfs \- low-level tool for generating an initramfs image
.IR outfile ]
.RB [ \-r
.IR root ]
+.RB [ \-v ]
.RI [ version ]
.B mkinitramfs
@@ -64,6 +65,10 @@ setting in
.IR initramfs.conf .
.TP
+\fB \-v
+Set the verbose mode output.
+
+.TP
\fI version
Set the kernel version of the initramfs image
(defaults to the running kernel).