From 85fb768f4f5b89584c8536d70c2b99e17f2881ae Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Wed, 29 Sep 2021 16:34:51 -0700 Subject: [PATCH] Properly check ARCH when setting the intel-iot model. --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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