summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-09 20:45:50 +0200
committerThomas Bächler <thomas@archlinux.org>2011-06-25 12:25:45 +0200
commit8812e6e99e1b3e0c235a5e132f43d7decda312ad (patch)
tree4f89fe0e18bdcd4c1f7c79b6ef96394855f62ea7
parent3aedc3b1b6dd4e56c74626a15fa00253f9b07716 (diff)
downloadmkinitcpio-8812e6e99e1b3e0c235a5e132f43d7decda312ad.tar.gz
mkinitcpio-8812e6e99e1b3e0c235a5e132f43d7decda312ad.tar.xz
mkinitcpio.5: alphabetize options for easier nav
Signed-off-by: Dave Reisner <d@falconindy.com>
-rw-r--r--mkinitcpio.5.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/mkinitcpio.5.txt b/mkinitcpio.5.txt
index cbcbca6..6952267 100644
--- a/mkinitcpio.5.txt
+++ b/mkinitcpio.5.txt
@@ -15,48 +15,48 @@ Creates an initial ramdisk environment for booting the linux kernel. The initial
Options
-------
+*-b* 'basedir'::
+ Use 'basedir' as a starting point for gathering information about the currently running system. Default: /.
+
*-c* 'config'::
Use 'config' file to generate the ramdisk. Default: /etc/mkinitcpio.conf
+*-g* 'filename'::
+ Generate a CPIO image as 'filename'. Default: no; this means nothing will be written to the filesystem unless this option is specified.
+
+*-H* 'hookname'::
+ Output help for hookname 'hookname'
+
+*-h*::
+ Output a short overview of available command-line switches.
+
*-k* 'kernelversion'::
Use 'kernelversion'. Default is the current running kernel.
-*-s*::
- Saves the build directory for the initial ramdisk. Default: no; This means the directory will not be retained if this option isn't specified. Useful for debugging purposes.
+*-L*::
+ List all available hooks.
-*-b* 'basedir'::
- Use 'basedir' as a starting point for gathering information about the currently running system. Default: /.
+*-M*::
+ Display modules found via autodetection. mkinitcpio will automatically try to determine which kernel modules are needed to start your computer. This option lists which modules were detected.
-*-g* 'filename'::
- Generate a CPIO image as 'filename'. Default: no; this means nothing will be written to the filesystem unless this option is specified.
+*-n*::
+ Disable color output.
*-p* 'preset'::
Build initial ramdisk according to specified 'preset'. Presets are found in /etc/mkinitcpio.d
-*-n*::
- Disable color output.
-
*-S* 'hooks'::
Skip 'hooks' when generating the image. Several hooks should be comma-separated.
+*-s*::
+ Saves the build directory for the initial ramdisk. Default: no; This means the directory will not be retained if this option isn't specified. Useful for debugging purposes.
+
*-t* 'tmpdir'::
Use 'tmpdir' as the temporary build directory instead of /tmp. 'tmpdir' must exist.
*-v*::
Verbose output. Outputs more information about what's happening during creation of the ramdisk.
-*-M*::
- Display modules found via autodetection. mkinitcpio will automatically try to determine which kernel modules are needed to start your computer. This option lists which modules were detected.
-
-*-L*::
- List all available hooks.
-
-*-H* 'hookname'::
- Output help for hookname 'hookname'
-
-*-h*::
- Output a short overview of available command-line switches.
-
*-z* 'compress'::
Override the compression method with the 'compress' program.