From 0e068bdd47c9052528b16510e8f487a53216ceaf Mon Sep 17 00:00:00 2001 From: Elias Bakken Date: Sat, 25 Nov 2023 17:25:08 +0100 Subject: [PATCH] Do not upgrade to latest kernel. It removes the device tree patches applied by Rebuild and has a kernel that breaks partprobe --- build-image-in-chroot-end-to-end.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image-in-chroot-end-to-end.sh b/build-image-in-chroot-end-to-end.sh index 9a371371..58de6e44 100755 --- a/build-image-in-chroot-end-to-end.sh +++ b/build-image-in-chroot-end-to-end.sh @@ -110,7 +110,7 @@ set +e # allow this to fail - we'll check the return code chroot ${MOUNTPOINT} su -c "\ export DEBIAN_FRONTEND=noninteractive && \ cd ${REFACTOR_HOME} && \ -apt update && apt -y upgrade -o Dpkg::Options::="--force-confold" && \ +apt update && \ apt install -y ansible python && \ ansible-playbook ${SYSTEM_ANSIBLE} -T 180 --extra-vars '${ANSIBLE_PLATFORM_VARS}' -i hosts"