diff options
author | maximilian attems <maks@debian.org> | 2006-07-16 21:54:14 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-07-16 21:54:14 +0200 |
commit | 17d01b3434dac54ace5991029ed069b3d185ffd2 (patch) | |
tree | c31f2ca8f0ca57242e7db41ef1bf12c86cc97fa6 /update-initramfs.8 | |
parent | 8e9ecf2b5f9ced135e29d12fbe53c727a248934d (diff) | |
download | initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.tar.gz initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.zip |
massif whitespace cleanup
Diffstat (limited to 'update-initramfs.8')
-rw-r--r-- | update-initramfs.8 | 26 |
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 |