Explicitly add_package linux-$KERNEL_FLAVOURS in Ubuntu Studio.

use-lxd-installer
Steve Langasek 1 year ago
parent 4fad0b0ca0
commit cec2e89119

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (24.04.11) UNRELEASED; urgency=medium
* Explicitly add_package linux-$KERNEL_FLAVOURS in Ubuntu Studio.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 08 Dec 2023 18:32:31 -0800
livecd-rootfs (24.04.10) noble; urgency=medium
* Set C.UTF-8 locale in /etc/default/locale for all images; originally

@ -870,6 +870,7 @@ case $PROJECT in
KERNEL_FLAVOURS=lowlatency
add_task standard minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
add_task standard.live ubuntustudio-dvd-live
add_package standard.live linux-$KERNEL_FLAVOURS
cat <<-EOF > config/standard.catalog-in.yaml
name: "Ubuntu Studio Desktop"
description: >-

Loading…
Cancel
Save