mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-11 19:31:18 +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-plasma5::
|
||||
lubuntu::
|
||||
ubuntu-unity::
|
||||
mythbuntu::
|
||||
ubuntu::
|
||||
ubuntu:canary:
|
||||
|
@ -582,6 +582,10 @@ if [ "$PREINSTALLED" = "true" ]; then
|
||||
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||
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)
|
||||
add_package live oem-config-debconf ubiquity-frontend-debconf
|
||||
;;
|
||||
@ -628,6 +632,9 @@ case $PROJECT in
|
||||
ubuntu-mate*)
|
||||
SEED=ubuntu-mate.$SUITE
|
||||
;;
|
||||
ubuntu-unity*)
|
||||
SEED=ubuntu-unity.$SUITE
|
||||
;;
|
||||
lubuntu*)
|
||||
SEED=lubuntu.$SUITE
|
||||
;;
|
||||
@ -816,6 +823,12 @@ case $PROJECT in
|
||||
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)
|
||||
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
|
Loading…
x
Reference in New Issue
Block a user