A small fix for intel-iot

This commit is contained in:
Łukasz 'sil2100' Zemczak 2021-08-04 17:35:11 +02:00
parent 41bd6c18a9
commit 977c1cf74b
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.664.27) UNRELEASED; urgency=medium
* And whoops, we missed adding ARCH in the SUBARCH ubuntu-image handling for
intel-iot.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 04 Aug 2021 17:32:37 +0200
livecd-rootfs (2.664.26) focal; urgency=medium
* Revert previous change of fixing /dev sharing - this causes weird

View File

@ -320,7 +320,7 @@ case $IMAGEFORMAT in
ubuntu-image)
UBUNTU_IMAGE_ARGS=""
case "$ARCH+${SUBARCH:-}" in
intel-iot)
amd64+intel-iot)
MODEL=intel-iot ;;
amd64+*)
MODEL=pc-amd64 ;;