~mwhudson/ubuntu-seeds/+git/ubuntu:remove-ssh-import-id

Last commit made on 2023-09-21
Get this branch:
git clone -b remove-ssh-import-id https://git.launchpad.net/~mwhudson/ubuntu-seeds/+git/ubuntu
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
remove-ssh-import-id
Repository:
lp:~mwhudson/ubuntu-seeds/+git/ubuntu

Recent commits

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.

4ead860... by Zixing Liu

development: add cargo to the additional supported list

7f9ca58... by Steve Langasek

Need to exclude cargo-doc, not just rust-doc

b02fe27... by Steve Langasek

we only need to exclude it once

9adce7e... by Dimitri John Ledkov

Merge branch 'nvidia-mantic' into mantic

Acked-by: vorlon
MR: https://code.launchpad.net/~xnox/ubuntu-seeds/+git/ubuntu/+merge/451632

865f4f1... by Dimitri John Ledkov

Update isos with up to date NVIDIA versions

450-server is EOL and deadend, to be removed from Mantic.

535 is latest branch, and compatible with 525. Upgrade desktop from
525 to 535, and server from 525-server to 535-server.

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

a404470... by Sebastien Bacher

remove a .orig which shouldn't have been included

9196f93... by Sebastien Bacher

Revert the desktop changes to always use minimal

d6548d9... by Sebastien Bacher

Try again to restore firmware-updater now that we have a newer snapd...

d57b845... by Philip Roche

fix: Ensure ubuntu-advantage-tools is included as a dependency of the cloud-minimal seed.

Ubuntu advantage tools is of priority "important" and is not installed by default but is required for cloud images.

It was previously being installed as a dependency of `update-manager-core` but this is no longer part of the seed
so ubuntu-advantage-tool needs to be added explicitly.