Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #440 from mvo5/fix-roothome
Browse files Browse the repository at this point in the history
basic-fixes: Tweak basic-fixes: Tweak tmpfiles.d/provision.conf
  • Loading branch information
cgwalters authored Mar 18, 2024
2 parents f8486c6 + 8ee104d commit ecb0254
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tier-0/basic-fixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ postprocess:
# work if we want to use tmpfiles.d to write to `/root/.ssh` because
# tmpfiles gives up on that before getting to `/var/roothome`.
sed -ie 's, /root, /var/roothome,' /usr/lib/tmpfiles.d/provision.conf
# Because /var/roothome is also defined in rpm-ostree-0-integration.conf
# we need to delete /var/roothome
sed -ie '/^d- \/var\/roothome /d' /usr/lib/tmpfiles.d/provision.conf

0 comments on commit ecb0254

Please sign in to comment.