From 44148c60a5f446cf2207ad89faf67436427fc548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 12 Aug 2021 13:45:35 +0200 Subject: [PATCH] One more fix for intel-iot. --- debian/changelog | 7 +++++++ live-build/auto/config | 1 + 2 files changed, 8 insertions(+) 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