chiark / gitweb /
update README
authorLennart Poettering <lennart@poettering.net>
Wed, 24 Aug 2011 21:29:28 +0000 (23:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Aug 2011 21:29:28 +0000 (23:29 +0200)
README
src/getty-generator.c

diff --git a/README b/README
index 59cdd57eb6caff377fea6c4629040c10392c3896..15afb2cf95de36106e34798727f18a518fe050a1 100644 (file)
--- a/README
+++ b/README
@@ -68,6 +68,11 @@ REQUIREMENTS:
         add a dependency on nss-myhostname to the package that
         includes systemd-hostnamed.
 
+        Note that D-Bus can link against libsystemd-login.so, which
+        results in a cyclic build dependency. To accomodate for this
+        please build D-Bus without systemd first, then build systemd,
+        then rebuild D-Bus with systemd support.
+
 WARNINGS:
         systemd will warn you during boot if /etc/mtab is not a
         symlink to /proc/mounts. Please ensure that /etc/mtab is a
index b8228e98223f83506a54019f427389f46a18f959..7cce76fb81cefea9826fea2ed21029998b43f78c 100644 (file)
@@ -76,7 +76,7 @@ int main(int argc, char *argv[]) {
         umask(0022);
 
         if (detect_container(NULL) > 0) {
-                log_debug("Automatic adding console shell.");
+                log_debug("Automatically adding console shell.");
 
                 if (add_symlink("console-shell.service", "console-shell.service") < 0)
                         r = EXIT_FAILURE;