coreos/rpm-ostree

`opt-usrlocal` treefile option is too specific

jmpolom opened this issue · 2 comments

Both /opt and /usr/local should be separately configurable as symlinks into respective directories in /var. A user may want one but not both to be persisted via /var or may wish to mount other filesystems into a normal directory for one of them.

Yes, I completely agree. The direction I want to take things is to move towards supporting arbitrary front ends (dnf —installroot etc) and just doing a commit here. There, one can set up the filesystem however you like without us trying to have a declarative front end to all permutations of things.

Yes, I completely agree. The direction I want to take things is to move towards supporting arbitrary front ends (dnf —installroot etc) and just doing a commit here. There, one can set up the filesystem however you like without us trying to have a declarative front end to all permutations of things.

Would something like this not ultimately be more of an ostree activity/feature, outside of rpm-ostree? rpm-ostree seems fairly tied to the rpm/dnf ecosystem.