Only generate minimal.live when building minimal

ubuntu-core-desktop-noble
Sean Davis 10 months ago
parent dea479a2b1
commit 1972d27866
No known key found for this signature in database
GPG Key ID: B72F4B093A3625DB

@ -896,9 +896,10 @@ case $PROJECT in
locale_support: langpack
default: yes
EOF
case ${SUBPROJECT:-} in
minimal)
add_task minimal.live xubuntu-minimal-live
add_package minimal.live linux-$KERNEL_FLAVOURS
case ${SUBPROJECT:-} in
*)
# the standard layer, for standard installs (desktop iso)
add_task minimal.standard xubuntu-desktop

Loading…
Cancel
Save