~ubuntu-core-dev/livecd-rootfs/trusty-proposed

« back to all changes in this revision

Viewing changes to live-build/auto/config

  • Committer: Steve Langasek
  • Date: 2016-05-10 00:04:55 UTC
  • Revision ID: vorlon@debian.org-20160510000455-i544ox7c7x6e2wg8
Tags: 2.208.12
Rename old ubuntu-core tarballs to ubuntu-base, for consistency with
the changes already made to yakkety and the ubuntu-cdimage project.
LP: #1579950.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
                ubuntu-server)
165
165
                        add_package live oem-config-debconf ubiquity-frontend-debconf
166
166
                        ;;
167
 
                ubuntu-core|base|ubuntu-touch)
 
167
                ubuntu-core|ubuntu-base|base|ubuntu-touch)
168
168
                        ;;
169
169
                *)
170
170
                        add_package live oem-config-gtk ubiquity-frontend-gtk
363
363
                PREINSTALL_POOL_SEEDS='server-ship'
364
364
                ;;
365
365
 
366
 
        ubuntu-core)
 
366
        ubuntu-core|ubuntu-base)
367
367
                add_task install minimal
368
368
                OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
369
369
                ;;
451
451
esac
452
452
 
453
453
case $PROJECT in
454
 
        ubuntu-server|ubuntu-core|ubuntu-touch)
 
454
        ubuntu-server|ubuntu-core|ubuntu-base|ubuntu-touch)
455
455
                OPTS="${OPTS:+$OPTS }--linux-packages=none --initramfs=none"
456
456
                KERNEL_FLAVOURS=none
457
457
                BINARY_REMOVE_LINUX=false