bootc-base-images/tier-0/autoupdates.yaml

12 lines
273 B
YAML

# Enable automatic updates by default
# Configuration for bootc
postprocess:
- |
#!/usr/bin/env bash
set -euo pipefail
target=/usr/lib/systemd/system/default.target.wants
mkdir -p $target
set -x
ln -s ../bootc-fetch-apply-updates.service $target