diff --git a/debian/changelog b/debian/changelog index c02d7fd4..56ec3ccf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (24.10.8) UNRELEASED; urgency=medium + + * Add minimal installation to Ubuntu Studio + + -- Erich Eickmeyer Tue, 16 Jul 2024 09:52:54 -0700 + livecd-rootfs (24.10.7) oracular; urgency=medium * riscv64: preinstalled server image for Microchip PIC64GX Curiosity Kit diff --git a/live-build/auto/config b/live-build/auto/config index cf370ffc..f9606241 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -954,7 +954,10 @@ case $PROJECT in ubuntustudio) # By default Ubuntu Studio now ships the new installer. UCFLAVOUR="Ubuntu Studio" - STANDARD_TASKS="ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography" + HAS_MINIMAL=yes + MINIMAL_TASKS=ubuntustudio-desktop-core + MINIMAL_DESC="A minimal installation of $UCFLAVOUR. Customize afterwards with $UCFLAVOUR Installer." + STANDARD_DESC="A full installation of $UCFLAVOUR." KERNEL_FLAVOURS=generic do_layered_desktop_image ;;