Properly check ARCH when setting the intel-iot model.

impish-sru-lp-1946520
Brian Murray 3 years ago
parent 58259c7d23
commit 85fb768f4f

6
debian/changelog vendored

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

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

Loading…
Cancel
Save