~mwhudson/ubuntu/+source/casper:lp-1489855-harder

Last commit made on 2019-07-19
Get this branch:
git clone -b lp-1489855-harder https://git.launchpad.net/~mwhudson/ubuntu/+source/casper
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
lp-1489855-harder
Repository:
lp:~mwhudson/ubuntu/+source/casper

Recent commits

a452b0b... by Michael Hudson-Doyle

Use udev-created symlinks to find filesystems by label.

* Use udev-created symlinks to find filesystems by label.
* Fix find_cow_device and find_files to not unmount filesystems that were
  already mounted (LP: #1489855)

38f1ac5... by Michael Hudson-Doyle

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

Imported using git-ubuntu import.

Changelog parent: 0e52b46ea2a0eff48e0e8b26cb6a7174989ceb27

New changelog entries:
  * Fix ftbfs by restoring empty conf.d missing from git import.

0e52b46... by Michael Hudson-Doyle

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

Imported using git-ubuntu import.

Changelog parent: ffbe569742513eeff619206775c15a842cc723d0

New changelog entries:
  * Try to mount partitions of a block device before mounting the block device
    itself (if both work, the former is preferable). (LP: #1489855)

ffbe569... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: 21653d164262d107b3acf397836a72852b330401

New changelog entries:
  * 1.409 only added parsing for NFSROOT, also add parsing for NETBOOT as
    it was intended.

21653d1... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: 9512917f738e5701175e146003a6652bec46008d

New changelog entries:
  * Drop casper-bottom/23networking and rely on stock configure_networking
    only. As that one knows netplan... However this drops ',' separated
    syntax for ip= command which is very weird. And baked-in networking
    config on the images should switch to netplan too.

9512917... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: 78a580214c8bba7f3ef89ff70ad6e1d37f9ee40b

New changelog entries:
  * Reintroduce netboot= => export NETBOOT option parsing in casper, as it
    was dropped in initramfs-tools.

78a5802... by Sebastien Bacher

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

Imported using git-ubuntu import.

Changelog parent: 43f12281f98ddefb74fb80ebf6a37342a8a66e1e

New changelog entries:
  * ubiquity-hooks/30accessibility:
    - enable accessibility for gdm as well as for lightdm which was still
      the only option being handled (lp: #1825112)

43f1228... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: 41d58850dce25631976f69a1c0517f0fb33cd2f5

New changelog entries:
  * Upload 1.396 partially reverted 1.395, but it didn't restore the
    systemd job, thus the net effect is that password was not cleared at
    all for anyone. Restore 1.395 codepath, but do not clear the password
    when ssdm is present.
  * Add a 99casperboot hook, and make casper-stop sensitive to that, since
    boot=casper is gone from the default kernel cmdline.

41d5885... by Dimitri John Ledkov

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

Imported using git-ubuntu import.

Changelog parent: f4c05cc8c0d7bf5e7790bd3e166a9ec8260cfbdf

New changelog entries:
  * When generating casper inird with UUID, also default boot= arg to
    casper. This way, we can drop boot=casper from all the iso's default
    cmdline.

f4c05cc... by Alberto Milone

Import patches-unapplied version 1.405 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: 762b2bb689974c4fecd95d9fd8797e8e25ae9b06

New changelog entries:
  [ Dimitri John Ledkov ]
  * scripts/casper-bottom/25adduser:
    - Make boot non-degraded, by clearing the lock. As otherwise
      systemd-sysusers fails and boots the system degraded on multi-lower
      subiquity images.
  [ Alberto Milone ]
  * scripts/casper-bottom/56override_nvidia_udev_rule:
    - Prevent udev from repeatedly trying to modprobe the nvidia modules
      and to start the relevant daemons on the live image (LP: #1824177).