~mwhudson/livecd-rootfs/+git/livecd-rootfs:quieter-live-server-boot

Last commit made on 2021-02-22
Get this branch:
git clone -b quieter-live-server-boot https://git.launchpad.net/~mwhudson/livecd-rootfs/+git/livecd-rootfs
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:
quieter-live-server-boot
Repository:
lp:~mwhudson/livecd-rootfs/+git/livecd-rootfs

Recent commits

8ab15a1... by Michael Hudson-Doyle

set new cloud-init option to suppress final bit of output during boot

52c8985... by Michael Hudson-Doyle

Suppress cloud-init output during boot of live server ISO.

8745460... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.711

82aca61... by Dimitri John Ledkov

Merge remote-tracking branch 'xnox/fix-misisng-systemd-detect-virt' into ubuntu/master

72f2647... by Dimitri John Ledkov

Merge remote-tracking branch 'xnox/fsck-all-the-things' into ubuntu/master

096a00f... 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

33b7272... by Dimitri John Ledkov

Perform fsck on all rootfs.

LP: #1912835

d699d8d... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.710

0e22081... by Dimitri John Ledkov

Merge branch 'fix-esp' of git+ssh://git.launchpad.net/~xnox/livecd-rootfs into ubuntu/master

53b28d5... by Dimitri John Ledkov

esp: perform fsck.

LP: #1912835