diff --git a/debian/tests/default-bootstraps b/debian/tests/default-bootstraps index 9e1fc5f6..7b203c02 100755 --- a/debian/tests/default-bootstraps +++ b/debian/tests/default-bootstraps @@ -38,7 +38,8 @@ ALL_TRIPLETS=" ubuntu-mate-live:: ubuntu-netbook:: ubuntu-server:live:ubuntu-server - xubuntu::" + xubuntu:: + xubuntu:minimal:" if [ -z "$SELECTED_TRIPLETS" ]; then SELECTED_TRIPLETS=" diff --git a/live-build/auto/config b/live-build/auto/config index 1722e98b..2e0fda8a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -776,7 +776,14 @@ case $PROJECT in ;; xubuntu) - add_task install minimal standard xubuntu-desktop + case ${SUBPROJECT:-} in + minimal) + add_task install minimal standard xubuntu-desktop-minimal + ;; + *) + add_task install minimal standard xubuntu-desktop + ;; + esac add_package install xterm LIVE_TASK='xubuntu-live' case $ARCH in