main: add link to wiki page with longer explanation of the /usr madness

This commit is contained in:
Lennart Poettering 2011-03-04 05:07:01 +01:00
parent ed1c99fcc1
commit aa1671320d
2 changed files with 5 additions and 1 deletions

3
README
View File

@ -72,6 +72,9 @@ WARNINGS:
about this, since this kind of file system setup is not really about this, since this kind of file system setup is not really
supported anymore by the basic set of Linux OS components. 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: ENGINEERING AND CONSULTING SERVICES:
ProFUSION <http://profusion.mobi> offers professional ProFUSION <http://profusion.mobi> offers professional
engineering and consulting services for systemd for embedded engineering and consulting services for systemd for embedded

View File

@ -961,7 +961,8 @@ static void test_usr(void) {
return; return;
log_warning("/usr appears to be on a different file system than /. This is not supported anymore. " 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[]) {