mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 08:51:50 +00:00
Imported 2.542
No reason for CPC update specified.
This commit is contained in:
parent
e453f96548
commit
7b264f4d10
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.542) cosmic; urgency=medium
|
||||||
|
|
||||||
|
* Decide what model assertion series to fetch depending on the suite. Use 16
|
||||||
|
for xenial and 18 for other series (bionic+). This enables core18 image
|
||||||
|
builds.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Wed, 03 Oct 2018 11:51:59 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.541) cosmic; urgency=medium
|
livecd-rootfs (2.541) cosmic; urgency=medium
|
||||||
|
|
||||||
[ Michael Hudson-Doyle ]
|
[ Michael Hudson-Doyle ]
|
||||||
|
@ -185,6 +185,14 @@ case $IMAGEFORMAT in
|
|||||||
*)
|
*)
|
||||||
UBUNTU_IMAGE_ARGS="" ;;
|
UBUNTU_IMAGE_ARGS="" ;;
|
||||||
esac
|
esac
|
||||||
|
case $SUITE in
|
||||||
|
xenial)
|
||||||
|
# Ubuntu Core 16
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
# Ubuntu Core 18
|
||||||
|
MODEL="ubuntu-core-18-${MODEL#pc-}" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common
|
echo "IMAGEFORMAT=$IMAGEFORMAT" >> config/common
|
||||||
echo "UBUNTU_IMAGE_ARGS=\"$UBUNTU_IMAGE_ARGS\"" >> config/common
|
echo "UBUNTU_IMAGE_ARGS=\"$UBUNTU_IMAGE_ARGS\"" >> config/common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user