mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-29 20:40:44 +00:00
Enable bootc-fetch-apply-updates.service by default
This landed in https://github.com/containers/bootc/pull/179/commits/c13c9eb8dcd829db0b8d35a526ee7a0e9bc91e97 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
3 changed files with 13 additions and 0 deletions
11
tier-0/autoupdates.yaml
Normal file
11
tier-0/autoupdates.yaml
Normal file
|
|
@ -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
|
||||
- bootc-config.yaml
|
||||
- initramfs.yaml
|
||||
- autoupdates.yaml
|
||||
|
||||
packages:
|
||||
# Even in tier-0, we have this. If you don't want SELinux today, you'll need
|
||||
|
|
|
|||
1
tier-1/autoupdates.yaml
Symbolic link
1
tier-1/autoupdates.yaml
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../tier-0/autoupdates.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue