diff --git a/debian/changelog b/debian/changelog index b9197dd3..7344453c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ livecd-rootfs (2.762) UNRELEASED; urgency=medium * auto/config: drop support for 0c3.net domain, now obsolete. + * auto/config: upgrade from hwe-20.04 to hwe-22.04 variant. -- Dimitri John Ledkov Mon, 28 Mar 2022 11:51:44 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index 65de9867..e223954e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -654,7 +654,7 @@ case $PROJECT in canary) touch config/universe-enabled PASSES_TO_LAYERS="true" - KERNEL_FLAVOURS='generic-hwe-20.04' + KERNEL_FLAVOURS='generic-hwe-22.04' add_task minimal minimal standard ubuntu-desktop-minimal ubuntu-desktop-minimal-default-languages add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages add_task minimal.standard.live ubuntu-live @@ -721,7 +721,7 @@ case $PROJECT in LIVE_TASK='ubuntu-live' add_task install minimal standard ubuntu-desktop add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages - KERNEL_FLAVOURS='generic-hwe-20.04' + KERNEL_FLAVOURS='generic-hwe-22.04' if [ "$SUBARCH" = "intel-iot" ]; then KERNEL_FLAVOURS='image-intel' COMPONENTS='main restricted'