GNOME Bugzilla – Bug 740947
deploy: Ensure that we can deploy using only /usr/lib/ostree-boot
Last modified: 2014-12-02 21:52:17 UTC
rpm-ostree at least has the option to generate a tree with just that instead of /boot, but while we were enumerating the latter, we'd still return paths from /boot.
Created attachment 291857 [details] [review] deploy: Ensure that we can deploy using only /usr/lib/ostree-boot
Review of attachment 291857 [details] [review]: Not sure I fully understand the context but the patch looks okay. As I understand this you want to return paths relative to $DEPLOYROOT/usr/lib/ostree-boot instead of $DEPLOYROOT/boot, which may not exist.
Yeah, to clarify there are 3 possibilities: 1) Only $DEPLOYROOT/boot 2) Both $DEPLOYROOT/boot and $DEPLOYROOT/usr/lib/ostree-boot 3) Only $DEPLOYROOT/usr/lib/ostree-boot The goal is #3, but it's a choice of the tree composer side.
Attachment 291857 [details] pushed as 37a0599 - deploy: Ensure that we can deploy using only /usr/lib/ostree-boot