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 | |
parent | 9b3d462b685e763e5b0df12779a59bcf19b67658 (diff) | |
download | dracut-d350ae696692dcbe82887b685667bc1974e2beac.tar.gz dracut-d350ae696692dcbe82887b685667bc1974e2beac.tar.bz2 dracut-d350ae696692dcbe82887b685667bc1974e2beac.zip |
manpage xml: changed DTD to docbook 4.5
-rw-r--r-- | dracut-catimages.8.xml | 3 | ||||
-rw-r--r-- | dracut-gencmdline.8.xml | 3 | ||||
-rw-r--r-- | dracut.8.xml | 14 | ||||
-rw-r--r-- | dracut.conf.5.xml | 12 | ||||
-rw-r--r-- | dracut.kernel.7.xml | 2 |
5 files changed, 24 insertions, 10 deletions
diff --git a/dracut-catimages.8.xml b/dracut-catimages.8.xml index 67a6ae40..b8f6714b 100644 --- a/dracut-catimages.8.xml +++ b/dracut-catimages.8.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> <!-- lifted from troff+man by doclifter --> <refentry id='dracutcatimages8'> <refmeta> diff --git a/dracut-gencmdline.8.xml b/dracut-gencmdline.8.xml index 6b035828..b11a552a 100644 --- a/dracut-gencmdline.8.xml +++ b/dracut-gencmdline.8.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> <!-- lifted from troff+man by doclifter --> <refentry id='dracutgencmdline8'> <refmeta> 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> diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml index fe1935e9..1c0146a3 100644 --- a/dracut.conf.5.xml +++ b/dracut.conf.5.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 id="dracutconf5"> <refentryinfo> <title>dracut.conf</title> @@ -124,7 +124,15 @@ 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">This does not work, if chrooted to another root other than the real root device.</emphasis></para> +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> + <envar>use_fstab="<replaceable>{yes|no}</replaceable>"</envar> + </term> + <listitem> + <para>Use /etc/fstab instead of /proc/self/mountinfo.</para> </listitem> </varlistentry> <varlistentry> diff --git a/dracut.kernel.7.xml b/dracut.kernel.7.xml index 69925a25..08a3b1c7 100644 --- a/dracut.kernel.7.xml +++ b/dracut.kernel.7.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.3/docbookx.dtd" []> <refentry> <refentryinfo> <title>dracut.kernel</title> |