|
|
@ -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'
|
|
|
|