diff options
author | Harald Hoyer <harald@redhat.com> | 2010-08-05 19:13:16 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-08-05 19:13:16 +0200 |
commit | 27e15000d035f511791d6e5f439e899d4a0a9bc7 (patch) | |
tree | a7e3460bdaa9492c37c238f97c0ba69124e6ae5e | |
parent | 029f2691f8d0d521e9344ad111f43caa0500ea4f (diff) | |
download | dracut-27e15000d035f511791d6e5f439e899d4a0a9bc7.tar.gz dracut-27e15000d035f511791d6e5f439e899d4a0a9bc7.tar.bz2 dracut-27e15000d035f511791d6e5f439e899d4a0a9bc7.zip |
manpages: add note, that host-only mode does not work in chroot()
-rw-r--r-- | dracut.8.xml | 2 | ||||
-rw-r--r-- | dracut.conf.5.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dracut.8.xml b/dracut.8.xml index 924ff4cb..5005af89 100644 --- a/dracut.8.xml +++ b/dracut.8.xml @@ -313,7 +313,7 @@ Thsi is useful when running dracut from a git checkout.</para> </term> <listitem> <para>Host-Only mode: Install only what is needed for -booting the local host instead of a generic host.</para> +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> </listitem> </varlistentry> <varlistentry> diff --git a/dracut.conf.5.xml b/dracut.conf.5.xml index 10fb09df..8de29cd0 100644 --- a/dracut.conf.5.xml +++ b/dracut.conf.5.xml @@ -124,7 +124,7 @@ initramfs.</para> </term> <listitem> <para>Host-Only mode: Install only what is needed for booting -the local host instead of a generic host.</para> +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> </listitem> </varlistentry> <varlistentry> |