diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-04 05:07:01 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-04 05:07:01 +0100 |
commit | aa1671320df5bd8aa4108c0efb34a49fdedd0e5f (patch) | |
tree | 0ab1852c67199b213daf80cc4817331c1e32d373 /src | |
parent | ed1c99fcc13f279eccf25fc20427eb92867da245 (diff) |
main: add link to wiki page with longer explanation of the /usr madness
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index cf54c7af42..3291561e09 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[]) { |