610 Commits

Author SHA1 Message Date
Steve Langasek
0714b6b801 Import patches-unapplied version 2.483 to ubuntu/bionic-proposed
Imported using git-ubuntu import.

Changelog parent: bc18c8a9926739d9e986974ebc665c151ed39327

New changelog entries:
  * Fix lingering reference to livecd-rootfs.ubuntu-core.model-assertion
    that breaks the ubuntu-core image build.
2017-11-14 20:39:41 +00:00
Steve Langasek
bc18c8a992 Import patches-unapplied version 2.482 to ubuntu/bionic-proposed
Imported using git-ubuntu import.

Changelog parent: c4cfbef1ee75ffa46af351f74751a032fbf1ef6d

New changelog entries:
  * Remove boot/grub leftovers from our root squashfs, left behind after
    grub purge.
  * Remove apt, debconf, dpkg cruft files from /var/cache and /var/lib in all
    our livefses.
  * Pass --cache false to lb config; otherwise we copy around caches of
    .debs that are never used properly, and which prevent us from emptying
    /var/cache/apt in images.
  * When building minimized cloud images, remove various packages that we
    don't want installed by default.  Some are tools that aren't needed for
    non-interactive use; some are libraries whose reverse-dependencies
    will have already been removed; and one, open-vm-tools, should only be
    included in images that are targeted to VMWare (which is not the case
    for any of the current minimal images), rather than being included
    directly in the cloud-image seed.
2017-11-10 08:40:42 +00:00
Steve Langasek
c4cfbef1ee Import patches-unapplied version 2.481 to ubuntu/bionic-proposed
Imported using git-ubuntu import.

Changelog parent: 184c0e088485431a73f365347fbeee54616b00a1

New changelog entries:
  * The target for x86 ubuntu-core images is VMs, so create them with
    a buffer of free space in order to work if booted in place.
  * ubuntu-image now produces a manifest file listing the snap revisions
    used; publish this so that it's picked up by launchpad-buildd.
  * Change ubuntu-core image builds to use the standard "$PREFIX" naming for
    artifacts instead of being gratuitously different; requires a matching
    change to ubuntu-cdimage.
2017-11-10 08:40:42 +00:00
Steve Langasek
184c0e0884 Import patches-unapplied version 2.480 to ubuntu/bionic-proposed
Imported using git-ubuntu import.

Changelog parent: f7fcac1602dd46181ec09e1bf4256c6255b23b50

New changelog entries:
  [ Gary Wang ]
  * Add the IMAGEFORMAT=none to support generating a single rootfs.
2017-11-06 20:14:25 +00:00
Steve Langasek
f7fcac1602 Import patches-unapplied version 2.479 to ubuntu/bionic-proposed
Imported using git-ubuntu import.

Changelog parent: 9f966299f1d8e3303a98ce3b63479afd708c16ee

New changelog entries:
  * Purge initramfs-tools from minimized images.
  * Make sure to remove any initramfs that was generated in a minimized
    image.
  * divert /usr/bin/systemd-detect-virt as part of the grub diversions, so
    that the grub kernel postinst hook is operational when we're building
    in a container.  LP: #1729034.
2017-10-31 17:03:29 +00:00
Steve Langasek
9f966299f1 Import patches-unapplied version 2.478 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: ed2c2791c88812e791cd5462a9d11c7cb9dbb505

New changelog entries:
  [ Michael Hudson-Doyle ]
  * Two last minute server-live fixes:
    - Seed the subiquity snap to track the stable channel (LP: #1724410)
    - Remove snap.subiquity.started from subiquity's After=/Requires= as it
      does not fix the race condition they were intended to address and causes
      subiquity to be killed when snapd refreshes subiquity (LP: #1724411)
2017-10-18 05:18:19 +00:00
Steve Langasek
ed2c2791c8 Import patches-unapplied version 2.477 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 95f6bb3dfc807fe64a25957b2d7ae57a3777c3eb

New changelog entries:
  * Fix server live image to pull subiquity from the stable channel, not
    from edge.
2017-10-15 21:18:34 +00:00
Steve Langasek
95f6bb3dfc Import patches-unapplied version 2.476 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 979261d9275c61c2dc8e7a310bbfe14e73f38786

New changelog entries:
  * snap.subiquity.started.service must be RemainAfterExit=yes to satisfy
    the service dependencies.
2017-10-12 14:03:27 +00:00
Steve Langasek
979261d927 Import patches-unapplied version 2.475 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 00b23f0f6b41c76287d3f62c46983c77bfb0c01f

New changelog entries:
  * Add the SNAP_REEXEC=0 enviroment to the subiquity service as well.
2017-10-12 04:54:04 +00:00
Steve Langasek
00b23f0f6b Import patches-unapplied version 2.474 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 11ad200f2e456379dc328a3b6756d37c421bd7dc

New changelog entries:
  * Fix wrong variable name in systemd unit snippets.
2017-10-11 22:58:52 +00:00
Steve Langasek
11ad200f2e Import patches-unapplied version 2.473 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 5a3ccfef341d527c982edf3af372266b3b1be566

New changelog entries:
  [ Balint Reczey ]
  * Clean up dangling /boot/initrd.img symlink when needed
  * Revert ignoring failure of minimized autopkgtest on ppc64el
  * Use kvm kernel only on amd64
  * Skip installing server task when building minimial images
  [ Steve Langasek ]
  * export SNAP_REEXEC=0 to our snappy systemd units in the livefs overlay,
    to work around apparmor not working reliably against aufs.
2017-10-11 16:58:38 +00:00
Steve Langasek
5a3ccfef34 Import patches-unapplied version 2.472 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 84ef6ff8e3e67562bf44191ec9b0c3da4237b4ff

New changelog entries:
  [ Michael Hudson-Doyle ]
  * Add snap.subiquity.started.service to subiquity.service's Requires=.
2017-10-10 22:58:37 +00:00
Dimitri John Ledkov
84ef6ff8e3 Import patches-unapplied version 2.471 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: fb1b5e73e30b505db023b93e2184f32bdd0c753a

New changelog entries:
  * Now that grub-related diversions have been factored out in 2.466
    instead of having bogus root=stuff arg generated in grub.cfg, it is
    actually empty. Therefore update the sed command to make the arg in
    the root= token optional. This should resolve non-booting livecd cpc
    images.
2017-10-10 14:13:41 +00:00
Steve Langasek
fb1b5e73e3 Import patches-unapplied version 2.470 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 2ec24bdfce2d5c81f242f0d480f7766d18a730f9

New changelog entries:
  * Add initial support for preinstallation of snaps in images, and
    preinstall pulsemixer in the Ubuntu MATE image.
2017-10-09 12:08:14 +00:00
Steve Langasek
2ec24bdfce Import patches-unapplied version 2.469 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 577646d435de9082462cda66f75722fd427f3bbb

New changelog entries:
  * Unminimization information should only go to motd when we are actually
    minimized.
2017-10-08 20:18:15 +00:00
Michael Hudson-Doyle
577646d435 Import patches-unapplied version 2.468 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: b05311165170c07d65bc27ea8edf27434c54efca

New changelog entries:
  [ Dimitri John Ledkov ]
  * Drop obsolete fix-ups of resolv.conf, debootstrap should now result in
    correct symlink to resolved without any further fixes.
  [ Michael Hudson-Doyle ]
  * Have subiquity.service order after on a service defined by the subiquity
    snap, which in turn will order after the job that mounts the subiquity
    snap. (LP: #1721414)
2017-10-06 10:23:14 +00:00
Steve Langasek
b053111651 Import patches-unapplied version 2.467 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 7bff7abdf4c17df8edb3c04e774a861ce621be84

New changelog entries:
  * fix remaining wrong references to /etc/default/grub.d/40-partuuid
2017-10-05 07:49:03 +00:00
Steve Langasek
7bff7abdf4 Import patches-unapplied version 2.466 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 8168b7c92a3ef263d18cc2654b52b47d27b7f339

New changelog entries:
  * ubuntu-server: drop hard-coded test key from the subiquity overlay in
    favor of the generic-classic assertion from the store.
  * move snap assertion handling into the generic build script (and, in
    the process, from the subiquity overlay to the base squashfs).
  * add ubuntu-mate to the set of projects we add snap model assertions to.
  * Factor out grub-related diversions and use them consistently, so we
    don't end up with wrong os-probe output in our grub.cfg.
  * Fix the force-partuuid handling to create the file under
    /etc/default/grub.d/ with a .cfg extension as grub expects; it's unclear
    how this ever worked without.
2017-10-05 06:43:36 +00:00
Steve Langasek
8168b7c92a Import patches-unapplied version 2.465 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: be46ea0ff6cb5fa98654d747fc09465722727841

New changelog entries:
  * Skip installation of kernel headers for all minimal images
  * Use the kvm kernel flavor for minimized cloud image where available,
    not virtual.
2017-10-04 17:43:50 +00:00
Steve Langasek
be46ea0ff6 Import patches-unapplied version 2.464 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: a02598fe24047ba35c1a86fbffeafdd51046b770

New changelog entries:
  * Ignore failure of new autopkgtest on ppc64el, where it's not a
    regression.
  * Use /bin/sh, not /bin/bash, for autopkgtest.
2017-10-01 22:03:30 +00:00
Steve Langasek
a02598fe24 Import patches-unapplied version 2.463 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 2da89c90de5e4df541d301cf14819278b3be7df9

New changelog entries:
  [ Balint Reczey ]
  * Bump needed live-build version which can build images without initrd
  * Mention unminimize script in motd
  * Warn users that unminimize may fail reinstalling packages
  * Use SUBPROJECT=minimized name instead of SUBPROJECT=minimize for
    consistency
  * Run autopkgtest for SUBPROJECT=minimized
  * When SUBPROJECT environment variable is not set assume it to be ""
  [ Michael Hudson-Doyle ]
  * Fix path to subiquity-loadkeys
2017-09-29 21:43:14 +00:00
Steve Langasek
2da89c90de Import patches-unapplied version 2.462 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 3f5115f8f2963d72f56fe6c65666122d462f1369

New changelog entries:
  * Fix a reference to an undefined variable in a script that's set -u.
  * In subiquity, loadkeys to setup Shift+Tab key combination.
2017-09-29 19:18:28 +00:00
Steve Langasek
3f5115f8f2 Import patches-unapplied version 2.460 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 060069bc77a7bee5c3258f56ca8c33d900c5d9de

New changelog entries:
  [ Steve Langasek ]
  * Begin adding support for a project-independent 'minimize' subproject, which
    (ironically) omits ubuntu-minimal in favor of using only the minbase
    package set.
  * Export the subproject into config/chroot and config/binary, so that this
    information is available to per-project hooks that need to be
    subproject-aware (e.g., to skip steps when SUBPROJECT=minimize)
  * Make the 999-cpc-fixes.chroot subproject-aware, so we don't try to
    locale-gen
  * In a cloud environment, we can rely on the kernel being able to boot the
    root filesystem directly, without an initramfs; enable this when building
    minimized.
  * If we're using SUBPROJECT=minimize, and tzdata is not installed, remove
    files that have been left behind.  This is a workaround for a bug that
    should be fixed in tzdata.
  [ Balint Reczey ]
  * Mount using --make-rslave to ensure safe unmounts for rbind mounts
  * Don't ask for password and GECOS while creating vagrant user
  * Drop man pages and most of the documentation from minimized images
    /usr/share/doc/*/copyright and changelog.Debian.gz files are still kept
  * Add unminimize script for reverting minimization on running system
  * Install ubuntu-minimal while unminimizing the system
2017-09-28 21:58:14 +00:00
Michael Hudson-Doyle
060069bc77 Import patches-unapplied version 2.459 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: e4b41272e202e6ea178e9752fe4967de9f33a5fb

New changelog entries:
  [ Steve Langasek ]
  * Remove spurious call to 'sync'; we don't need to flush all disk caches
    on the system to cleanly unmount a partition.
  [ Michael Hudson-Doyle ]
  * only show alert (i.e. panic) kernel messages on the console when
    subiquity is running
2017-09-21 00:24:15 +00:00
Michael Hudson-Doyle
e4b41272e2 Import patches-unapplied version 2.458 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 7fd585146bdd0f08adaf5c9cc0e06c82626266d8

New changelog entries:
  * Move default netplan config for server-live image to where hook will
    pick it up.
2017-09-19 12:04:41 +00:00
Dimitri John Ledkov
7fd585146b Import patches-unapplied version 2.457 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 62cc84825d1e261f4f7ddff609b0043679aa99aa

New changelog entries:
  * Enable systemd-networkd by default.
    - Usually, netplan's systemd-generator enables systemd-networkd and
    systemd-networkd-wait-online on boot. But netplan configuration is not
    yet generated at that point by cloud-init. Cloud-init generates in the
    network-pre.target and expects the network.target /
    network-online.target to work. These are already part of the ongoing
    systemd transaction, thus cannot be injected into the boot-sequency by
    cloud-init local mode. Therefore make sure cloud images include
    networkd in the initial boot transaction.
    - src:systemd will shortly not enable networkd unconditionally by
    default.
  * Drop ifupdown e-n-i configuration files, no longer used.
2017-09-17 15:38:22 +00:00
Steve Langasek
62cc84825d Import patches-unapplied version 2.456 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 3adf9af2a9d022af3323c328c130ca95842f1181

New changelog entries:
  * Improve teardown_mountpoint to recursively find all submounts and
    unmount them, instead of working from a hard-coded list.  This makes
    the code resilient against other submounts being added later, including
    downstream.
  * Also nuke the sleep / udevadm settle calls in the process, which should
    never be required and slow down the builds.
  [ Michael Hudson-Doyle ]
  * set a default netplan config of dhcp-on-ethernet for the server live image
2017-09-14 05:43:43 +00:00
Steve Langasek
3adf9af2a9 Import patches-unapplied version 2.455 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: efbd6fd1c6934cbed5c735704c6091eb2b0c625c

New changelog entries:
  * Restore the call to 'umount -R $mountpoint' from umount_partition,
    accidentally dropped in previous upload.
2017-09-13 20:54:32 +00:00
Steve Langasek
efbd6fd1c6 Import patches-unapplied version 2.454 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 6e53d32cd86faec5af29d1dd745934197b2cbdba

New changelog entries:
  [ Steve Langasek ]
  * live-build/functions: mount tmpfs on /var/cache/apt and var/lib/apt, so
    we don't have to leave empty space in our derivative images for packages
    that have been downloaded/installed/removed.  This normally isn't
    relevant for the installed system, since the root filesystem will
    auto-expand in place on the target disk, but lets us ship smaller
    images.
  * live-build/functions: also call 'apt-get update' after mounting the
    blank /var/lib/apt.
  * live-build/ubuntu-cpc/hooks/033-disk-image-uefi.binary: call apt-get
    update *before* installing packages, not after.
  [ Robert C Jennings ]
  * live-build/ubuntu-cpc/functions: Add a function, teardown_mountpoint,
    to reverse the work done in setup_mountpoint.  Lack of this function
    has forced users of setup_mountpoint to implement this separately
    and the implementations have diverged. (LP: #1716992)
  * live-build/ubuntu-cpc/functions: Remove umount_settle function.
    The was only used where teardown_mountpoint was lacking.
  [ Steve Langasek ]
  * Also adjust live-build/ubuntu-server/hooks/032-installer-squashfs.binary
    to use teardown_mountpoint.
2017-09-13 19:48:39 +00:00
Steve Langasek
6e53d32cd8 Import patches-unapplied version 2.453 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 70a41fd45c903321d6379955ec04b19a1c8e5bd4

New changelog entries:
  [ Chris Glass ]
  * Create vagrant user for vagrant image, per upstream requirements.
  [ Colin Watson ]
  * Mount and unmount /dev recursively, to cope with setups where there are
    interesting bind-mounts under /dev (e.g. loop devices bind-mounted by
    LXD).  LP: #1716465.
2017-09-11 19:08:56 +00:00
Balint Reczey
70a41fd45c Import patches-unapplied version 2.452 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 00f18b8d7251083535e2a01110f5340e05ad6f0f

New changelog entries:
  * Fix suppressing kpartx error
2017-08-30 15:50:00 +00:00
Steve Langasek
00f18b8d72 Import patches-unapplied version 2.451 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 8eadac557b6f5f0b23b7c109a659f9649884e8e9

New changelog entries:
  * Fix a reference to an undefined variable in the ubuntu-cpc hooks,
    introduced by the previous upload.
2017-08-25 21:33:15 +00:00
Steve Langasek
8eadac557b Import patches-unapplied version 2.450 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 2003d73b1d0bb5ae1cf6f2511db65c0cc14c7b85

New changelog entries:
  [ Steve Langasek ]
  * Set a default locale of C.UTF-8 in the cloud images.
  [ Mathieu Trudel-Lapierre ]
  * Drop special handling of grub modules.  Modules should be included in
    the signed grub binaries when necessary.
2017-08-24 00:43:16 +00:00
Dimitri John Ledkov
2003d73b1d Import patches-unapplied version 2.449 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 5eb31aa1c26b53af5cdcdbf882f4deeb5b171e29

New changelog entries:
  [ Balint Reczey ]
  * Use VMDKstream in a more future-proof way
  [ Dimitri John Ledkov ]
  * Drop creating upstart jobs for serial getty.
2017-08-14 16:08:12 +00:00
Brian Murray
5eb31aa1c2 Import patches-unapplied version 2.448 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 402cae06bddf73fb13deae1a24a5b7ac1ae7740a

New changelog entries:
  [ Balint Reczey ]
  * Depend on packages in main instead of installing them at runtime
  * Depend on vmdk-stream-converter instead of installing it at run time
  * Use xz -T4 -0 instead of pxz (LP: #1701132)
    Supported xz versions before 5.2 also accept the -T4 option but ignore
    it.
  * Depend on xz-utils instead of pxz
  [ Mathieu Trudel-Lapierre ]
  * auto/config: enable Debug::pkgDepCache::AutoInstall so tracking down
    dependency bugs in the livefs is a little clearer.
  [ Robert C Jennings ]
  * live-build/functions: Update path for VMDKstream.py (LP: #1706116)
2017-07-24 18:48:24 +00:00
Steve Langasek
402cae06bd Import patches-unapplied version 2.447 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 1a48d101d5805b0e79a1ca40f90ace99ae9cd317

New changelog entries:
  * Add cm3 as a known ubuntu-core image type.  LP: #1698223.
2017-06-16 07:03:37 +00:00
Didier Roche
1a48d101d5 Import patches-unapplied version 2.446 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: e55a4a791001ac3d9845de89c09c61b08d3e244a

New changelog entries:
  * Build ubuntu back with tasks. The metapackage switch was due to g++
    transition and needed some additional hint. This is adding maintenance
    and as mentioned in 2.335, we can revert this.
2017-06-06 07:18:36 +00:00
Steve Langasek
e55a4a7910 Import patches-unapplied version 2.445 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 2d6d50b86f5a69696218101a561a605cc4b2b20d

New changelog entries:
  * Resurrect Balint's fix from
    lp:~rbalint/livecd-rootfs/livecd-rootfs-autopkgtest-fix to wrap kpartx
    and trap spurious errors, since the problem is still being seen
    intermittently on i386 despite us calling sync before kpartx.
  [ Mathieu Trudel-Lapierre ]
  * Use ubuntu-server as the user for autologin on ubuntu-server live images.
  [ Simon Quigley ]
  * Use the correct task for lubuntu-next.
  * Use --no-install-recommends for lubuntu-next, consistent with lubuntu.
2017-05-23 22:58:14 +00:00
Steve Langasek
2d6d50b86f Import patches-unapplied version 2.444 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: def10927e48845519813636d507cab701cc618a4

New changelog entries:
  * For now, make sure all automated image builds are on the edge channel.
    Eventually we will want to pass the channel as build metadata instead.
2017-04-29 01:33:14 +00:00
Steve Langasek
def10927e4 Import patches-unapplied version 2.443 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: de6bd722ae1c82766d1b037be8814b55f3249a73

New changelog entries:
  * Mark autopkgtests isolation-machine since debootstrap won't work in a
    container.
  * Use xz to compress ubuntu-image .img files before transfer, so that we
    have smaller downloads and retain file sparseness everywhere.
2017-04-29 01:03:19 +00:00
Steve Langasek
de6bd722ae Import patches-unapplied version 2.442 to ubuntu/artful-proposed
Imported using git-ubuntu import.

Changelog parent: 41970327be7f22d59e7a862b01286caad1a95f6a

New changelog entries:
  [ Robert Jennings ]
  * live-build/ubuntu-cpc/hooks/060-ipv6.chroot: remove faulty release
    comparison prior to aa-series (LP: #1681548)
  * live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure
  [ Balint Reczey ]
  * sync before calling kpartx to let writing to loop devices finish
  * Sort and list dependencies nicely
  * Require PROJECT environment to be set for lb build
  * Allow overwriting IMAGEFORMAT even for ubuntu-cpc and ubuntu-server
  * Optionally use ubuntu-image for building snap based images
2017-04-28 22:18:15 +00:00
Mathieu Trudel-Lapierre
41970327be Import patches-unapplied version 2.441.2 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 170a7577de18e8b87c8eeca2c1b67f123eca3ccf

New changelog entries:
  * The ubuntu-server:live should use a casper-based initramfs to work
    correctly. (LP: #1682460)
2017-04-18 18:23:16 +00:00
Mathieu Trudel-Lapierre
170a7577de Import patches-unapplied version 2.441.1 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 0031d747ac3e49c1cd8a312bb57b4604e9eef65d

New changelog entries:
  * Setup kernel properly for ubuntu-server:live; we *do* want to build
    kernel-generic and initrd-generic for this image. (LP: #1682460)
2017-04-13 16:18:18 +00:00
Mathieu Trudel-Lapierre
0031d747ac Import patches-unapplied version 2.441 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 2ac1eda867ebc37261e396efe1ac1c6ed38a28cf

New changelog entries:
  [ Balint Reczey ]
  * Add a basic but configurable autopkgtest.
  [ Mathieu Trudel-Lapierre ]
  * Add ubuntu-server:live for a subiquity-based server image.
  * Refactor functions out of ubuntu-cpc and ubuntu-server hooks.
2017-04-13 03:33:12 +00:00
Adam Conrad
2ac1eda867 Import patches-unapplied version 2.440 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 26909642e9b4b01f59c80a9933ed98a15f8184bf

New changelog entries:
  [ Steve Langasek ]
  * live-build/ubuntu-cpc/functions: don't call sleep as part of
    umount_settle; udevadm settle is synchronous and there's no reason to
    sleep after it.
  * live-build/ubuntu-cpc/functions: umount_partition: don't call
    umount_settle for each submount; just unmount them one by one and
    settle at the end.
  * Support passing IMAGE_TARGETS in the environment, to limit which images
    are output as part of a build; particularly useful for ubuntu-cpc builds
    which output multiple image types.
  [ Nishanth Aravamudan ]
  * live-build/ubuntu-cpc/hooks/061-open-iscsi.chroot: generate iSCSI
    Initiator Name at first iscsid run for cloud images to ensure it is
    unique (LP: #1444992).
  [ Brian Murray ]
  * Fix the OVF's metadata to include Ubuntu specific identifiers and
    descriptions instead of the generic Linux ones. Thanks to Chris Glass.
    (LP: #1656293)
  * Add replace_grub_root_with_label function thereby consolidating multiple
    uses of the same calls to sed. Thanks to Dan Watkins.
  [ Adam Conrad ]
  * Set device_tree_address for the new kernel in the RPi bootloader config.txt
2017-03-23 17:53:14 +00:00
Brian Murray
26909642e9 Import patches-unapplied version 2.439 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 14664922352854a44243d2cd9c81c9c0d62f1c5e

New changelog entries:
  * Fix the manifest generation in OVA files so that ovf files don't have
    double extensions.  Thanks to Chris Glass.  (LP: #1627931)
2017-02-03 21:48:24 +00:00
David Mohammed
1466492235 Import patches-unapplied version 2.438 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 50e0b186fc2ed06f24b915bbfbceaec59f9646fb

New changelog entries:
  * live-build/auto/config: Add ubuntu-budgie project (LP: #1652144)
2016-12-22 20:13:26 +00:00
Iain Lane
50e0b186fc Import patches-unapplied version 2.437 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: 837997ea02f884b2732ea0270efd14b6ee03e3a8

New changelog entries:
  * live-build/auto/config: Don't remove .pyc files any more - we don't care
    *that* much about the small space gain these days, and would prefer the
    speed win. (LP: #1627190)
2016-11-04 13:09:45 +00:00
Mathieu Trudel-Lapierre
837997ea02 Import patches-unapplied version 2.436 to ubuntu/zesty-proposed
Imported using git-ubuntu import.

Changelog parent: b477837c3120d904a5fd724a12e55e0b153826f5

New changelog entries:
  [ Robert C Jennings ]
  * ubuntu-cpc: Remove redundant copy of grub files.
2016-10-29 02:03:53 +00:00
Łukasz 'sil2100' Zemczak
b477837c31 Import patches-unapplied version 2.435 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: 77baa7fa7a35db867fca466add82b1cfd85410d1

New changelog entries:
  * Update the ubuntu-touch hints to try installing ubuntu-system-settings
    instead of ubuntu-system-settings-online-accounts as this makes the dep
    resolver more happy on amd64/i386 systems. This should fix the current
    image build failure for yakkety i386 images.
2016-10-10 14:49:29 +00:00