mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-28 08:51:11 +02:00
sys-apps/baselayout: Only relabel a minimal set of /etc files
This pulls in https://github.com/flatcar/baselayout/pull/28 to fix a regression in https://github.com/flatcar/baselayout/pull/24 due to how systemd-tmpfiles' Z rule seems to cause unnecessary changes in files.
This commit is contained in:
parent
57ec8db3b4
commit
86e96adb5a
@ -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="9082621e94ee6a1cdad9e15aa17a747d46c33c6f" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user