~dviererbe/ubuntu-seeds/+git/ubuntu:add-dotnet6-and-8-to-mantic

Last commit made on 2024-04-10
Get this branch:
git clone -b add-dotnet6-and-8-to-mantic https://git.launchpad.net/~dviererbe/ubuntu-seeds/+git/ubuntu
Only Dominik Viererbe can upload to this branch. If you are Dominik Viererbe please log in for upload directions.

Branch information

Name:
add-dotnet6-and-8-to-mantic
Repository:
lp:~dviererbe/ubuntu-seeds/+git/ubuntu

Recent commits

3e8369e... by Dominik Viererbe

Add dotnet8 to additional supported languages.

See MIR bug (LP: #2060056) for more details.

00b680c... by Dominik Viererbe

Add dotnet6 to additional supported languages.

See MIR bug (LP: #2023531) for more details.

afe820c... by Dimitri John Ledkov

Fix hw support for ARM64 Desktops

flash-kernel required, until we build the dtb into vmlinuz, and
current generation of installers do not attempt to install
flash-kernel on arm64. Maybe they should.

protection-domain-mapper & qrtr-tools required to access QCom specific
hardware on any of their platforms. This fixes battery indicator for
example. Note these packages are currently in universe. There is no
MIR for those yet.

Lack of flash-kernel is critical for for both Desktop ARM64 and
Desktop ARM64+X13s images. Lack of protection-domain-mapper &
qrtr-tools makes X13s install have less hardware support, but can be
fixed with an sru of ubuntu-meta.

LP: #2038909
LP: #2038903

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

01aefcb... by Jeremy Bícha

desktop.minimal-remove: Don't remove baobab

It is now part of the default (minimal) Ubuntu 23.10 install

823dc58... by Jeremy Bícha

Move baobab & gnome-clocks from desktop to desktop-minimal

LP: #2038317

fd4d010... by Steve Langasek

Merge remote-tracking branch 'xnox/x13s' into mantic

391f3d9... by Dimitri John Ledkov

ship-live: add customization for arm64+x13s

Make linux-generic-hwe-22.04 & nvidia drivers amd64-only, as the only
arm64 build currently uses laptop kernel without nvidia hardware.

LP: #2037099

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

1404d96... by Dan Bungert

server: remove zfs packages

Remove zfs-initramfs and zfsutils-linux from the server seed. Having
them here means that ZFS kernel modules and systemd services are active,
resulting in unnecessary memory consumption on devices that aren't using
ZFS.

This reverts commit 36c17dbdbfd13f1b386aa86d065a8a9d34c48a35.

196a91d... by Dan Bungert

live: remove zfs-initramfs

Remove zfs-initramfs from the live seed as it's believed to be dead
weight.

0e3fcff... by Michael Hudson-Doyle

move ssh-import-id from server-cloud-minimal to cloud-minimal

For some reason, I included ssh-import-id in the server-minimal seed
when it was first created. But openssh is not (well, should not be)
installed in the server by default and ssh-import-id is not much use
without openssh-server being installed. For somewhat obscure reasons,
having ssh-import-id in the minimal layer leads to openssh-server
actually being installed in the full server layer anyway, which is
LP: #1974483.