diff options
author | Harald Hoyer <harald@redhat.com> | 2010-08-06 15:32:08 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-08-06 15:32:08 +0200 |
commit | 2576bec68fe07e4c5d04d8ec0a5c4a1f5b5f9aa2 (patch) | |
tree | 968194015ef88e64f0f01224807a802fb3934964 | |
parent | 7c1796860f9573b3b2972147d75ab07f9be64315 (diff) | |
download | dracut-2576bec68fe07e4c5d04d8ec0a5c4a1f5b5f9aa2.tar.gz dracut-2576bec68fe07e4c5d04d8ec0a5c4a1f5b5f9aa2.tar.bz2 dracut-2576bec68fe07e4c5d04d8ec0a5c4a1f5b5f9aa2.zip |
manpage update
-rw-r--r-- | dracut.8.xml | 12 | ||||
-rw-r--r-- | dracut.conf.5.xml | 4 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dracut.8.xml b/dracut.8.xml index ed4b74bf..65d7a87f 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -312,8 +312,10 @@ Thsi is useful when running dracut from a git checkout.</para> <option>--hostonly</option> </term> <listitem> - <para>Host-Only mode: Install only what is needed for booting -the local host instead of a generic host. <emphasis role="bold">If chrooted to another root other than the real root device, use "--fstab" and provide a valid /etc/fstab.</emphasis></para> + <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 /etc/fstab.</para></warning> + </para> </listitem> </varlistentry> <varlistentry> @@ -321,7 +323,7 @@ the local host instead of a generic host. <emphasis role="bold">If chrooted to a <option>--fstab</option> </term> <listitem> - <para>Use /etc/fstab instead of /proc/self/mountinfo.</para> + <para>Use <filename>/etc/fstab</filename> instead of <filename>/proc/self/mountinfo</filename>.</para> </listitem> </varlistentry> <varlistentry> @@ -332,7 +334,7 @@ the local host instead of a generic host. <emphasis role="bold">If chrooted to a <option>--include <replaceable><source directory></replaceable> <replaceable><target directory></replaceable></option> </term> <listitem> - <para>include the files in the SOURCE directory into the + <para>include the files in the source directory into the target directory in the final initramfs.</para> </listitem> </varlistentry> @@ -366,7 +368,7 @@ target directory in the final initramfs.</para> <filename>/tmp/dracut.log</filename> </term> <listitem> - <para>logfile of initramfs image creation, if /var/log/dracut.log is not writable</para> + <para>logfile of initramfs image creation, if <filename>/var/log/dracut.log</filename> is not writable</para> </listitem> </varlistentry> <varlistentry> diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml index 1c0146a3..175a2fe8 100644 --- a/dracut.conf.5.xml +++ b/dracut.conf.5.xml @@ -124,7 +124,9 @@ initramfs.</para> </term> <listitem> <para>Host-Only mode: Install only what is needed for booting -the local host instead of a generic host. <emphasis role="bold">If chrooted to another root other than the real root device, use "--fstab" and provide a valid /etc/fstab.</emphasis></para> + 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 /etc/fstab.</para></warning> + </para> </listitem> </varlistentry> <varlistentry> |