From aa1671320df5bd8aa4108c0efb34a49fdedd0e5f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 4 Mar 2011 05:07:01 +0100 Subject: [PATCH 1/1] main: add link to wiki page with longer explanation of the /usr madness --- README | 3 +++ src/main.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index a1d100c63..96fdc5f31 100644 --- 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. + For more information on this issue consult + http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken + ENGINEERING AND CONSULTING SERVICES: ProFUSION offers professional engineering and consulting services for systemd for embedded diff --git a/src/main.c b/src/main.c index cf54c7af4..3291561e0 100644 --- a/src/main.c +++ b/src/main.c @@ -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. " - "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[]) { -- 2.30.2