diff --git a/debian/changelog b/debian/changelog index 718bc1ae..6a47f352 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ livecd-rootfs (2.833) UNRELEASED; urgency=medium * Revert all the losetup related changes introduced in versions between 2.829 and 2.832. Those are not quite good for lunar due to CPC incompatibilities. + * Add ubuntucinnamon, ubuntu-unity and edubuntu to the workaround for the + invalid apt cache issue we encountered during all of our previous + releases. -- Ɓukasz 'sil2100' Zemczak Tue, 18 Apr 2023 10:17:26 +0100 diff --git a/live-build/auto/build b/live-build/auto/build index 8c7688a5..2568057e 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -499,7 +499,7 @@ EOF # affected by this, we manually clear out the archive-related Packages # files in the cache. case $PROJECT in - ubuntu|xubuntu|kubuntu|ubuntu-budgie|ubuntukylin|ubuntu-mate) + ubuntu|xubuntu|kubuntu|ubuntu-budgie|ubuntukylin|ubuntu-mate|ubuntucinnamon|ubuntu-unity|edubuntu) rm -f chroot/var/lib/apt/lists/*ubuntu.com*_Packages ;; esac