GNOME Bugzilla – Bug 724183
boot/ostree-remount.service: run before tmpfiles.d
Last modified: 2014-02-11 22:27:58 UTC
When implementing the default layout as suggested at https://developer.gnome.org/ostree/2013.6/layout.html we ran into difficulties because tmpfiles.d was being run before ostree has made the appropriate directories read-write.
Created attachment 268853 [details] [review] boot/ostree-remount.service: run before tmpfiles.d tmpfiles.d configurations generally require write access to some places that are read-only until ostree-remount runs. Make sure ostree-remount has run first. Thanks to Cosimo Cecchi for finding and diagnosing this problem.
Review of attachment 268853 [details] [review]: Hm, surprised I haven't hit this myself. Thanks for the patch!
Attachment 268853 [details] pushed as c8b16d9 - boot/ostree-remount.service: run before tmpfiles.d