diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-17 19:35:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-05-17 19:35:56 +0200 |
commit | fff2e5b58bab7a5ffbb7593742d462197b06728c (patch) | |
tree | d2a25d05691fc34f3290e7f87e327dbaa672f480 | |
parent | c2a14cf0dd0fa4b8af7d9198527518ced59e0a29 (diff) |
README: document relation to nss-myhostname
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -56,6 +56,14 @@ REQUIREMENTS: plymouth (optional) dracut (optional) + When systemd-hostnamed is used it is strongly recommended to + install nss-myhostname to ensure that in a world of + dynamically changing hostnames the hostname stays resolveable + under all circumstances. In fact, systemd-hostnamed will warn + if nss-myhostname is not installed. Packagers are encouraged to + add a dependency on nss-myhostname to the package that + includes systemd-hostnamed. + WARNINGS: systemd will warn you during boot if /etc/mtab is not a symlink to /proc/mounts. Please ensure that /etc/mtab is a |