diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-03-16 11:20:25 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-03-16 11:20:25 +0100 |
commit | 61e7f45e12a6fbdfab0f3aeda4a00e58e2e89064 (patch) | |
tree | 4fc89e9163124423bf922d1e0f22b8ae3e0c5519 /mkinitcpio.5.txt | |
parent | 13ea9ee2776d515101af4da5f06bd0f413a922cc (diff) | |
download | mkinitcpio-61e7f45e12a6fbdfab0f3aeda4a00e58e2e89064.tar.gz mkinitcpio-61e7f45e12a6fbdfab0f3aeda4a00e58e2e89064.tar.xz |
Update manpage
Diffstat (limited to 'mkinitcpio.5.txt')
-rw-r--r-- | mkinitcpio.5.txt | 7 |
1 files changed, 3 insertions, 4 deletions
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> |