mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-16 21:51:18 +00:00
removed the part that is in the seed and ubiquity
This commit is contained in:
parent
8a2102ae98
commit
c59f8ebacd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user