diff --git a/debian/changelog b/debian/changelog index d5ce02a3..0b712f64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (23.10.53) mantic; urgency=medium + + * oem, budgie: kernel in the live layer + + -- Dan Bungert Tue, 03 Oct 2023 10:42:32 -0600 + livecd-rootfs (23.10.52) mantic; urgency=medium [ Philip Roche ] diff --git a/live-build/auto/config b/live-build/auto/config index 1a791366..28983125 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -804,6 +804,7 @@ case $PROJECT in add_task minimal.standard.live ubuntu-live remove_package minimal.standard.live ubiquity-frontend-gtk add_snap minimal.standard.live ubuntu-desktop-installer/classic + add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper cat <<-EOF > config/minimal.catalog-in.yaml name: "Ubuntu Desktop for OEM (minimal)" @@ -873,6 +874,7 @@ case $PROJECT in add_package minimal cloud-init remove_package minimal.standard.live ubiquity-frontend-gtk add_snap minimal.standard.live ubuntu-budgie-installer/classic + add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper seeded_langs="$(get_seeded_languages budgie-desktop-minimal budgie-desktop)" echo "$seeded_langs" | tr ' ' ',' > config/seeded-languages