diff --git a/debian/changelog b/debian/changelog index 02ca3e7d..73ddeee0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.742) UNRELEASED; urgency=medium + + * Properly check ARCH when setting the intel-iot model. + + -- Brian Murray Wed, 29 Sep 2021 16:33:49 -0700 + livecd-rootfs (2.741) impish; urgency=medium [ John Chittum ] diff --git a/live-build/auto/config b/live-build/auto/config index 807223b7..11b69390 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -917,7 +917,7 @@ case $PROJECT in KERNEL_FLAVOURS=generic fi ;; - amd64) + amd64*) if [ "${SUBARCH:-}" = "generic" ]; then KERNEL_FLAVOURS=generic elif [ "${SUBARCH:-}" = "intel-iot" ]; then