~xnox/debian-cd:generic-artifact-name

Last commit made on 2023-09-29
Get this branch:
git clone -b generic-artifact-name https://git.launchpad.net/~xnox/debian-cd
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
generic-artifact-name
Repository:
lp:~xnox/debian-cd

Recent commits

bcadb26... by Dimitri John Ledkov

boot-arm64: extract dtb from the live layer

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

43a291c... by Dimitri John Ledkov

x13s: Use generic artifact name

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

86cae3b... by Steve Langasek

usrmerge argh

793c464... by Steve Langasek

Merge remote-tracking branch 'xnox/fix-x13s-quote'

230ebbc... by Steve Langasek

Use correct squashfs path

1102f7a... by Dimitri John Ledkov

Fix incorrect quotes in here-doc

3b28200... by Steve Langasek

s390x: publish the bootloader signing certificate in the ISO

s390x users need easy access to the certificate used for signing the
bootloader in order to register it with firmware. Rather than having to
extract it from the a .deb in the archive or from inside a squashfs, copy it
to the top level of the ISO filesystem.

Bug-Ubuntu: https://bugs.launchpad.net/bugs/2020469

72db360... by Dimitri John Ledkov

Implement x13s boot support

Extact and use a dtb. Currently done inside menu entries, such that it
is visible to end user editing the menu entry interactively.

Expecting no changes on any other arm64 images, specifically server
image, preinstalled uefi and tegra.

EXTRA_CMDLINE explicitely does not use args _after_ ---, such that
this setting can be managed with package upgrades and grub.d snippets.

LP: #2037099

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

86aedde... by Steve Langasek

Discontinuing jigdo also means we no longer need md5-check files. Omit.

This makes the builds incrementally faster by removing an unnecessary step,
and it also removes one of our dependencies on a local mirror, helping to
pave the way for using a remote archive directly for image builds.

7604dae... by Steve Langasek

Drop jigdo support, only used for source images now

Except for source images, the last images produced for which jigdo was even
viable were the legacy server images in focal (20.04). There are few if any
users of the source images, which we produce as a formality; there are fewer
users of the jigdo files. Continuing to provide jigdo files is of dubious
value.

And the jigdo builds are the only consumer of the `md5-check` output file.
Removing this dependency would let us eliminate a good chunk of code that
depends on a local mirror.