mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Properly check ARCH when setting the intel-iot model.
This commit is contained in:
parent
58259c7d23
commit
85fb768f4f
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user