From adcccd187d7a03c4284ee36f0aa23f87be249d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= Date: Fri, 25 Mar 2011 15:56:52 +0100 Subject: [PATCH] dracut.conf.5.xml, dracut.8.xml: logging options and -M documented --- dracut.8.xml | 24 +++++++++++++++++++++++- dracut.conf.5.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/dracut.8.xml b/dracut.8.xml index b51004a8..f915b7d3 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -261,7 +261,18 @@ include in the generic initramfs. This parameter can be specified multiple times - verbose output during the build process + increase verbosity level (default is info(4)) + + + + + + + + + + + decrease verbosity level (default is info(4)) @@ -413,6 +424,17 @@ TARGET directory in the final initramfs. If SOURCE is a file, it will be install List all available dracut modules. + + + + + + + + + Print included module's name to standard output during build. + + diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml index df892337..c47e8247 100644 --- a/dracut.conf.5.xml +++ b/dracut.conf.5.xml @@ -170,6 +170,46 @@ initramfs. Do not install kernel drivers and firmware files (default=no) + + + stdloglvl="{0-6}" + + + Set logging to standard error level. + + + + + sysloglvl="{0-6}" + + + Set logging to syslog level. + + + + + fileloglvl="{0-6}" + + + Set logging to file level. + + + + + logfile="<file>" + + + Path to log file. + + + + + show_modules="{yes|no}" + + + Print included module's name to standard output during build. + +