mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 17:11:35 +00:00
Imported 2.631
No reason for CPC update specified.
This commit is contained in:
parent
d3f8eccbde
commit
c9b40d078d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.631) focal; urgency=medium
|
||||||
|
|
||||||
|
* Add support for uc20 model assertions.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 10 Dec 2019 15:27:39 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.630) focal; urgency=medium
|
livecd-rootfs (2.630) focal; urgency=medium
|
||||||
|
|
||||||
* Drop installing dummy transitional linux-signed-generic, these days
|
* Drop installing dummy transitional linux-signed-generic, these days
|
||||||
|
@ -356,9 +356,12 @@ case $IMAGEFORMAT in
|
|||||||
xenial)
|
xenial)
|
||||||
# Ubuntu Core 16
|
# Ubuntu Core 16
|
||||||
;;
|
;;
|
||||||
*)
|
bionic)
|
||||||
# Ubuntu Core 18
|
# Ubuntu Core 18
|
||||||
MODEL="ubuntu-core-18-${MODEL#pc-}" ;;
|
MODEL="ubuntu-core-18-${MODEL#pc-}" ;;
|
||||||
|
*)
|
||||||
|
# Ubuntu Core 20
|
||||||
|
MODEL="ubuntu-core-20-${MODEL#pc-}" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "$ARCH+${SUBARCH:-}" in
|
case "$ARCH+${SUBARCH:-}" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user