~toabctl/livecd-rootfs:ubuntu/xenial

Last commit made on 2021-02-10
Get this branch:
git clone -b ubuntu/xenial https://git.launchpad.net/~toabctl/livecd-rootfs
Only Thomas Bechtold can upload to this branch. If you are Thomas Bechtold please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/xenial
Repository:
lp:~toabctl/livecd-rootfs

Recent commits

e77821b... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.408.67

bf6e4d3... by Dimitri John Ledkov

Revert "esp: install grub in ubuntu bootloader id path, instead of removable."

This reverts commit 8e9925729534fffa7b8fb1a30a2f4527b00e850e.

2d81daa... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.408.66

6832b6b... by Dimitri John Ledkov

functions: stop removing systemd-detect-virt unconditionally in undivert_grub

One can call divert_grub; replace_kernel; undivert_grub. And
replace_kernel will call into force_boot_without_initramfs, which
under certain conditions can call divert_grub &
undivert_grub. Resulting in undivert_grub called twice in a row.

When undivert_grub is called twice in a row it wipes
systemd-detect-virt binary from disk, as the rm call is unguarded to
check that there is something to divert if systemd package is
installed. And if the systemd package is not installed, it does not
check that systemd-detect-virt file is in-fact what divert_grub has
created.

Add a guard to check that systemd-detect-virt is the placeholder one,
before removing it.

LP: #1902260
(cherry picked from commit 096a00f40459187719840ccad99e86c7ade2ec12)

d2e70ab... by Dimitri John Ledkov

Perform fsck on all rootfs.

LP: #1912835
(cherry picked from commit 33b7272a2331279b4c7aa8de73ed8a9069d0bd39)

ef43f0c... by Dimitri John Ledkov

esp: perform fsck.

LP: #1912835
(cherry picked from commit 53b28d5f58284657ee8efd08a633d557af1fcd97)

8e99257... by Dimitri John Ledkov

esp: install grub in ubuntu bootloader id path, instead of removable.

Do not use removable uefi bootloader path in the cloud-images by
default, as that prevents upgrades of the bootloader.

LP: #1912830
(cherry picked from commit 7c760864fdcb278ca37396f06f5e3f297428d63d)

e1fd541... by Dimitri John Ledkov

Merge branch 'dk/xenial-buildd-unpack-kernel-initrd' of git+ssh://git.launchpad.net/~davidkrauser/livecd-rootfs/+git/livecd-rootfs into ubuntu/xenial

c1a71f9... by David Krauser

Produce buildd kernel and initrd as separate artifacts

Multipass on Mac OS X requires standalone kernel and initrd artifacts
to boot.

Also call update-initramfs on all installed kernels. We only have one
kernel installed, so we don't need to specify an explicit version.

5609e89... by Robert C Jennings

release package livecd-rootfs version 2.408.65