mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +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
|
||||
|
||||
* Drop installing dummy transitional linux-signed-generic, these days
|
||||
|
@ -356,9 +356,12 @@ case $IMAGEFORMAT in
|
||||
xenial)
|
||||
# Ubuntu Core 16
|
||||
;;
|
||||
*)
|
||||
bionic)
|
||||
# Ubuntu Core 18
|
||||
MODEL="ubuntu-core-18-${MODEL#pc-}" ;;
|
||||
*)
|
||||
# Ubuntu Core 20
|
||||
MODEL="ubuntu-core-20-${MODEL#pc-}" ;;
|
||||
esac
|
||||
|
||||
case "$ARCH+${SUBARCH:-}" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user