From 971ff8c78b3a7d94ed2289077f856c6988d18183 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 24 Jun 2014 18:10:30 +0200 Subject: switch-root: create essential base directories at system bootup This allows us to bootup a rootfs with a /usr directory only. --- src/nspawn/nspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nspawn') diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 501bccae87..0a8dc0cf30 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -3011,7 +3011,7 @@ int main(int argc, char *argv[]) { r = base_filesystem_create(arg_directory); if (r < 0) { - log_error("creating base filesystem failed: %s", strerror(-r)); + log_error("Failed to create the base filesystem: %s", strerror(-r)); goto child_fail; } -- cgit v1.2.3-54-g00ecf