[systemd-commits] src/main.c

Kay Sievers kay at kemper.freedesktop.org
Sun Jul 10 17:15:49 PDT 2011


 src/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2376ce132bdba049f015b22b2db3a77c570aa154
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Mon Jul 11 02:12:42 2011 +0200

    clarify separate-/usr message
    
    Everything should be fine if /usr is mounted from initramfs.

diff --git a/src/main.c b/src/main.c
index 5a8ef52..0bcd09c 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.");
 }



More information about the systemd-commits mailing list