From 95c8f202195ffa96be0308b28951857e087df5c5 Mon Sep 17 00:00:00 2001 From: CloudBuilder Date: Mon, 3 Oct 2022 19:38:18 +0000 Subject: [PATCH] Imported 2.787 No reason for CPC update specified. --- debian/changelog | 7 +++++++ live-build/auto/config | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 85a2c4ea..b2a2c1f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.787) kinetic; urgency=medium + + [ Samir Akarioh ] + * fix: build OCI image failed to build. + + -- Utkarsh Gupta Thu, 29 Sep 2022 13:55:17 +0530 + livecd-rootfs (2.786) kinetic; urgency=medium * linux-firmware-raspi2 is now the package known as linux-firmware-raspi. diff --git a/live-build/auto/config b/live-build/auto/config index 41af7bf3..7fca08c6 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -1036,6 +1036,8 @@ case $PROJECT:${SUBPROJECT:-} in ;; ubuntu-base:*|ubuntu-core:*) ;; + ubuntu-oci:*) + ;; *) BASE_SEED='desktop' ;;