From a694b41c745a1a9d4036b714079c157708fd1601 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 4 May 2022 17:56:39 +0200 Subject: [PATCH] Fix apt-phased-updates Missing then Change-Id: Ifb446e44a788583c6ab7b93747927b921932aba6 --- nodepool/elements/nodepool-base/root.d/60-apt-phased-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodepool/elements/nodepool-base/root.d/60-apt-phased-updates b/nodepool/elements/nodepool-base/root.d/60-apt-phased-updates index ff28e2acec..d532cbac3f 100755 --- a/nodepool/elements/nodepool-base/root.d/60-apt-phased-updates +++ b/nodepool/elements/nodepool-base/root.d/60-apt-phased-updates @@ -23,7 +23,7 @@ set -o pipefail # NOTE(frickler): Our images builds always install the newest updates, # so we need this in order to avoid conflicts -if [ ${DIB_RELEASE} = jammy ]; +if [ ${DIB_RELEASE} = jammy ]; then if [ -d "$TARGET_ROOT/etc/apt/apt.conf.d" ]; then echo "APT::Get::Always-Include-Phased-Updates \"true\";" | sudo tee $TARGET_ROOT/etc/apt/apt.conf.d/95phased-updates fi