ubuntu-core-initramfs:core23.10

Last commit made on 2023-09-28
Get this branch:
git clone -b core23.10 https://git.launchpad.net/ubuntu-core-initramfs

Branch merges

Branch information

Name:
core23.10
Repository:
lp:ubuntu-core-initramfs

Recent commits

b3aad96... by Valentin David

Add mkfs.vfat for u-boot gadgets

U-boot needs to save `boot.sel` back to the boot partition. Because
ext4 is not safe to write on some U-Boot builds due to journal
corruption, we need to allow the gadget to create the boot partition
as a vfat. Which means `mkfs.vfat` is required during installation.

0ea5a83... by Dimitri John Ledkov <email address hidden>

Merge pull request #207 from alfonsosanchezbeato/sas_support

modules/main: add support for SAS controllers storage

3425f3d... by Alfonso Sanchez-Beato

modules/main: add support for SAS controllers storage

4b83a6e... by Dimitri John Ledkov

gpt-auto-generator is gone in mantic

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

4a329b5... by Dimitri John Ledkov

On arm64, attempt to decompress vmlinuz automatically.

35198a0... by Alfonso Sanchez-Beato

spread.yaml: use latest available 23.10 image

1de63d3... by Alfonso Sanchez-Beato

tests: use test-snapd-swtpm instead of swtpm-mvo

fb04982... by Alfonso Sanchez-Beato

tests: prevent stalling if configuration files change

on upgrades or installations.

e904efb... by Alfonso Sanchez-Beato

factory: create mount units specific to classic

On mantic, systemd has changed behavior and it does not run
daemon-reload from the initrd-parse-etc service if there is nothing
that specifically needs that in /etc/fstab, so we were not running
kernel-snap-generator again at this point, which meant we did not
mount /lib/{modules,firmware} on classic systems. To fix that, force
re-running the generators from a service that runs after we have the
needed mountpoints.

95f013c... by Dimitri John Ledkov <email address hidden>

Merge pull request #197 from alfonsosanchezbeato/cleanup-old-files

Remove some files that are not really needed