summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-04 05:07:01 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-04 05:07:01 +0100
commitaa1671320df5bd8aa4108c0efb34a49fdedd0e5f (patch)
tree0ab1852c67199b213daf80cc4817331c1e32d373 /src/main.c
parented1c99fcc13f279eccf25fc20427eb92867da245 (diff)
main: add link to wiki page with longer explanation of the /usr madness
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
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[]) {