summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2008-03-16 11:20:25 +0100
committerThomas Bächler <thomas@archlinux.org>2008-03-16 11:20:25 +0100
commit61e7f45e12a6fbdfab0f3aeda4a00e58e2e89064 (patch)
tree4fc89e9163124423bf922d1e0f22b8ae3e0c5519
parent13ea9ee2776d515101af4da5f06bd0f413a922cc (diff)
downloadmkinitcpio-61e7f45e12a6fbdfab0f3aeda4a00e58e2e89064.tar.gz
mkinitcpio-61e7f45e12a6fbdfab0f3aeda4a00e58e2e89064.tar.xz
Update manpage
-rw-r--r--mkinitcpio.516
-rw-r--r--mkinitcpio.5.txt7
2 files changed, 13 insertions, 10 deletions
diff --git a/mkinitcpio.5 b/mkinitcpio.5
index 389461d..ea2e20b 100644
--- a/mkinitcpio.5
+++ b/mkinitcpio.5
@@ -1,11 +1,11 @@
.\" Title: mkinitcpio
.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
-.\" Date: 11/14/2007
+.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
+.\" Date: 03/16/2008
.\" Manual:
.\" Source:
.\"
-.TH "MKINITCPIO" "5" "11/14/2007" "" ""
+.TH "MKINITCPIO" "5" "03/16/2008" "" ""
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -71,6 +71,13 @@ Print
before passing control to kinit\.
.RE
.PP
+\fB\-S\fR \fIhooks\fR
+.RS 4
+Skip
+\fIhooks\fR
+when generating the image\. Several hooks should be comma\-separated\.
+.RE
+.PP
\fB\-v\fR
.RS 4
Verbose output\. Outputs more information about what\'s happening during creation of the ramdisk\.
@@ -132,9 +139,6 @@ Create an initial ramdisk based on the
\fIkernel26\fR
preset\.
.RE
-.SH "TIPS"
-Don\'t let the bed bugs bite!
-.sp
.SH "SEE ALSO"
A more thorough article on configuring mkinitcpio: <http://wiki\.archlinux\.org/index\.php/Configuring_mkinitcpio>
.sp
diff --git a/mkinitcpio.5.txt b/mkinitcpio.5.txt
index 648f115..868225e 100644
--- a/mkinitcpio.5.txt
+++ b/mkinitcpio.5.txt
@@ -39,6 +39,9 @@ Options
*-m* 'message'::
Print 'message' before passing control to kinit.
+*-S* 'hooks'::
+ Skip 'hooks' when generating the image. Several hooks should be comma-separated.
+
*-v*::
Verbose output. Outputs more information about what's happening during creation of the ramdisk.
@@ -83,10 +86,6 @@ Examples
*mkinitcpio -p kernel26*::
Create an initial ramdisk based on the 'kernel26' preset.
-Tips
-----
-Don't let the bed bugs bite!
-
See also
--------
A more thorough article on configuring mkinitcpio: <http://wiki.archlinux.org/index.php/Configuring_mkinitcpio>