~codyshepherd/livecd-rootfs/+git/livecd-rootfs:buildd/hide-grub-menu-bb

Last commit made on 2021-03-02
Get this branch:
git clone -b buildd/hide-grub-menu-bb https://git.launchpad.net/~codyshepherd/livecd-rootfs/+git/livecd-rootfs
Only Cody Shepherd can upload to this branch. If you are Cody Shepherd please log in for upload directions.

Branch merges

Branch information

Name:
buildd/hide-grub-menu-bb
Repository:
lp:~codyshepherd/livecd-rootfs/+git/livecd-rootfs

Recent commits

42c5caf... by Cody Shepherd

Update changelog

205019d... by Cody Shepherd

Set grub configs to hide boot menu and enable output on ttyS0

6c2b581... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.525.51

09da74e... 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)

d447d16... by Dimitri John Ledkov

Perform fsck on all rootfs.

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

bcb48c1... by Dimitri John Ledkov

esp: perform fsck.

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

319341b... 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)

6faede5... by Dimitri John Ledkov

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

(Cherry-pick commit 065c82314464fa78337d5122e1d4826a7d6edbb0)

417ee52... by Robert C Jennings

releasing package livecd-rootfs version 2.525.50

7a834f3... by Cody Shepherd

Update changelog