From cb732e6010aa7cc0b22ffb91e59b036f1324e679 Mon Sep 17 00:00:00 2001 From: Morton Jonuschat Date: Sun, 21 Aug 2022 02:06:40 +0000 Subject: [PATCH] Add --allow-releaseinfo-change to pkgupgrade module Adding this flag to the pkgupgrade module seems to have been missed in PR #171 --- src/modules/pkgupgrade/start_chroot_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/pkgupgrade/start_chroot_script b/src/modules/pkgupgrade/start_chroot_script index 8dec33a7..b5b24b22 100644 --- a/src/modules/pkgupgrade/start_chroot_script +++ b/src/modules/pkgupgrade/start_chroot_script @@ -18,7 +18,7 @@ if [ -z "${DEBIAN_FRONTEND}" ]; then fi ## Force Update -apt update +apt update --allow-releaseinfo-change ### Pre Update Section if [ "${PKGUPGRADE_DISTUPGRADE}" = "y" ]; then