Merge branch 'pr/coreutils' into 'main'
tier-0/x: various tweaks See merge request fedora/bootc/base-images!54
This commit is contained in:
commit
92172d2d56
|
|
@ -25,7 +25,5 @@ postprocess:
|
||||||
- |
|
- |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -xeuo pipefail
|
set -xeuo pipefail
|
||||||
# Until we have https://github.com/coreos/rpm-ostree/pull/2275
|
|
||||||
mkdir -p /run
|
|
||||||
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
|
# Transforms /usr/lib/ostree-boot into a bootupd-compatible update payload
|
||||||
/usr/bin/bootupctl backend generate-update-metadata
|
/usr/bin/bootupctl backend generate-update-metadata
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,8 @@ include:
|
||||||
- basic-fixes.yaml
|
- basic-fixes.yaml
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
# this is implied by dependencies but let's make it explicit
|
||||||
|
- coreutils
|
||||||
# needed for building derived container images
|
# needed for building derived container images
|
||||||
- dnf5
|
- dnf5
|
||||||
# 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
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,9 @@ packages:
|
||||||
# crun recommends but doesn't require criu and criu-libs. We want them for
|
# crun recommends but doesn't require criu and criu-libs. We want them for
|
||||||
# checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
|
# checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
|
||||||
- criu criu-libs
|
- criu criu-libs
|
||||||
|
# deps of bootc, but let's be explicit. e.g. even if bootc drops the skopeo
|
||||||
|
# dep, we still want it
|
||||||
|
- podman skopeo
|
||||||
# storage
|
# storage
|
||||||
- cryptsetup
|
- cryptsetup
|
||||||
- lvm2
|
- lvm2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue