mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +00:00
Make xubuntu minimal a subproject
This commit is contained in:
parent
cf6104b94e
commit
6cf691e25b
2
debian/tests/default-bootstraps
vendored
2
debian/tests/default-bootstraps
vendored
@ -39,7 +39,7 @@ ALL_TRIPLETS="
|
||||
ubuntu-netbook::
|
||||
ubuntu-server:live:ubuntu-server
|
||||
xubuntu::
|
||||
xubuntu-minimal::"
|
||||
xubuntu:minimal:"
|
||||
|
||||
if [ -z "$SELECTED_TRIPLETS" ]; then
|
||||
SELECTED_TRIPLETS="
|
||||
|
@ -656,7 +656,7 @@ case $PROJECT in
|
||||
kubuntu|kubuntu-dvd|kubuntu-plasma5|ubuntu-gnome|ubuntu-budgie|ubuntukylin)
|
||||
COMPONENTS='main restricted universe'
|
||||
;;
|
||||
xubuntu|xubuntu-minimal|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
||||
xubuntu|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
;;
|
||||
esac
|
||||
@ -776,16 +776,14 @@ case $PROJECT in
|
||||
;;
|
||||
|
||||
xubuntu)
|
||||
add_task install minimal standard xubuntu-desktop
|
||||
add_package install xterm
|
||||
LIVE_TASK='xubuntu-live'
|
||||
case $ARCH in
|
||||
amd64) KERNEL_FLAVOURS=generic ;;
|
||||
case ${SUBPROJECT:-} in
|
||||
minimal)
|
||||
add_task install minimal standard xubuntu-desktop-minimal
|
||||
;;
|
||||
*)
|
||||
add_task install minimal standard xubuntu-desktop
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
xubuntu-minimal)
|
||||
add_task install minimal standard xubuntu-desktop-minimal
|
||||
add_package install xterm
|
||||
LIVE_TASK='xubuntu-live'
|
||||
case $ARCH in
|
||||
|
Loading…
x
Reference in New Issue
Block a user