mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +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-netbook::
|
||||||
ubuntu-server:live:ubuntu-server
|
ubuntu-server:live:ubuntu-server
|
||||||
xubuntu::
|
xubuntu::
|
||||||
xubuntu-minimal::"
|
xubuntu:minimal:"
|
||||||
|
|
||||||
if [ -z "$SELECTED_TRIPLETS" ]; then
|
if [ -z "$SELECTED_TRIPLETS" ]; then
|
||||||
SELECTED_TRIPLETS="
|
SELECTED_TRIPLETS="
|
||||||
|
@ -656,7 +656,7 @@ case $PROJECT in
|
|||||||
kubuntu|kubuntu-dvd|kubuntu-plasma5|ubuntu-gnome|ubuntu-budgie|ubuntukylin)
|
kubuntu|kubuntu-dvd|kubuntu-plasma5|ubuntu-gnome|ubuntu-budgie|ubuntukylin)
|
||||||
COMPONENTS='main restricted universe'
|
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'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -776,16 +776,14 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
xubuntu)
|
xubuntu)
|
||||||
add_task install minimal standard xubuntu-desktop
|
case ${SUBPROJECT:-} in
|
||||||
add_package install xterm
|
minimal)
|
||||||
LIVE_TASK='xubuntu-live'
|
add_task install minimal standard xubuntu-desktop-minimal
|
||||||
case $ARCH in
|
;;
|
||||||
amd64) KERNEL_FLAVOURS=generic ;;
|
*)
|
||||||
|
add_task install minimal standard xubuntu-desktop
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
|
||||||
|
|
||||||
xubuntu-minimal)
|
|
||||||
add_task install minimal standard xubuntu-desktop-minimal
|
|
||||||
add_package install xterm
|
add_package install xterm
|
||||||
LIVE_TASK='xubuntu-live'
|
LIVE_TASK='xubuntu-live'
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user