mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
add Ubuntu Unity to daily flavors
This commit is contained in:
parent
0d69fea5ee
commit
503f9e8950
1
debian/tests/default-bootstraps
vendored
1
debian/tests/default-bootstraps
vendored
@ -20,6 +20,7 @@ ALL_TRIPLETS="
|
|||||||
kubuntu-dvd::
|
kubuntu-dvd::
|
||||||
kubuntu-plasma5::
|
kubuntu-plasma5::
|
||||||
lubuntu::
|
lubuntu::
|
||||||
|
ubuntu-unity::
|
||||||
mythbuntu::
|
mythbuntu::
|
||||||
ubuntu::
|
ubuntu::
|
||||||
ubuntu:canary:
|
ubuntu:canary:
|
||||||
|
@ -582,6 +582,10 @@ if [ "$PREINSTALLED" = "true" ]; then
|
|||||||
add_package live oem-config-gtk ubiquity-frontend-gtk
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||||
add_package live ubiquity-slideshow-ubuntu-mate
|
add_package live ubiquity-slideshow-ubuntu-mate
|
||||||
;;
|
;;
|
||||||
|
ubuntu-unity)
|
||||||
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||||
|
add_package live ubiquity-slideshow-ubuntu
|
||||||
|
;;
|
||||||
ubuntu-server)
|
ubuntu-server)
|
||||||
add_package live oem-config-debconf ubiquity-frontend-debconf
|
add_package live oem-config-debconf ubiquity-frontend-debconf
|
||||||
;;
|
;;
|
||||||
@ -628,6 +632,9 @@ case $PROJECT in
|
|||||||
ubuntu-mate*)
|
ubuntu-mate*)
|
||||||
SEED=ubuntu-mate.$SUITE
|
SEED=ubuntu-mate.$SUITE
|
||||||
;;
|
;;
|
||||||
|
ubuntu-unity*)
|
||||||
|
SEED=ubuntu-unity.$SUITE
|
||||||
|
;;
|
||||||
lubuntu*)
|
lubuntu*)
|
||||||
SEED=lubuntu.$SUITE
|
SEED=lubuntu.$SUITE
|
||||||
;;
|
;;
|
||||||
@ -816,6 +823,12 @@ case $PROJECT in
|
|||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ubuntu-unity)
|
||||||
|
add_task install minimal standard
|
||||||
|
add_package install ubuntu-unity-desktop
|
||||||
|
COMPONENTS='main restricted universe multiverse'
|
||||||
|
;;
|
||||||
|
|
||||||
ubuntustudio-dvd)
|
ubuntustudio-dvd)
|
||||||
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
|
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user