diff options
author | Amadeusz Żołnowski <aidecoe@aidecoe.name> | 2011-03-25 15:56:52 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-03-25 16:24:10 +0100 |
commit | adcccd187d7a03c4284ee36f0aa23f87be249d86 (patch) | |
tree | 35a9b921348ed3bc39499747ed5665e411eea034 /dracut.8.xml | |
parent | 956af8f26e373316f863dfaa569ab04563667676 (diff) | |
download | dracut-adcccd187d7a03c4284ee36f0aa23f87be249d86.tar.gz dracut-adcccd187d7a03c4284ee36f0aa23f87be249d86.tar.bz2 dracut-adcccd187d7a03c4284ee36f0aa23f87be249d86.zip |
dracut.conf.5.xml, dracut.8.xml: logging options and -M documented
Diffstat (limited to 'dracut.8.xml')
-rw-r--r-- | dracut.8.xml | 24 |
1 files changed, 23 insertions, 1 deletions
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 <option>--verbose</option> </term> <listitem> - <para>verbose output during the build process</para> + <para>increase verbosity level (default is info(4))</para> + </listitem> + </varlistentry> + <varlistentry> + <term> + <option>-q</option> + </term> + <term> + <option>--quiet</option> + </term> + <listitem> + <para>decrease verbosity level (default is info(4))</para> </listitem> </varlistentry> <varlistentry> @@ -413,6 +424,17 @@ TARGET directory in the final initramfs. If SOURCE is a file, it will be install <para>List all available dracut modules.</para> </listitem> </varlistentry> + <varlistentry> + <term> + <option>-M</option> + </term> + <term> + <option>--show-modules</option> + </term> + <listitem> + <para>Print included module's name to standard output during build.</para> + </listitem> + </varlistentry> </variablelist> </refsect2> </refsect1> |