diff options
author | Harald Hoyer <harald@redhat.com> | 2010-08-23 12:25:03 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-09-20 14:53:51 +0200 |
commit | 2d9f5858bc0bb61feb06ae0385078bac4debc82b (patch) | |
tree | a0be40910a1b2580ecca4242ed76378a10c17f87 /dracut.8.xml | |
parent | 5b11bb734ac32e8b4f5936772960b5eb5d5b87aa (diff) | |
download | dracut-2d9f5858bc0bb61feb06ae0385078bac4debc82b.tar.gz dracut-2d9f5858bc0bb61feb06ae0385078bac4debc82b.tar.bz2 dracut-2d9f5858bc0bb61feb06ae0385078bac4debc82b.zip |
add dracut.xml documentation
Diffstat (limited to 'dracut.8.xml')
-rw-r--r-- | dracut.8.xml | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/dracut.8.xml b/dracut.8.xml index 3be42a87..a27c6e92 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -320,7 +320,9 @@ Thsi is useful when running dracut from a git checkout.</para> <listitem> <para>Host-Only mode: Install only what is needed for booting the local host instead of a generic host. - <warning><para>If chrooted to another root other than the real root device, use "--fstab" and provide a valid <filename>/etc/fstab</filename>.</para></warning> + <warning> + <para>If chrooted to another root other than the real root device, use "--fstab" and provide a valid <filename>/etc/fstab</filename>.</para> + </warning> </para> </listitem> </varlistentry> @@ -361,7 +363,7 @@ target directory in the final initramfs.</para> </term> <listitem> <para>Compress the generated initramfs using gzip. - This will be done by default, unless another compression option or --no-compress is passed.</para> + This will be done by default, unless another compression option or --no-compress is passed.</para> </listitem> </varlistentry> <varlistentry> @@ -370,8 +372,10 @@ target directory in the final initramfs.</para> </term> <listitem> <para>Compress the generated initramfs using bzip2. - <warning><para>Make sure your kernel has bzip2 decompression support compiled in, otherwise you will not be able to boot.</para></warning> - </para> + <warning> + <para>Make sure your kernel has bzip2 decompression support compiled in, otherwise you will not be able to boot.</para> + </warning> + </para> </listitem> </varlistentry> <varlistentry> @@ -380,8 +384,10 @@ target directory in the final initramfs.</para> </term> <listitem> <para>Compress the generated initramfs using lzma. - <warning><para>Make sure your kernel has lzma decompression support compiled in, otherwise you will not be able to boot.</para></warning> - </para> + <warning> + <para>Make sure your kernel has lzma decompression support compiled in, otherwise you will not be able to boot.</para> + </warning> + </para> </listitem> </varlistentry> <varlistentry> @@ -394,10 +400,10 @@ target directory in the final initramfs.</para> </varlistentry> <varlistentry> <term> - <option></option> + <option>--list-modules</option> </term> <listitem> - <para></para> + <para>List all available dracut modules.</para> </listitem> </varlistentry> </variablelist> |