~gjolly/livecd-rootfs:backport/bionic/arm_grub

Last commit made on 2021-07-15
Get this branch:
git clone -b backport/bionic/arm_grub https://git.launchpad.net/~gjolly/livecd-rootfs
Only Gauthier Jolly can upload to this branch. If you are Gauthier Jolly please log in for upload directions.

Branch merges

Branch information

Name:
backport/bionic/arm_grub
Repository:
lp:~gjolly/livecd-rootfs

Recent commits

c45bce8... by Gauthier Jolly

Update changelog

e178448... by Dimitri John Ledkov

999-cpc-fixes: enable more code on grub2 armhf & arm64

armhf & arm64 images use grub. And despite disk-image &
disk-image-uefi installing all the grubs, some of the configuration is
done in the 999-cpc-fixes. Specifically removal of "quiet splash" is
done there, but not active on armhf & arm64. This results in arm
images to boot with "quiet splash".

Enable running the later portions of 999-cpc-fixes on armhf & arm64.

Drop duplicate call to update-grub, as update-grub2 is simply a
symlink to update-grub.

Add a guard around the call to reconfigure grub-pc, to only do that
when it is installed.

This makes armhf & arm64 uefi images consistent with amd64 uefi
images.

LP: #1925780
(cherry picked from commit 41fd537bc22fded83127cd7871b1ee3d7fe9656e)

dcb39cf... by Michael Hudson-Doyle

releasing package livecd-rootfs version 2.525.55

2d0ffb2... by Thomas Bechtold

Fix device node deletion in OCI rootfs tarballs (LP:#1930686)

The bionic tarballs created for the minimized OCI project do contain
files in /dev/ . That's not wanted and might cause problems[0] so do
remove these files.

[0] https://github.com/tianon/docker-brew-ubuntu-core/issues/62

332213f... by Steve Langasek

releasing package livecd-rootfs version 2.525.54

aace616... by Steve Langasek

Merge remote-tracking branch 'codyshepherd/buildd/hide-grub-menu-bb' into ubuntu/bionic

a66fde3... by Michael Hudson-Doyle

releasing package livecd-rootfs version 2.525.53

b6e8364... by Michael Hudson-Doyle

Merge remote-tracking branch 'toabctl/sru-bionic-lp1926732' into ubuntu/bionic

fa07937... by Thomas Bechtold

add debian/changelog entry

387ae19... by Thomas Bechtold

add configure_oci function and use it in ubuntu-oci

With that, the Dockerfile modifications[0] currently done externally
are done now here. That means that the created rootfs tarball can be
directly used within a Dockerfile to create a container from scratch:

FROM scratch
ADD livecd.ubuntu-oci.rootfs.tar.gz /
CMD ["/bin/bash"]

[0]
https://github.com/tianon/docker-brew-ubuntu-core/blob/master/update.sh

(cherry picked from commit a81972a58b004897bf3e5c14ff371bc2f6b5e4b8)