Skip to content

ostree-config: Fix conflicts with bash-config from Freedesktop SDK

Valentin David requested to merge valentindavid/ostee-root-bash-config into master

bash-config installs files in /root, but this has to be replaced by a symlink. /var/roothome is created by tmpfiles.d so, we need to copy the initial files there.

Merge request reports