Enable `bootc-fetch-apply-updates.service` by default
This landed in c13c9eb8dc
And we want to come out emphasizing it.
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
9e48ca73c4
commit
67462b0dbc
|
|
@ -0,0 +1,11 @@
|
||||||
|
# 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
|
||||||
|
|
@ -54,6 +54,7 @@ include:
|
||||||
- ostree.yaml
|
- ostree.yaml
|
||||||
- bootc-config.yaml
|
- bootc-config.yaml
|
||||||
- initramfs.yaml
|
- initramfs.yaml
|
||||||
|
- autoupdates.yaml
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
# Even in tier-0, we have this. If you don't want SELinux today, you'll need
|
# Even in tier-0, we have this. If you don't want SELinux today, you'll need
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../tier-0/autoupdates.yaml
|
||||||
Loading…
Reference in New Issue