~waveform/ubuntu/+source/livecd-rootfs:image-build-readme

Last commit made on 2019-10-09
Get this branch:
git clone -b image-build-readme https://git.launchpad.net/~waveform/ubuntu/+source/livecd-rootfs
Only Dave Jones can upload to this branch. If you are Dave Jones please log in for upload directions.

Branch merges

Branch information

Name:
image-build-readme
Repository:
lp:~waveform/ubuntu/+source/livecd-rootfs

Recent commits

03235ab... by Dave Jones

Include READMEs in the docs

Specifically the CPC and Pi building docs

e4c1d84... by Steve Langasek

Import patches-unapplied version 2.618 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 34c315ee8e9718edb110e447d4b78e4d5bfb5ce5

New changelog entries:
  [ Michael Hudson-Doyle ]
  * Do not create a hook manually for ubuntu-cpc builds, make-hooks does not
    like that.

34c315e... by Michael Hudson-Doyle

Import patches-unapplied version 2.617 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 51c71c6b0bbc6c1e9f9a2f2d46c593587a0d32ba

New changelog entries:
  * Create the lxd group as a system group for all projects. (LP: #1844498)
  * Subiquity images mount /usr/lib/modules from a squashfs, which systemd
    tries to unmount on shutdown, whilst they are still being in use. As
    systemd-udevd kmod built-in's libkmod has modules.* files
    memorymapped. This produces an warning on shutdown, flooding the
    screen with messages as systemd switches to a more verbose
    output. Specify LazyUnmount=yes on that mount, such that unmount call
    succeeds without flooding the shutdown log.

51c71c6... by Robert C Jennings

Import patches-unapplied version 2.615 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 08733b025887b1742e3d805270110752a74df2a3

New changelog entries:
  * magic-proxy: dump proxy log to stdout on failure

08733b0... by Steve Langasek

Import patches-unapplied version 2.614 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: a8d04f64d0b00cae4b73de6fb2e192755203a419

New changelog entries:
  * 002-add-foreign-kernel.chroot_early: enable amd64 as a foreign arch on
    i386 image builds, since this is where the kernel comes from henceforth.

a8d04f6... by Łukasz Zemczak

Import patches-unapplied version 2.613 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 83d3ddc95a16d35be2ce252da11db46707fee2eb

New changelog entries:
  * 999-ubuntu-image-customization.chroot: use IMAGEFORMAT=none for the checks
    instead of ubuntu-image, as that is what is used during ubuntu-image rootfs
    builds.

83d3ddc... by Łukasz Zemczak

Import patches-unapplied version 2.612 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: e80af17459c5a1799661ae3378b7b32eb0d29057

New changelog entries:
  * Hopefully the last fix for 999-ubuntu-image-customization.chroot: use
    config/chroot to pass IMAGEFORMAT instead of config/common, as only that
    file is updated with the right contents when the chroot hooks are run.

e80af17... by Dimitri John Ledkov

Import patches-unapplied version 2.611 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: ef956d3029a91bb974f8f3864bd679da06739d38

New changelog entries:
  * Execute chroot_hacks in live layer only.
  * lb_chroot_layered: also snap_validate_seed after all snaps are seeded

ef956d3... by Łukasz Zemczak

Import patches-unapplied version 2.610 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: c36c14d47899d976eea8cab0606dc451df414a4a

New changelog entries:
  * Fix a typo in the 999-ubuntu-image-customization.chroot hook.

c36c14d... by Łukasz Zemczak

Import patches-unapplied version 2.609 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 2848d4f8876e2b38561c21a71d584891a7207b88

New changelog entries:
  [ Ethan Hsieh ]
  * Add support for the Nitrogen6x board (LP: #1838064).
  [ Łukasz 'sil2100' Zemczak ]
  * Do not initialize EXTRA_SNAPS with an empty value. Allow overrides via the
    environment.
  * Make sure that currently all ubuntu-image built images ship the NoCloud
    system-boot clout-init datasource (as right now all u-i targets are
    physical devices).