Move from hwe-22.04 to hwe-24.04 throughout, hwe-22.04 is obsolete and to be dropped from the release pocket imminently.

ubuntu-core-desktop-noble
Steve Langasek 9 months ago
parent ca4d39835e
commit 2bf710b4af

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (24.04.52) UNRELEASED; urgency=medium
* Move from hwe-22.04 to hwe-24.04 throughout, hwe-22.04 is obsolete and
to be dropped from the release pocket imminently.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 27 Mar 2024 12:01:56 -0700
livecd-rootfs (24.04.51) noble; urgency=medium
* Rename the casper.gschema override to livecd-rootfs.override

@ -694,7 +694,7 @@ case $PROJECT in
;;
*)
touch config/universe-enabled
KERNEL_FLAVOURS='generic-hwe-22.04'
KERNEL_FLAVOURS='generic-hwe-24.04'
if [ "$SUBARCH" = "x13s" ]; then
KERNEL_FLAVOURS='laptop-23.10'
fi
@ -773,8 +773,8 @@ case $PROJECT in
ubuntu-oem)
touch config/universe-enabled
PASSES_TO_LAYERS="true"
#KERNEL_FLAVOURS='oem-22.04'
KERNEL_FLAVOURS='generic-hwe-22.04'
#KERNEL_FLAVOURS='oem-24.04'
KERNEL_FLAVOURS='generic-hwe-24.04'
add_task minimal minimal standard ubuntu-desktop-minimal ubuntu-desktop-minimal-default-languages
add_package minimal cloud-init
add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages
@ -957,7 +957,7 @@ case $PROJECT in
# By default Ubuntu Budgie now ships the new installer.
touch config/universe-enabled
PASSES_TO_LAYERS="true"
KERNEL_FLAVOURS='generic-hwe-22.04'
KERNEL_FLAVOURS='generic-hwe-24.04'
add_task minimal minimal standard ubuntu-budgie-desktop-minimal ubuntu-budgie-desktop-minimal-default-languages
add_task minimal.standard ubuntu-budgie-desktop ubuntu-budgie-desktop-default-languages
add_task minimal.standard.live ubuntu-budgie-live

Loading…
Cancel
Save