diff options
author | Harald Hoyer <harald@redhat.com> | 2010-08-06 13:53:24 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-08-06 13:53:24 +0200 |
commit | d350ae696692dcbe82887b685667bc1974e2beac (patch) | |
tree | 93d3859de141a0fb2fe56a9ff354bfc4fe838b8f /dracut.8.xml | |
parent | 9b3d462b685e763e5b0df12779a59bcf19b67658 (diff) | |
download | dracut-d350ae696692dcbe82887b685667bc1974e2beac.tar.gz dracut-d350ae696692dcbe82887b685667bc1974e2beac.tar.bz2 dracut-d350ae696692dcbe82887b685667bc1974e2beac.zip |
manpage xml: changed DTD to docbook 4.5
Diffstat (limited to 'dracut.8.xml')
-rw-r--r-- | dracut.8.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/dracut.8.xml b/dracut.8.xml index 592fcbca..ed4b74bf 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- This document was created with Syntext Serna Free. --><!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []> +<!-- This document was created with Syntext Serna Free. --><!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> <refentry> <refentryinfo> <title>dracut</title> @@ -312,8 +312,16 @@ 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">This does not work, if chrooted to another root other than the real root device.</emphasis></para> + <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> + </listitem> + </varlistentry> + <varlistentry> + <term> + <option>--fstab</option> + </term> + <listitem> + <para>Use /etc/fstab instead of /proc/self/mountinfo.</para> </listitem> </varlistentry> <varlistentry> |