summaryrefslogtreecommitdiff
path: root/mkinitramfs.8
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-07-16 21:54:14 +0200
committermaximilian attems <maks@debian.org>2006-07-16 21:54:14 +0200
commit17d01b3434dac54ace5991029ed069b3d185ffd2 (patch)
treec31f2ca8f0ca57242e7db41ef1bf12c86cc97fa6 /mkinitramfs.8
parent8e9ecf2b5f9ced135e29d12fbe53c727a248934d (diff)
downloadinitramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.tar.gz
initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.zip
massif whitespace cleanup
Diffstat (limited to 'mkinitramfs.8')
-rw-r--r--mkinitramfs.830
1 files changed, 15 insertions, 15 deletions
diff --git a/mkinitramfs.8 b/mkinitramfs.8
index 5af552b..3dc2e2e 100644
--- a/mkinitramfs.8
+++ b/mkinitramfs.8
@@ -5,13 +5,13 @@ mkinitramfs \- generate an initramfs image
.SH SYNOPSIS
.B mkinitramfs
-.RB [ \-d
-.IR confdir ]
-.RB [ \-k ]
-.RB [ \-o
-.IR outfile ]
-.RB [ \-r
-.IR root ]
+.RB [ \-d
+.IR confdir ]
+.RB [ \-k ]
+.RB [ \-o
+.IR outfile ]
+.RB [ \-r
+.IR root ]
.RI [ version ]
.B mkinitramfs
.RB [ \-\-supported-host-version=
@@ -21,17 +21,17 @@ mkinitramfs \- generate an initramfs image
.SH DESCRIPTION
The
-.B mkinitramfs
+.B mkinitramfs
script generates an initramfs image.
The initramfs is a gzipped cpio archive. The archive can be used on a
different box of the same arch with the corresponding Linux kernel.
.B mkinitramfs
-is meant for advanced usage. On your local box
+is meant for advanced usage. On your local box
.B update-initramfs
should do all necessary steps.
-At boot time, the kernel unpacks that archive into RAM disk, mounts and
-uses it as initial root file system. All finding of the root device
+At boot time, the kernel unpacks that archive into RAM disk, mounts and
+uses it as initial root file system. All finding of the root device
happens in this early userspace.
.SH OPTIONS
@@ -45,14 +45,14 @@ Keep the temporary directory used to make the image.
.TP
\fB \-o \fI outfile
-Write the image to
+Write the image to
.IR outfile .
.TP
\fB \-r \fI root
-Override the
-.B ROOT
-setting in
+Override the
+.B ROOT
+setting in
.IR initramfs.conf .
.TP