chiark / gitweb /
main: add link to wiki page with longer explanation of the /usr madness
authorLennart Poettering <lennart@poettering.net>
Fri, 4 Mar 2011 04:07:01 +0000 (05:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 4 Mar 2011 04:07:01 +0000 (05:07 +0100)
README
src/main.c

diff --git a/README b/README
index a1d100c6343c8db930dba796e89a355ff3a24b2f..96fdc5f3152462649190cff3d1038ac6fd4c0f50 100644 (file)
--- a/README
+++ b/README
@@ -72,6 +72,9 @@ WARNINGS:
         about this, since this kind of file system setup is not really
         supported anymore by the basic set of Linux OS components.
 
         about this, since this kind of file system setup is not really
         supported anymore by the basic set of Linux OS components.
 
+        For more information on this issue consult
+        http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
+
 ENGINEERING AND CONSULTING SERVICES:
         ProFUSION <http://profusion.mobi> offers professional
         engineering and consulting services for systemd for embedded
 ENGINEERING AND CONSULTING SERVICES:
         ProFUSION <http://profusion.mobi> offers professional
         engineering and consulting services for systemd for embedded
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[]) {