~ddstreet/ubuntu/+source/casper:ubuntu/devel

Last commit made on 2019-11-04
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~ddstreet/ubuntu/+source/casper
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~ddstreet/ubuntu/+source/casper

Recent commits

d5c66c3... by Michael Hudson-Doyle

Import patches-unapplied version 1.429 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 531b58a2658bc6cec21395802a953033202010b8

New changelog entries:
  * When automatically persisting logs, give each boot a clean /var/log and
    /var/crash directory to avoid e.g. syslog becoming unwieldy and confusing
    on a USB stick used to install many machines.

531b58a... by Dimitri John Ledkov

Import patches-unapplied version 1.428 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: fbc4f3441b579cb5fadb052be3bc265d729c7a11

New changelog entries:
  * Add UUID verification to netboot mounts. LP: #1847076
  * Stop doing //filesystem.squashfs everywhere
  * Always expose /cow
  * Allow booting broken
  * Drop support for non-overlay union= option

fbc4f34... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: e7f81c93aa77489d070f82cdda2593dc8476aa28

New changelog entries:
  * Setup machine-id, because without it it seems like machine-id setup is
    racy. LP: #1848404

e7f81c9... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: 80cb786ae472e90afeedb8ac8751c751c35aca7d

New changelog entries:
  * Just like in Disco, overlayfs squashfs is tripped up with an empty
    file, this time it's machine-id. Maybe we should finally dig into
    what's wrong in the kernel/systemd when trying to edit overlayfs
    multi-lowerdir squashfs readonly files. LP: #1848190

80cb786... by Balint Reczey

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

Imported using git-ubuntu import.

Changelog parent: 6ad7d4b2147596b9fb353916f9a54b02cb54043b

New changelog entries:
  * Ask for removing the block device when installing from a partition
    (LP: #1837934)

6ad7d4b... by Sebastien Bacher

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

Imported using git-ubuntu import.

Changelog parent: 523884fe97dc2e8f999ab3b0de92381e8e6e41f8

New changelog entries:
  * Revert the cdrom changes from the previous upload, they seem to lead
    to an empty /cdrom on the live session and to have no kernel on the
    installed system as a result (lp: #1847457)

523884f... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: dc4d5edc5e0d9a2586241cf516a9e88da8c73c60

New changelog entries:
  [ Dimitri John Ledkov ]
  * Pacify systemd about cdrom.mount on boot, and order it correctly to be
    the last one on shutdown.
  [ Michael Hudson-Doyle ]
  * Have 'nopersistent' on the command line suppress the automatic
    creation of the casper-rw partition added in 1.416. (LP: #1846762)

dc4d5ed... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: d19e2ccd6c2f2621c2d963d26cbf50bef3e6452f

New changelog entries:
  * Add support for url=protocol://path/to/installer.iso netboot
    option. Using this, one can netboot and complete installations using
    kernel and initrd from the new Ubuntu Server Installer using `ip=dhcp
    url=http://..../ubuntu-19.10-live-server-arch.iso' cmdline paratemers.
    This is not specific to Server installer, and should work for Ubuntu
    Desktop images too. Using this patch, successfully completed netboot
    installation with dhcp networking over vlan on a POWER9 machine.

d19e2cc... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: f6c5b91cca39fae2cf936f65b9c22c4ddd24a47a

New changelog entries:
  * Drop empty directory (doesn't track well in git)
  * Use debian/casper.dirs to install conf.d

f6c5b91... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: 00adb03acba4e67ace46ff2e4dad9e02474eb617

New changelog entries:
  * Add dependency on finalrd for reliable live-session shutdown. Casper
    setup live systems do have layering violations (/ actually depends on
    /cdrom) and it appears that (although masked) the system manages to
    rip it out, resulting in filesystem errors preventing completing the
    shutdown. That's where pivot to finalrd comes in, to save the day and
    blast the running system into oblivion and complete the shutdown. LP:
    #1840122