mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Switch Ubuntu desktop to only hwe-20.04 kernel flavour.
This commit is contained in:
parent
f93108006f
commit
56ac1865f7
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.662) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Switch Ubuntu desktop to only hwe-20.04 kernel flavour.
|
||||||
|
|
||||||
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 15 Apr 2020 13:11:35 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.660) focal; urgency=medium
|
livecd-rootfs (2.660) focal; urgency=medium
|
||||||
|
|
||||||
* Remove dependencies on qemu-utils and snapd on riscv64, we don't have
|
* Remove dependencies on qemu-utils and snapd on riscv64, we don't have
|
||||||
|
@ -820,7 +820,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
case $FLAVOUR in
|
case $FLAVOUR in
|
||||||
virtual)
|
virtual|generic-hwe-*)
|
||||||
FLAVOUR="generic"
|
FLAVOUR="generic"
|
||||||
;;
|
;;
|
||||||
oem-*)
|
oem-*)
|
||||||
|
@ -581,12 +581,7 @@ case $PROJECT in
|
|||||||
LIVE_TASK='ubuntu-live'
|
LIVE_TASK='ubuntu-live'
|
||||||
add_task install minimal standard ubuntu-desktop
|
add_task install minimal standard ubuntu-desktop
|
||||||
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
||||||
KERNEL_FLAVOURS='generic'
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||||
case $ARCH in
|
|
||||||
amd64)
|
|
||||||
KERNEL_FLAVOURS='generic oem-20.04'
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user