coreos / bootupd

Bootloader updater
Apache License 2.0
131 stars 24 forks source link

Don't hardcode usr/share/rpm #764

Closed cgwalters closed 1 week ago

cgwalters commented 3 weeks ago

We don't need this on modern Fedora anymore for example. If we detect the sysimage path, then just use it.

cgwalters commented 3 weeks ago

Ah right fun fun, we still set _dbpath /usr/share/rpm in rpm-ostree as canonical...

cgwalters commented 1 week ago

OK right so the problem here was actually that rpm-ostree only writes the macro for the rpmdb in postprocessing.

cgwalters commented 1 week ago

OK this one is actually tested more