Properly check ARCH when setting the intel-iot model.

This commit is contained in:
Brian Murray 2021-09-29 16:34:51 -07:00
parent 58259c7d23
commit 85fb768f4f
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.742) UNRELEASED; urgency=medium
* Properly check ARCH when setting the intel-iot model.
-- Brian Murray <brian@ubuntu.com> Wed, 29 Sep 2021 16:33:49 -0700
livecd-rootfs (2.741) impish; urgency=medium
[ John Chittum ]

View File

@ -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