coreos-base/oem-gce: Enable timer and remove debug files

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-04-02 12:29:13 +00:00
parent 8caa5a8512
commit e1a7a9e36c
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ set -euo pipefail
rootfs="${1}"
find "${rootfs}/"
rm -rf "${rootfs}"/usr/lib/debug

View File

@ -29,5 +29,5 @@ RDEPEND="
OEM_NAME="Google Compute Engine"
src_install() {
:
systemd_enable_service timers.target google-oslogin-cache.timer
}