diff --git a/debian/changelog b/debian/changelog index 0c98f3d2..83f065eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.664.28) UNRELEASED; urgency=medium + + [ Brian Murray ] + * Make sure we're using the 'classic' branch for the intel-iot gadget. + + -- Ɓukasz 'sil2100' Zemczak Thu, 12 Aug 2021 12:58:24 +0200 + livecd-rootfs (2.664.27) focal; urgency=medium * And whoops, we missed adding ARCH in the SUBARCH ubuntu-image handling for diff --git a/live-build/auto/config b/live-build/auto/config index fa655830..32d7b7ce 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -440,6 +440,7 @@ case $IMAGEFORMAT in ;; intel-iot) MODEL=pc + BRANCH=classic ;; esac