summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).