mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 21:27:10 +00:00
Decide what model assertion series to fetch depending on the suite. For xenial use 16 and for others (so bionic+): 18.
This commit is contained in:
parent
b85cf0fc58
commit
c184977a90
@ -185,11 +185,17 @@ case $IMAGEFORMAT in
|
|||||||
*)
|
*)
|
||||||
UBUNTU_IMAGE_ARGS="" ;;
|
UBUNTU_IMAGE_ARGS="" ;;
|
||||||
esac
|
esac
|
||||||
|
case $SUITE in
|
||||||
|
xenial)
|
||||||
|
CORE_SERIES=16 ;;
|
||||||
|
*)
|
||||||
|
CORE_SERIES=18 ;;
|
||||||
|
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
|
||||||
# Store model assertion in top dir to get it picked up later as a build artifact
|
# Store model assertion in top dir to get it picked up later as a build artifact
|
||||||
env SNAPPY_STORE_NO_CDN=1 snap known --remote model series=16 model="$MODEL" brand-id=canonical > "$PREFIX".model-assertion
|
env SNAPPY_STORE_NO_CDN=1 snap known --remote model series=$CORE_SERIES model="$MODEL" brand-id=canonical > "$PREFIX".model-assertion
|
||||||
echo "Configured ubuntu-image for the following model assertion:"
|
echo "Configured ubuntu-image for the following model assertion:"
|
||||||
cat "$PREFIX".model-assertion
|
cat "$PREFIX".model-assertion
|
||||||
echo "----------------------------------------------------------"
|
echo "----------------------------------------------------------"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user