Merge pull request #11427 from BbolroC/bump-rootfs-confidential-s390x

rootfs: Bump rootfs-{image,initrd} to 24.04
This commit is contained in:
Steve Horsman
2025-06-18 09:06:58 +01:00
committed by GitHub
2 changed files with 17 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ PACKAGES="chrony iptables dbus"
[ "$AGENT_INIT" = no ] && PACKAGES+=" init"
[ "$MEASURED_ROOTFS" = yes ] && PACKAGES+=" cryptsetup-bin e2fsprogs"
[ "$SECCOMP" = yes ] && PACKAGES+=" libseccomp2"
[ "$(uname -m)" = "s390x" ] && PACKAGES+=" libcurl4 libnghttp2-14"
REPO_COMPONENTS=${REPO_COMPONENTS:-main}
case "$ARCH" in