...piggyback flavor changes as well.

add-server-hwe
Łukasz 'sil2100' Zemczak 2 years ago
parent 57fbcb4efd
commit e5e4051ff4

2
debian/changelog vendored

@ -1,6 +1,8 @@
livecd-rootfs (2.765.15) UNRELEASED; urgency=medium livecd-rootfs (2.765.15) UNRELEASED; urgency=medium
* Enable the hwe kernel variant for 22.04.2 (LP: #2006481). * Enable the hwe kernel variant for 22.04.2 (LP: #2006481).
- Add it to the server images besides the ga kernel.
- Switch hwe as default for all desktop flavors.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 07 Feb 2023 14:57:00 +0100 -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 07 Feb 2023 14:57:00 +0100

@ -736,6 +736,7 @@ case $PROJECT in
LIVE_TASK='kubuntu-live' LIVE_TASK='kubuntu-live'
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
add_chroot_hook remove-gnome-icon-cache add_chroot_hook remove-gnome-icon-cache
KERNEL_FLAVOURS='generic-hwe-22.04'
;; ;;
kubuntu-active) kubuntu-active)
@ -769,7 +770,7 @@ case $PROJECT in
LIVE_TASK='xubuntu-live' LIVE_TASK='xubuntu-live'
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
case $ARCH in case $ARCH in
amd64|i386) KERNEL_FLAVOURS=generic ;; amd64|i386) KERNEL_FLAVOURS='generic-hwe-22.04' ;;
esac esac
;; ;;
@ -789,7 +790,7 @@ case $PROJECT in
LIVE_TASK='lubuntu-live' LIVE_TASK='lubuntu-live'
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
case $ARCH in case $ARCH in
amd64|i386) KERNEL_FLAVOURS=generic ;; amd64|i386) KERNEL_FLAVOURS='generic-hwe-22.04' ;;
esac esac
;; ;;
@ -803,19 +804,21 @@ case $PROJECT in
add_task install minimal standard ubuntu-budgie-desktop add_task install minimal standard ubuntu-budgie-desktop
LIVE_TASK='ubuntu-budgie-live' LIVE_TASK='ubuntu-budgie-live'
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
KERNEL_FLAVOURS='generic-hwe-22.04'
;; ;;
ubuntu-mate) ubuntu-mate)
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
LIVE_TASK='ubuntu-mate-live' LIVE_TASK='ubuntu-mate-live'
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
KERNEL_FLAVOURS='generic-hwe-22.04'
;; ;;
ubuntustudio-dvd) ubuntustudio-dvd)
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
case $ARCH in case $ARCH in
amd64|i386) KERNEL_FLAVOURS=lowlatency ;; amd64|i386) KERNEL_FLAVOURS='lowlatency-hwe-22.04' ;;
esac esac
;; ;;
@ -824,6 +827,7 @@ case $PROJECT in
add_package install ubuntukylin-default-settings add_package install ubuntukylin-default-settings
LIVE_TASK='ubuntukylin-live' LIVE_TASK='ubuntukylin-live'
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
KERNEL_FLAVOURS='generic-hwe-22.04'
;; ;;
ubuntu-server) ubuntu-server)

Loading…
Cancel
Save