mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +03:00
clarify separate-/usr message
Everything should be fine if /usr is mounted from initramfs.
This commit is contained in:
parent
24310c11ba
commit
2376ce132b
@ -991,7 +991,7 @@ static void test_usr(void) {
|
|||||||
if (dir_is_empty("/usr") <= 0)
|
if (dir_is_empty("/usr") <= 0)
|
||||||
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 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. "
|
"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.");
|
"Consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken for more information.");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user