Because xdg-app needs ostree, ostree has to be installed. The package contains /etc/dracut.conf.d/ostree.conf First of all my boot process should not be altered because I want to use xdg-app. Secondly, please use /usr/lib/dracut/dracut.conf.d/ for RPMs. /etc is for the admin. Please split out the dracut part somehow. I don't plan to use ostree for my /usr. I only want to use xdg-app. Thanks
Hm...we could probably delete the conf file entirely, and change rpm-ostree to invoke dracut with `--add ostree` ?
(In reply to Colin Walters from comment #1) > Hm...we could probably delete the conf file entirely, and change rpm-ostree > to invoke dracut with `--add ostree` ? yes, you could
https://github.com/projectatomic/rpm-ostree/pull/276
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'.
Er, still didn't make the spec change, will do now.
commit af4b821a6645fc93ca067c67f5f4bdf569a93b30 Author: Colin Walters <walters> AuthorDate: Fri Sep 16 08:39:25 2016 -0400 Commit: Colin Walters <walters> CommitDate: Fri Sep 16 09:16:27 2016 -0400 Set --with-dracut=yesbutnoconf Resolves: #1331369 This will also help, except things get messier since flatpak wants rofiles-fuse which currently lives in the binary package. commit 3b37a92bc97525bf1550935e8e26447e29466b6b Author: Colin Walters <walters> AuthorDate: Tue Feb 7 13:23:03 2017 -0500 Commit: Colin Walters <walters> CommitDate: Tue Feb 7 14:39:45 2017 -0500 Split off ostree-libs This is the inverse of upstream https://github.com/ostreedev/ostree/pull/659 but renaming the package would be hard for low immediate gain. With this at least, flatpak could theoretically depend just on libostree. And similarly for rpm-ostree compose tree (when that gets split out).