From: Amadeusz Żołnowski Date: Fri, 25 Mar 2011 14:56:52 +0000 (+0100) Subject: dracut.conf.5.xml, dracut.8.xml: logging options and -M documented X-Git-Tag: 009~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adcccd187d7a03c4284ee36f0aa23f87be249d86;p=thirdparty%2Fdracut.git dracut.conf.5.xml, dracut.8.xml: logging options and -M documented --- diff --git a/dracut.8.xml b/dracut.8.xml index b51004a89..f915b7d35 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 df8923371..c47e82472 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. + +