diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-11 02:12:42 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-11 02:12:42 +0200 |
commit | 2376ce132bdba049f015b22b2db3a77c570aa154 (patch) | |
tree | 2a396e8c57fc6160dba820d14aee5b38f1307068 /src | |
parent | 24310c11ba1a45530499541f247e52d7fe8952b5 (diff) |
clarify separate-/usr message
Everything should be fine if /usr is mounted from initramfs.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 5a8ef529d2..0bcd09c4cf 100644 --- a/src/main.c +++ b/src/main.c @@ -991,7 +991,7 @@ static void test_usr(void) { if (dir_is_empty("/usr") <= 0) 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 its own filesytem and is not already mounted. This is not a supported setup. " "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."); } |