~live-build/live-build:master

Last commit made on 2024-05-01
Get this branch:
git clone -b master https://git.launchpad.net/~live-build/live-build

Branch merges

Branch information

Name:
master
Repository:
lp:~live-build/live-build

Recent commits

4f7f59f... by Roland Clobus

installer: Also add the t64 versions of the libraries

Fixes the installer for the standard image on BIOS boot

a5bd0ed... by Roland Clobus

Architecture checking is not required any more

The qemu-static binary on the host runs the foreign binaries

f290d31... by Roland Clobus

hooks: Remove /etc/.pwd.lock and /run/mount/utab

When the zero-byte file /etc/.pwd.lock is present in the ISO image,
diffoscope will abort
(https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/367)

This file will be generated when needed, so it can be removed from the
image.

Cleanup /run/mount/utab (and its directory)

724f449... by Roland Clobus

binary_bootloader_splash: New script

Allows for scenarios without syslinux (e.g. arm64)
Breaking change: custom splash.svg images must be placed in
config/bootloaders

2f1acab... by Roland Clobus

Cross-build: arm64 support

Work together with Emanuele Rocca during MiniDebCamp Hamburg 2024
* rebuild: New command line option: --architecture
* installer: Enable the GTK installer
* bootloader: Set a default bootloader
* no qemu-binary in chroot

4a35ad2... by Roland Clobus

Rebuild: Always show the active settings

39b343f... by Roland Clobus

Remove 'nolapic' from the safe boot options.

This is a work around for #1068515

605868e... by Roland Clobus

Allow for shim-only secure UEFI boot

When grub-efi-amd64-signed and grub-common have mismatched
dependencies (e.g. due to binNMUs), allow a shim-only secure boot.
The user has to enroll the hash of the EFI/boot/grub*.efi file and then
secure booting can continue.
Shim-only is supported only for '--uefi-secure-boot=auto'

518534d... by Marcel Partap

container hooks: make nspawn work inside nspawn

https://bugs.archlinux.org/task/55082 :
> This is probably caused by the fact that `systemd-nspawn` now registers
> a scope when `--register=no` is specified, unless `--keep-unit` is also
> specified [1].
[1] https://github.com/systemd/systemd/pull/6166

0845468... by Roland Clobus

Reproducible install-info

This fixes the last non-reproducible file for KDE (bookworm):
* install-info has an unstable sort when a new section is started
  Newer versions (not yet released) have been fixed
* The backup file (dir.old) does not need to be in the live image