summaryrefslogtreecommitdiff
path: root/update-initramfs.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 /update-initramfs.8
parent8e9ecf2b5f9ced135e29d12fbe53c727a248934d (diff)
massif whitespace cleanup
Diffstat (limited to 'update-initramfs.8')
-rw-r--r--update-initramfs.826
1 files changed, 13 insertions, 13 deletions
diff --git a/update-initramfs.8 b/update-initramfs.8
index 9590ca3..a36e83c 100644
--- a/update-initramfs.8
+++ b/update-initramfs.8
@@ -5,25 +5,25 @@ update-initramfs \- generate an initramfs image
.SH SYNOPSIS
.B update-initramfs
-.RB [ \-k
-.IR version ]
-.RB [ \-c ]
-.RB [ \-u ]
-.RB [ \-t ]
-.RB [ \-v ]
-.RB [ \-b ]
-.RB [ \-h ]
+.RB [ \-k
+.IR version ]
+.RB [ \-c ]
+.RB [ \-u ]
+.RB [ \-t ]
+.RB [ \-v ]
+.RB [ \-b ]
+.RB [ \-h ]
.SH DESCRIPTION
The
-.B update-initramfs
+.B update-initramfs
script manages your initramfs images on your local box.
It keeps track of the existing initramfs archives in /boot.
There are three modes of operation create, update or delete.
You must at least specify one of those modes.
-The initramfs is a gzipped cpio archive.
-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
+The initramfs is a gzipped cpio archive.
+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
@@ -59,7 +59,7 @@ Set an different bootdir for the image creation.
.TP
\fB \-h
-Print a short help page describing the available options in
+Print a short help page describing the available options in
.B update-initramfs.
.SH AUTHOR