chiark / gitweb /
main: add link to wiki page with longer explanation of the /usr madness
[elogind.git] / src / main.c
index cf54c7af42ef5a4493f4ecd8fdc30bc34a28648b..3291561e099bbacc0d45bec83013ae47d523b7e4 100644 (file)
@@ -961,7 +961,8 @@ static void test_usr(void) {
                 return;
 
         log_warning("/usr appears to be on a different file system than /. This is not supported anymore. "
                 return;
 
         log_warning("/usr appears to be on a different file system than /. This is not supported anymore. "
-                    "Some things will probably break (sometimes even silently) in mysterious ways.");
+                    "Some things will probably break (sometimes even silently) in mysterious ways. "
+                    "Consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.");
 }
 
 int main(int argc, char *argv[]) {
 }
 
 int main(int argc, char *argv[]) {