removed the part that is in the seed and ubiquity

This commit is contained in:
Didier Roche 2015-04-22 11:37:43 +01:00
parent 8a2102ae98
commit c59f8ebacd

View File

@ -162,7 +162,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
ubuntu-server)
add_package live oem-config-debconf ubiquity-frontend-debconf
;;
ubuntu-core|base|ubuntu-touch|ubuntu-cpc)
ubuntu-core|base|ubuntu-touch|ubuntu-cpc|ubuntu-deskop-next)
;;
*)
add_package live oem-config-gtk ubiquity-frontend-gtk
@ -217,13 +217,8 @@ case $PROJECT in
# and PREINSTALLED means something different. So
# we use SUBPROJECT to pass on the information
if [ "$SUBPROJECT" = "system-image" ]; then
add_task install ubuntu-core
OPTS="${OPTS:+$OPTS }--linux-packages=linux-image"
# contains the framework definition
add_package install ubuntu-core-libs
# universe needed for 'system-image-cli'
COMPONENTS='main restricted universe'
fi