summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2017-03-18 19:14:36 +0100
committerDave Reisner <dreisner@archlinux.org>2017-03-19 20:14:47 +0100
commitc5ad00c2e565eaae8e8b02b92d7f193852008c80 (patch)
tree18493daa87e45e9f75a35699015917b8440a536c /man
parent91b212551a5066bda4eb76c83bdd9c0d0ac8e6cc (diff)
downloadmkinitcpio-c5ad00c2e565eaae8e8b02b92d7f193852008c80.tar.gz
mkinitcpio-c5ad00c2e565eaae8e8b02b92d7f193852008c80.tar.xz
arrayize config vars in mkinitcpio.conf
allows for backwards compat by detecting and converting old-style string-based configs.
Diffstat (limited to 'man')
-rw-r--r--man/mkinitcpio.conf.5.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/mkinitcpio.conf.5.txt b/man/mkinitcpio.conf.5.txt
index da8f2ae..d272852 100644
--- a/man/mkinitcpio.conf.5.txt
+++ b/man/mkinitcpio.conf.5.txt
@@ -22,21 +22,21 @@ Variables
---------
*MODULES*::
- Defines additional modules, space delimited, which should be added to the
- image. Dependencies (including other modules and necessary firmware), will
- also be added to the image. At runtime, the modules in this array which
- were successfully added to the image will be explicitly loaded.
+ Defines an array of additional modules which should be added to the image.
+ Dependencies (including other modules and necessary firmware), will also be
+ added to the image. At runtime, the modules in this array which were
+ successfully added to the image will be explicitly loaded.
*FILES*::
- Defines additional files, space delimited, which should be added to the image.
+ Defines an array of additional files which should be added to the image.
Files are added as is, and parent directories will be added if needed. Files
specified in this variable will override previously added files of the same
path.
*BINARIES*::
- Defines additional binaries, space delimited, which should be added to the
+ Defines an array of additional binaries which should be added to the
image. These are assumed to be dynamic ELF binaries, and necessary shared
library dependencies will automatically be added. However, it is not
considered an error to specify a non-ELF binary in this variable. Parent
@@ -45,7 +45,7 @@ Variables
*HOOKS*::
- This variable defines the hooks which will be run during the build process.
+ Defines an array of hooks which will be run during the build process.
Order is important, as it defines the order in which hooks will be run
during bootup. Use mkinitcpio's '-L' flag to list all available hooks,
and the '-H' flag to display the help text for a specific hook.
@@ -65,9 +65,9 @@ despite being "valid".
*COMPRESSION_OPTIONS*::
- Defines additional options to be passed to the compression program. This option
- is generally not used. It can be potentially dangerous and may cause
- invalid images to be generated without any sign of an error.
+ Defines an array of additional options to be passed to the compression
+ program. This option is generally not used. It can be potentially dangerous
+ and may cause invalid images to be generated without any sign of an error.
See Also
--------