mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-04 23:31:31 +00:00
A small fix for intel-iot
This commit is contained in:
parent
41bd6c18a9
commit
977c1cf74b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
livecd-rootfs (2.664.26) focal; urgency=medium
|
||||||
|
|
||||||
* Revert previous change of fixing /dev sharing - this causes weird
|
* Revert previous change of fixing /dev sharing - this causes weird
|
||||||
|
@ -320,7 +320,7 @@ case $IMAGEFORMAT in
|
|||||||
ubuntu-image)
|
ubuntu-image)
|
||||||
UBUNTU_IMAGE_ARGS=""
|
UBUNTU_IMAGE_ARGS=""
|
||||||
case "$ARCH+${SUBARCH:-}" in
|
case "$ARCH+${SUBARCH:-}" in
|
||||||
intel-iot)
|
amd64+intel-iot)
|
||||||
MODEL=intel-iot ;;
|
MODEL=intel-iot ;;
|
||||||
amd64+*)
|
amd64+*)
|
||||||
MODEL=pc-amd64 ;;
|
MODEL=pc-amd64 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user