From f3325d07ebaf7fdd85787520f7e2c3fb33b9f9cc Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 9 Jul 2012 09:50:34 +0000 Subject: SystemBuilder: mount rootfs rw initially This is required for systemd's journald to start. This is probably a bad dependency in systemd, trying to start the journal before it has mounted everything properly. This required a compat change, it is a string to make it more noticeable that it's a temporary version. --- morphlib/cachekeycomputer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/cachekeycomputer.py') diff --git a/morphlib/cachekeycomputer.py b/morphlib/cachekeycomputer.py index c2e7490a..85d13934 100644 --- a/morphlib/cachekeycomputer.py +++ b/morphlib/cachekeycomputer.py @@ -97,7 +97,7 @@ class CacheKeyComputer(object): if kind == 'stratum': keys['stratum-format-version'] = 1 elif kind == 'system': - keys['system-compatibility-version'] = 1 + keys['system-compatibility-version'] = "1~ (temporary, root rw)" return keys -- cgit v1.2.1