~virtustom/livecd-rootfs:ubuntu/bionic

Last commit made on 2022-11-24
Get this branch:
git clone -b ubuntu/bionic https://git.launchpad.net/~virtustom/livecd-rootfs
Only Tomáš Virtus can upload to this branch. If you are Tomáš Virtus please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/bionic
Repository:
lp:~virtustom/livecd-rootfs

Recent commits

81c81ca... by Samir Akarioh

feat: Add metadata on ubuntu-oci image

Add a file build.info on etc/cloud
with the serial information

Signed-off-by: Samir Akarioh <email address hidden>
(cherry picked from commit 105acdebc783291f740294b5c317f3e6d2da9de4)

e5f2644... by Michael Hudson-Doyle

releasing package livecd-rootfs version 2.525.60

2c5fff7... by John Chittum

open 2.525.60

7b09dd7... by Michał Sawicz

Add arm64 buildd bootable image

(cherry picked from commit 997fd08e628219a277c0e67a9af5bf7dc0031c7f)

5dbf8ff... by Utkarsh Gupta

Update d/ch for 2.525.59 release

a64eb47... by Ivan Kapelyukhin

Update debian/changelog

cbe21e2... by Dimitri John Ledkov

disk-image-uefi.binary: enable secureboot on the arm64 image.

(cherry picked from commit 122364df65ad4ecf768b6a488058bf37a023ab55)

521309d... by Utkarsh Gupta

Update d/ch for 2.525.58 release

926a2b6... by Ivan Kapelyukhin

Update changelog

89719c2... by Ivan Kapelyukhin

perf(cpc): split disk-image-uefi out of disk-image series file

Due to how `disk-image` file is structured, it builds BIOS and UEFI
images at the same time. However, certain images (e.g., GCE images)
require only UEFI image to be built, BIOS image is being simply
discarded. This results in longer build times.

Splitting out `disk-image-uefi` would allow images to use it instead of
`disk-image` and thus avoid building unused BIOS images.

`disk-image` now depends on `disk-image-uefi` for backward
compatibility.

(cherry picked from commit b40ce74fd67bbaa7f9ec94463d8da759724f9fec)