summaryrefslogtreecommitdiffstats
path: root/mkinitcpio.5.txt
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-07 01:56:23 +0200
committerDave Reisner <d@falconindy.com>2011-06-19 23:33:29 +0200
commit3c381d35f551844a7452d77c566a6f88108eb385 (patch)
tree3be04aa6664363b2102ef7bb6b0ac234cb1a15f3 /mkinitcpio.5.txt
parent8594326ce24db6de841568c0ebcdbf203d4a885a (diff)
downloadmkinitcpio-3c381d35f551844a7452d77c566a6f88108eb385.tar.gz
mkinitcpio-3c381d35f551844a7452d77c566a6f88108eb385.tar.xz
overhaul output, introducing color
Output style and coloring is borrowed from makepkg with minor adjustments. Most instances where we encounter fatal errors are replaced with a 'die' function to wrap this up neatly. In addition, we introduce the -n flag, for no-color. As a side effect, we need to source the functions file earlier so we have the output functions available earlier. Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'mkinitcpio.5.txt')
-rw-r--r--mkinitcpio.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkinitcpio.5.txt b/mkinitcpio.5.txt
index 3d0fdc9..1c96b8e 100644
--- a/mkinitcpio.5.txt
+++ b/mkinitcpio.5.txt
@@ -36,6 +36,9 @@ Options
*-m* 'message'::
Print 'message' before passing control to init.
+*-n*::
+ Disable color output.
+
*-S* 'hooks'::
Skip 'hooks' when generating the image. Several hooks should be comma-separated.