diff --git a/live-build/auto/config b/live-build/auto/config index 1e89f1ae..f35f8c07 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -953,7 +953,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 ;;