From 9f1c91c0689811f0b782692d686ddcf2e0dba780 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 17 Aug 2012 17:00:51 +0000 Subject: Re-petrify systemd Systems are mounted read-only in the previously released version of morph, this causes bugs in systemd, there's a hacky fix in systemd to handle this, which needs to be used. --- foundation.morph | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/foundation.morph b/foundation.morph index 5251f6a..7daac11 100644 --- a/foundation.morph +++ b/foundation.morph @@ -8,10 +8,10 @@ }, { "repo": "upstream:eglibc2", - "morph": "eglibc", + "build-depends": [], "ref": "443881d8d0561260ec42fa8c1ceebcf84cade3fb", "name": "eglibc", - "build-depends": [] + "morph": "eglibc" }, { "repo": "upstream:zlib", @@ -149,7 +149,7 @@ }, { "repo": "upstream:systemd", - "ref": "e5f17a197beb10d0bfca3f7a9573d392af37a3eb", + "ref": "77185e4d3744e8b9b2d505282bca0f93321bf550", "name": "systemd", "build-depends": [ "dbus", -- cgit v1.2.1