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

Commit

Permalink
sys-apps/baselayout: Only relabel a minimal set of /etc files
Browse files Browse the repository at this point in the history
This pulls in
flatcar/baselayout#28 to fix a regression in
flatcar/baselayout#24 due to how
systemd-tmpfiles' Z rule seems to cause unnecessary changes in files.
  • Loading branch information
pothos committed Mar 6, 2023
1 parent e2459a8 commit e097088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-apps/baselayout/baselayout-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="ef610cfd99190ba33b5f6b27eb66dddc299ee332" # flatcar-master
CROS_WORKON_COMMIT="17373615814e72c86102ae2cca3509f8f4afa558" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit e097088

Please sign in to comment.