190 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
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
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
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
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
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
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
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
Ł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
Adam Conrad
0e395cc444 Import patches-unapplied version 2.433 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: f8ca1704756fcc2ef31db7c4fe33b992fd013422

New changelog entries:
  * Use the virtual kernel for the arm64 cpc images instead of generic.
2016-09-23 04:28:59 +00:00
Adam Conrad
f8ca170475 Import patches-unapplied version 2.432 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: 7c2e3247f108b146e20d5dde116097a58f7620d2

New changelog entries:
  * Use the virtual kernel for the powerpc64 cpc images (LP: #1625368)
2016-09-19 22:59:01 +00:00
Michael Hudson-Doyle
a23a770ff4 Import patches-unapplied version 2.424 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: c220efa82690b5d80f6788ff234c7a5fb6a63dad

New changelog entries:
  * Install nplan in the ubuntu-core image.
2016-08-15 23:04:08 +00:00
Steve Langasek
c220efa826 Import patches-unapplied version 2.423 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: 0b87c386fe081594f3bad86a5974f4e015c38f7e

New changelog entries:
  [ Simon Quigley ]
  * Add an image for Lubuntu Next (LXQt)
2016-08-12 20:09:53 +00:00
Oliver Grawert
8c784360c6 Import patches-unapplied version 2.420 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: 4109c1c2b360322778ac7f8d8659c51b2fc8f048

New changelog entries:
  [ Łukasz 'sil2100' Zemczak ]
  * Remove the ubuntu-pd project from the scripts
  * Add instead an ubuntu-touch-custom project for custom re-builds of
    ubuntu-touch 
  [ Oliver Grawert ]
  * sanitize the version number of the ubuntu-core snap
  * sanitize the version number of the kernel snap
2016-07-21 08:19:04 +00:00
Mathieu Trudel-Lapierre
eb0cb09a8d Import patches-unapplied version 2.418 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: 2fcba79a9b121a8a793652b05e4b77e54242cc47

New changelog entries:
  * Ubuntu-MATE now does follow Recommends; adjust the configuration for it
    to not pass --no-install-recommends.
2016-06-22 18:04:07 +00:00
Adam Conrad
2fcba79a9b Import patches-unapplied version 2.417 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: a98e648df2d65c60c459c258b6454c46f7b12be5

New changelog entries:
  * Swap order of security and updates in dvd sources.list.
2016-06-13 11:34:03 +00:00
Adam Conrad
7570a3c606 Import patches-unapplied version 2.411 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: aca40d6ebfe51f31b27d745d4b21b8b724c7582b

New changelog entries:
  [ Michael Vogt ]
  * update kernel snap building to match the new kernel policy
  * system-image: add /usr/local/bin/xdg-open dbus helper
  [ Oliver Grawert ]
  * add u-boot-tools to all snappy arches
  * drop flash-kernel from snappy, it is useless there
  * create /boot/uboot dir on all arches and configure /etc/fw_env.config
    everywhere
  * adjust motd message on snappy (capitalize "Snappy Ubuntu Core" and replace
    the "snappy --help" with "snap --help"
  [ Adam Conrad ]
  * Stop explicitly removing systemd-sysv for touch.
  * Move touch resolution hints to a HINTS variable, and adjust for use
    on dual-stack gl/gles arches where things don't quite work right.
2016-05-27 03:34:14 +00:00
Steve Langasek
aca40d6ebf Import patches-unapplied version 2.410 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: ad693abb51773b9636b970f09ed5537b2fd45579

New changelog entries:
  * Rename old ubuntu-core tarballs to ubuntu-base to avoid confusion.
  * Drop special-casing of ubuntu-core:system-image in places, now that
    ubuntu-core unambiguously refers to the snappy Ubuntu Core image.
2016-05-09 23:43:38 +00:00
Oliver Grawert
c0750e3a3f Import patches-unapplied version 2.407 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: a8b139028ef285bd7b8d7ad7a0f67d233287d282

New changelog entries:
  [ Colin Watson ]
  * Add a basic build-time syntax check for live-build/auto/*.
  [ Oliver Grawert ]
  * add multiverse to sources.list for snappy kernel builds
2016-04-21 09:33:22 +00:00
Adam Conrad
dbfd5f49b7 Import patches-unapplied version 2.404 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 4f2c87a4f14a5e047d24cb102606d3f0af7dfd8e

New changelog entries:
  * Follow linux-firmware-raspi2 renaming in the archive for raspi2 images.
2016-04-20 17:34:13 +00:00
Adam Conrad
1ab44006f5 Import patches-unapplied version 2.400 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 9fadf2c64882f8ffe3c5cc7698f2fc9b85733521

New changelog entries:
  * Transition from ubuntu-snappy to ubuntu-core-snapd-units and snapd.
2016-04-14 07:54:42 +00:00
Oliver Grawert
fa7136ad4d Import patches-unapplied version 2.397 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 15d22caf2c437bdfed9b1e71c6e6b4bffd5a26b8

New changelog entries:
  * live-build/ubuntu-core/hooks/25-create-generic-initrd.chroot:
    create a generic initrd inside the snappy os-snap so we do not need the
    hackish ubuntu-core-generic-initrd package anymore.
2016-04-08 15:15:36 +00:00
Adam Conrad
15d22caf2c Import patches-unapplied version 2.396 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 3061756ecb64747bf12af0dc1b0db390717c07a6

New changelog entries:
  [ Adam Conrad ]
  * Remove obsolete pvr-omap4 special-casing to simplify configs.
  [ Daniel Watkins ]
  * Enable building of powerpc cloud images.
2016-04-07 13:53:59 +00:00
Colin Watson
ce1a28e542 Import patches-unapplied version 2.389 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 2fee3d52d9e358703cb99baed9a9e13b446b5590

New changelog entries:
  * Follow rename of ubuntustudio-font-meta to ubuntustudio-fonts.
2016-03-16 10:48:48 +00:00
Oliver Grawert
2fee3d52d9 Import patches-unapplied version 2.388 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 307bc170c2cad01c25e017337a6eac01fdd0521c

New changelog entries:
  * add support for dragonboard kernel snap
  * remove  grub-efi-arm64 to the arm64 OS snap as it breaks uboot
2016-03-15 14:58:50 +00:00
Adam Conrad
a668d140cc Import patches-unapplied version 2.386 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 6052273963885922b338a4ceafc2c68f6c7457be

New changelog entries:
  [ Michael Vogt ]
  * add dpkg.list to assets of the kernel snap
  * add grub-efi-arm64 to the arm64 OS snap
  [ Adam Conrad ]
  * Build raspi2 images with multiverse for firmware.
2016-03-14 17:04:26 +00:00
Dimitri John Ledkov
5bc52b4876 Import patches-unapplied version 2.380 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 8027f4d9dfa5da2553557a5cb727f301166396ac

New changelog entries:
  [ Ben Howard ]
  * live-build/ubuntu-cpc/hooks/042-vagrant.binary: add serial device for
    Vagrant images (LP: #1546108).
  [ Daniel Watkins ]
  * Refactor ubuntu-cpc hooks to hard-code producing an 'ext4' rootfs, which
    is used outside of the livecd-rootfs build process (specifically for EC2
    publication).
2016-02-22 19:45:45 +00:00
Adam Conrad
f2412fdd38 Import patches-unapplied version 2.378 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 13d50e4fa16fe11a90a64fbd24b0c1ed38483fe6

New changelog entries:
  * Add net.ifnames=0 to the raspi2 cmdline injected into raspi2 builds.
2016-02-18 01:54:07 +00:00
Steve Langasek
0ae1111c55 Import patches-unapplied version 2.376 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 80fddc56a2b4d6ed82dcce3ef56028b37e40705a

New changelog entries:
  [ Michael Terry ]
  * Change real name for phablet user to "Ubuntu" in ubuntu-touch.
  [ Steve Langasek ]
  * Drop BuildLiveCD from the examples; we now use launchpad-buildd to drive
    livefs builds, so BuildLiveCD is obsolete and misleading.
  * Add hooks to ubuntu-cpc to divert /bin/sync in the chroot and undivert it
    at the end.  This is a general-purpose change that should be applied to
    all flavors and archs, but at the moment it's only needed on armhf+raspi2
    to work around the raspberrypi2-firmware postinst calling sync, which is
    actually warranted in the normal case.
  * If a subarch is specified for a cloud image build, don't build rootfs
    artifacts; these should come from the 'generic' build.
  * Fix architecture handling in hooks.  We know we're always being invoked
    from a launchpad-buildd-like setup, which passes ARCH and SUBARCH in the
    environment, because auto/config and auto/build both rely on this.  So
    don't scatter dpkg --print-architecture calls throughout, especially
    when many of these are not cross-build-aware.
  * Refactor ubuntu-cpc hooks to allow us to handle images where the root
    partition should not be partition 1.
  [ Ben Howard ]
  * ubuntu-cpc: fix hooks/032-disk-image.binary call to
    create_empty_partition, which requires five args due to "-u"
  * ubuntu-cpc: in hooks/030-root-tarball.binary create /lib/modules to fix
    (LP: 1543204).
  [ Dimitri John Ledkov ]
  * Do not remove linux-base, when purging all the linux-*, in the tarball
    build. Otherwise ubuntu-minimal is removed, and things get crazy.
  * Correct initrd.img symlink, kernel/hooks should actually produce the
    right thing here, but meh.
  * Chroot to execute zipl, because it's nice.
  * Use the right loop device to install zipl onto.
  [ Steve Langasek ]
  * Refactor ubuntu-cpc hooks to always produce a 'plain' rootfs via
    live-build and reuse this for the tarball, instead of lb_binary_rootfs
    creating some artifact that we ignore / throw away.
  * Initial support for raspi2 subarch.
  * Import live-build/ubuntu-cpc/hooks/raspi2/mkknlimg from
    https://github.com/raspberrypi/linux/blob/rpi-4.1.y/scripts/mkknlimg
    and use it to install a bootable uboot.bin.
2016-02-12 21:43:58 +00:00
Ben Howard
2ace5b787b Import patches-unapplied version 2.374 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: b668a9f9f9048b0fa06523dc084d8fb308fcd9c5

New changelog entries:
  [ Michael Vogt ]
  * ubuntu-core:
    - include the dpkg.list in the device tarball
    - store /usr/share/snappy/dpkg.list manifest on the OS tarball
  [ Dimitri John Ledkov ]
  * ubuntu-cpc:
    - exclude s390x from should_install_grub
  [ Steve Langasek ]
  * Refactor/reorder ubuntu-cpc support for consistency with other flavors,
    so that subarch overrides can be applied correctly.
  [ Ben Howard ]
  * ubuntu-cpc:
    - fixed loop setup due to change of kpartx output
    - only use grub-install logic for Intel architectures
2016-02-02 22:18:53 +00:00
Oliver Grawert
9d5b29127d Import patches-unapplied version 2.362 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: e8c9dfca01dab3e02f000855110914ae468a4b35

New changelog entries:
  * make sure u-boot-tools is installed on snappy arm64
2015-12-08 16:10:11 +00:00
Oliver Grawert
3242ef6c59 Import patches-unapplied version 2.353 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 131941df22c4e810eca8afb4e2468069aeecc951

New changelog entries:
  * drop input group from snappy images, adjust md5 sums in
    live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early
  * completely separate the snappy device tarball creation from the snappy
    rootfs so one doesnt taint the other (which allows dropping a lot more from
    the rootfs we do not need in a snappy system, like initramfs creation
    tools and all its dependencies).
  * drop live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary
  * enable automated build of raspi2 device tarballs for snappy
2015-11-10 11:43:51 +00:00
Daniel Watkins
131941df22 Import patches-unapplied version 2.352 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 9ac850741cb5c111949cb40b971436c3524d495d

New changelog entries:
  * Move building of all architecture-specific CPC artifacts into Launchpad
    (LP: #1513754).
2015-11-06 10:24:18 +00:00
Oliver Grawert
5edb230a21 Import patches-unapplied version 2.349 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 8c606962fab21203597e115e446a5b035d0798cb

New changelog entries:
  * do not hardcode installation of grub-pc for amd64 in snappy images,
    instead install the right grub set for secureboot there
2015-10-09 23:43:39 +00:00
Michael Vogt
b9bcbd6aae Import patches-unapplied version 2.345 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 836f3d5f7204cef41b54bd5a0e5a14a792139606

New changelog entries:
  [ Łukasz Zemczak ]
  * lp:~sil2100/livecd-rootfs/pocket-desktop:
    - add support for pocket-desktop
  [ Oliver Grawert ]
  * add user/group fixes for snappy shipping tpm-tools
2015-09-30 10:04:00 +00:00
Ben Howard
836f3d5f72 Import patches-unapplied version 2.344 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 808414beec1a50b808a55b24250e57c2d152efa6

New changelog entries:
  * Drop 'landscape-client' from Cloud Images (LP: #1497030).
2015-09-18 17:28:41 +00:00
Oliver Grawert
a96c01b1d4 Import patches-unapplied version 2.341 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 5e322d7d9e5edf41745287fda3c5b96ce63199aa

New changelog entries:
  * add ppp and watchdog packages to snappy
2015-09-07 16:53:36 +00:00
Oliver Grawert
d467c92388 Import patches-unapplied version 2.338 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 3dd0e68f99222548009f61d719bff8abbe1d015f

New changelog entries:
  [ Łukasz Zemczak ]
  * merge lp:~sil2100/livecd-rootfs/deb-src_for_extra_ppas,
  In case of extra PPAs also include the deb-src entry in the sources list.
  (LP: #1482703)
  [ Oliver Grawert ]
  * add the apparmor-super-noise change to get extra detailed info about all
  apparmor operations in the ubuntu-touch build logs
2015-08-11 16:54:29 +00:00
Steve Langasek
f4d2a993b3 Import patches-unapplied version 2.335 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 7782a874481d53378f1ff3dea562504decd67a7b

New changelog entries:
  * Attempt to build Ubuntu image using metapackages instead of tasks; this
    is necessary in order to build a test image out of wily-proposed for the
    g++5 transition, but may be reverted later if this doesn't turn out to
    be maintainable.  (Code taken from the trusty HWE LTS branch of
    livecd-rootfs.)
2015-08-10 06:13:31 +00:00