mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-29 12:51:30 +00:00
Enable xubuntu-core
This commit is contained in:
parent
a91b0cfda5
commit
fa81e76cbe
3
debian/tests/default-bootstraps
vendored
3
debian/tests/default-bootstraps
vendored
@ -38,7 +38,8 @@ ALL_TRIPLETS="
|
|||||||
ubuntu-mate-live::
|
ubuntu-mate-live::
|
||||||
ubuntu-netbook::
|
ubuntu-netbook::
|
||||||
ubuntu-server:live:ubuntu-server
|
ubuntu-server:live:ubuntu-server
|
||||||
xubuntu::"
|
xubuntu::
|
||||||
|
xubuntu-core::"
|
||||||
|
|
||||||
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|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
xubuntu|xubuntu-core|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -784,6 +784,15 @@ case $PROJECT in
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
xubuntu-core)
|
||||||
|
add_task install minimal standard xubuntu-core
|
||||||
|
add_package install xterm
|
||||||
|
LIVE_TASK='xubuntu-live'
|
||||||
|
case $ARCH in
|
||||||
|
amd64) KERNEL_FLAVOURS=generic ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
|
||||||
ubuntu-netbook)
|
ubuntu-netbook)
|
||||||
add_task install minimal standard ubuntu-netbook
|
add_task install minimal standard ubuntu-netbook
|
||||||
LIVE_TASK='netbook-live'
|
LIVE_TASK='netbook-live'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user