~philroche/livecd-rootfs/+git/livecd-rootfs:bugfix/revert-initramfs-tools-removal

Last commit made on 2020-05-18
Get this branch:
git clone -b bugfix/revert-initramfs-tools-removal https://git.launchpad.net/~philroche/livecd-rootfs/+git/livecd-rootfs
Only Philip Roche can upload to this branch. If you are Philip Roche please log in for upload directions.

Branch merges

Branch information

Name:
bugfix/revert-initramfs-tools-removal
Repository:
lp:~philroche/livecd-rootfs/+git/livecd-rootfs

Recent commits

60665a4... by Philip Roche

Revert of initramfs package removal in KVM image (LP: #1875400)

It was reported and confirmed in LP bug #1875400
(https://bugs.launchpad.net/cloud-images/+bug/1875400) that on the public
KVM cloud image there exists a large list of packages marked for auto-removal.

This should never be the case on a released cloud image.

These packages are marked for auto-removal because in the KVM image binary hook
we removed both initramfs-tools and busybox-initramfs packages. Due to package
dependencies this also removed:

busybox-initramfs* cloud-initramfs-copymods* cloud-initramfs-dyn-netconf*
cryptsetup-initramfs* initramfs-tools* initramfs-tools-core* multipath-tools*
overlayroot* sg3-utils-udev* ubuntu-server*

But it did not remove all the packages that the above list depended on.
This resulted in all those packages being marked for auto-removal because they
were not manually installed nor did they have any manually installed packages
that depended on them.

The removal of initramfs-tools and busybox-initramfs was to avoid the
generation of initramfs in images that should boot initramfsless.

This requirement is obsolete now because the initramfsless boot handling
is now handled via setting GRUB_FORCE_PARTUUID in /etc/default/grub.d/40-force-partuuid.cfg.

In test images I have verified that GRUB_FORCE_PARTUUID is set and that
boot speeds have not regressed.

LP: #1875400

9640e60... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.666

dbf5b84... by Dimitri John Ledkov

Merge branch 'xnox/lxd-add-riscv64' of git+ssh://git.launchpad.net/livecd-rootfs into ubuntu/master

1979e61... by Dimitri John Ledkov

Merge branch 'kpartx-fun' of git+ssh://git.launchpad.net/~mwhudson/livecd-rootfs/+git/livecd-rootfs into ubuntu/master

29b99b7... by Dimitri John Ledkov

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

bb9a7dd... by Dimitri John Ledkov

make-lxd-metadata: add riscv64 lxd architecture tag

b9177cf... by Dimitri John Ledkov

Fixup indentation

Signed-off-by: Dimitri John Ledkov <email address hidden>

3575edf... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.665

3f4a3c6... by Dimitri John Ledkov

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

50dc35b... by Dimitri John Ledkov

ubuntu-image: drop ubuntu-image dep on riscv64, as not installable yet. (LP: #1876359)