~rcj/livecd-rootfs/+git/livecd-rootfs:zesty

Last commit made on 2017-11-21
Get this branch:
git clone -b zesty https://git.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Branch information

Recent commits

5c7fe3e... by Łukasz Zemczak

Import patches-unapplied version 2.441.10 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: d64bc0c76c66852dd0b9d7da8f896538c954e606

New changelog entries:
  * For the IMAGEFORMAT=none parts to work for ubuntu-image classic builds, we
    need to make sure IMAGEFORMAT is preserved and not overwritten if defined.
    Backporting from artful.

d64bc0c... by Łukasz Zemczak

Import patches-unapplied version 2.441.9 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: ab7e611dace873067361c1999e1cde4a6c356c24

New changelog entries:
  [ Gary Wang ]
  * Add the IMAGEFORMAT=none to support generating a single rootfs
    (LP: #1730642)

ab7e611... by Steve Langasek

Import patches-unapplied version 2.441.8 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: a5a71a87a5462da5cdc0ca25e3731b6f45a26922

New changelog entries:
  [ Robert C Jennings ]
  * Install udev before calls to udevadm

a5a71a8... by Steve Langasek

Import patches-unapplied version 2.441.7 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 5c204cc995ef5422b5b5cb61a2912458f5eb94a7

New changelog entries:
  * Restore the call to 'umount -R $mountpoint' from umount_partition,
    accidentally dropped in previous upload.

5c204cc... by Steve Langasek

Import patches-unapplied version 2.441.6 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: c7f12e04d38e152415f3b35dd5d94bd98b5e0839

New changelog entries:
  [ 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.

c7f12e0... by Steve Langasek

Import patches-unapplied version 2.441.5 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 5c7678f791c2ea130d2ea490ded4091d4a518b3c

New changelog entries:
  [ 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.
  [ Balint Reczey ]
  * Fix suppression of kpartx error. LP: #1684090.

5c7678f... by Steve Langasek

Import patches-unapplied version 2.441.4 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 419bc7c1b3c808ff8b7941a516189cd153ae5bd5

New changelog entries:
  [ Balint Reczey ]
  * wrap kpartx and trap spurious errors, to work around kpartx
    unreliability as seen in autopkgtests. (LP: #1684090)
  [ Steve Langasek ]
  * Mark autopkgtests isolation-machine since debootstrap won't work in a
    container.

419bc7c... by Robert C Jennings

Import patches-unapplied version 2.441.3 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 41970327be7f22d59e7a862b01286caad1a95f6a

New changelog entries:
  * live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure.
    (LP: #1687752)

4197032... by Mathieu Trudel-Lapierre

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)

170a757... by Mathieu Trudel-Lapierre

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)