lp:~philroche/ubuntu-seeds/+git/ubuntu

Owned by Philip Roche
Get this repository:
git clone https://git.launchpad.net/~philroche/ubuntu-seeds/+git/ubuntu
Only Philip Roche can upload to this repository. If you are Philip Roche please log in for upload directions.

Branches

Name Last Modified Last Commit
feature/noble-seed-core-snapd-snap 2024-01-29 17:02:45 UTC
feat: Seed core22 and snapd snap in server seed (LP: #2051572)

Author: Philip Roche
Author Date: 2024-01-29 17:02:45 UTC

feat: Seed core22 and snapd snap in server seed (LP: #2051572)

As per (LP: #2051572) this change re-introduces the preseeding of the core22 snap and the snapd snap to
ensure future installs of snaps on non minimized systems are as fast as possible while still
not preseeding LXD snap.

core22 is the chosen core here as it is the most likely core snap for the workloads we care most about
like LXD.

[1] https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2051572

feature/noble-no-longer-seed-lxd-snap 2024-01-26 09:59:49 UTC
feat: Seed lxd-installer deb package instead of LXD snap (LP: #2051346)

Author: Philip Roche
Author Date: 2024-01-26 09:57:58 UTC

feat: Seed lxd-installer deb package instead of LXD snap (LP: #2051346)

As per (LP: #2051346) [1] It has been decided to no longer seed the LXD snap after the
LXD 5.20 release for Ubuntu 24.04 and later.

Instead the lxd-installer package [2] is seed for all images - not just minimal/minimized images.

[1] https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2051346
[2] https://launchpad.net/ubuntu/+source/lxd-installer/

bugfix/ubuntu-cpc-LP-2031921-qcow2-lxd-agent-loader 2023-10-02 11:01:11 UTC
fix: Only install lxd-agent-loader package in ubuntu-cpc qcow2 cloud images (...

Author: Philip Roche
Author Date: 2023-10-02 11:01:11 UTC

fix: Only install lxd-agent-loader package in ubuntu-cpc qcow2 cloud images (LP: #2031921)

lxd-agent-loader does not need to be in the minimal seed as it is not applicable to all minimized cloud images.
It is only applicable to the qcow2 download images. lxd-agent-loader is now being installed explicitly in the
 qcow2 download images only.

bugfix/mantic-cloud-minimal-ubuntu-advantage-tools 2023-09-11 12:26:38 UTC
fix: Ensure ubuntu-advantage-tools is included as a dependency of the cloud-m...

Author: Philip Roche
Author Date: 2023-09-11 12:26:38 UTC

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.

feature/mantic-cloud-minimal-cloud-init-gpgconf 2023-09-04 10:53:54 UTC
feat: Add `apt` cloud-init module dependency gpgconf to cloud minimal depende...

Author: Philip Roche
Author Date: 2023-09-04 10:53:54 UTC

feat: Add `apt` cloud-init module dependency gpgconf to cloud minimal dependency list

A recent change in cloud-init version 23.3-0ubuntu1 [1] introduced a module depency on the
`gpgconf` command which is provided by the `gpgconf`.

This is only required for the `apt` cloud-init module so is not a dependecy of cloud-init itself.

This joins the other `Dependencies of cloud-init modules` list in the cloud-minimal seed.

[1] https://github.com/canonical/cloud-init/commit/842d0452426fb1630d804af611b68ff6ef94def9

feature/mantic-cloud-minimal-remove-needrestart 2023-08-30 17:08:28 UTC
feat: Remove needrestart and all its dependencies from cloud-minimal-seed

Author: Philip Roche
Author Date: 2023-08-30 17:08:28 UTC

feat: Remove needrestart and all its dependencies from cloud-minimal-seed

needrestart was only ever a recommended package in previous seeds and after
much discussion we feel that given the non human use case for minimal images,
needrestart does not need to be a dependency of the cloud-minimal seed.

needrestart can be used for non interactive upgrades but given our goal of
aggressively pruning packages for the minimal seed we have decided to remove.

It can of course be installed by users if they need it.

In removing it we also remove all of the non perl-base perl dependencies too
which will save ~47MB

bugfix/mantic-cloud-minimal-time-daemon 2023-08-28 11:27:33 UTC
fix: Add more verbose comments on why we are now using `systemd-timesyncd | t...

Author: Philip Roche
Author Date: 2023-08-28 11:27:10 UTC

fix: Add more verbose comments on why we are now using `systemd-timesyncd | time-daemon` dependency

We depend on systemd-timesyncd OR time-daemon virtual package which will result in systemd-timesyncd
being installed. The OR time-daemon virtual package allows user to switch to a different time daemon
in the future without breaking the dependency chain.

feature/mantic-cloud-minimal-required-recommends-python3-systemd 2023-08-21 14:59:48 UTC
fix: Add python3-systemd temporarily to cloud-minimal seed

Author: Philip Roche
Author Date: 2023-08-21 14:59:48 UTC

fix: Add python3-systemd temporarily to cloud-minimal seed

python3-systemd is needed by package ubuntu-advantage-tools and until it is added as a proper dependency
(see https://github.com/canonical/ubuntu-pro-client/issues/2692), we will need to add it to our cloud-minimal
seed.

ubuntu-advantage-tools will eventually remove the reliance on the package or add it as a dependecy but
this will take planning and will be part of one of their monthtly releases.

bugfix/mantic-cloud-minimal-gce-oracle-package-removals 2023-08-18 10:52:02 UTC
fix: Remove update-notifier-common and open-iscsi package from the common seed

Author: Philip Roche
Author Date: 2023-08-18 10:52:02 UTC

fix: Remove update-notifier-common and open-iscsi package from the common seed

These additions have been moved to the GCE and Oracle image build binary hooks and are not
required to be present in all mantic minimized image builds.

feature/mantic-cloud-minimal-required-microcode-initrd 2023-08-17 12:24:01 UTC
feat: Add microcode-initrd to cloud minimal seed

Author: Philip Roche
Author Date: 2023-08-17 11:50:38 UTC

feat: Add microcode-initrd to cloud minimal seed

This is required by bare metal servers using minimized cloud images booting initramfsless
and ensures that any microcode updates are applied during boot.

This is likley only ever used by bare metal servers but it does not impact VMs so it is
safe to add to the cloud minimal seed for all mantic+ minimized cloud image builds.

microcode-initrd has been a dependency of the linux-aws kernel for a long time and has
not been thoroughly tested in VMs and bare metal instances.

feature/mantic-cloud-minimal-required-recommends 2023-08-17 08:34:37 UTC
Revert "fix: Make secureboot-db amd64 and arm64 specific addition"

Author: Philip Roche
Author Date: 2023-08-17 08:29:57 UTC

Revert "fix: Make secureboot-db amd64 and arm64 specific addition"

After internal discussion it is best not to filter secureboot-db to amd64 and arm64 as
in the possible future addition of other architectures then secureboot-db will automatically
be added to the seed.

This reverts commit 6844eea375e40ef061f52f2443e26b3ced4c6d04.

canary-enhanced-seeds 2023-08-08 16:16:09 UTC
Add a new enhanced-secureboot seed for some of the FDE related packages.

Author: Łukasz Zemczak
Author Date: 2023-08-08 16:16:09 UTC

Add a new enhanced-secureboot seed for some of the FDE related packages.

mantic 2023-08-03 04:01:14 UTC
add more llvm libs to extra-excludes

Author: Matthias Klose
Author Date: 2023-08-03 04:01:14 UTC

add more llvm libs to extra-excludes

ubuntu-desktop-simplified 2023-07-06 19:20:37 UTC
Simplify the default desktop installation

Author: Sebastien Bacher
Author Date: 2023-07-06 19:20:37 UTC

Simplify the default desktop installation

focal 2023-06-28 13:58:03 UTC
supported: Drop obsolete openjdk-11 packages

Author: Jeremy Bícha
Author Date: 2023-06-28 13:51:47 UTC

supported: Drop obsolete openjdk-11 packages

https://launchpad.net/ubuntu/+source/openjdk-11/+publishinghistory

kinetic 2023-06-28 13:57:29 UTC
supported: Drop obsolete openjdk-11 packages

Author: Jeremy Bícha
Author Date: 2023-06-28 13:51:47 UTC

supported: Drop obsolete openjdk-11 packages

https://launchpad.net/ubuntu/+source/openjdk-11/+publishinghistory

jammy 2023-06-28 13:56:44 UTC
supported: Drop obsolete openjdk-11 packages

Author: Jeremy Bícha
Author Date: 2023-06-28 13:51:47 UTC

supported: Drop obsolete openjdk-11 packages

https://launchpad.net/ubuntu/+source/openjdk-11/+publishinghistory

disco 2023-06-28 13:51:47 UTC
supported: Drop obsolete openjdk-11 packages

Author: Jeremy Bícha
Author Date: 2023-06-28 13:51:47 UTC

supported: Drop obsolete openjdk-11 packages

https://launchpad.net/ubuntu/+source/openjdk-11/+publishinghistory

add-cloud-minimal 2023-05-01 14:55:20 UTC
Add new and shiny cloud-minimal seed

Author: Utkarsh Gupta
Author Date: 2023-05-01 14:55:17 UTC

Add new and shiny cloud-minimal seed

server-minimal-common-proposed 2023-04-18 11:13:00 UTC
Carve out server-cloud-minimal from server-minimal

Author: Utkarsh Gupta
Author Date: 2023-02-18 14:27:02 UTC

Carve out server-cloud-minimal from server-minimal

..which will consist of the packages that are common to
both, server-minimal and the new and shiny cloud-minimal
seed.

lunar 2023-04-11 15:19:08 UTC
Allow only inetutils-telnet in main, document the other cases

Author: Lukas Märdian
Author Date: 2023-04-11 15:19:08 UTC

Allow only inetutils-telnet in main, document the other cases

inetutils-telnet was introduced through MIR (LP: #2008789), but only the
-telnet package got reviewed and the other binaries from src:inetutils should
stay out of main. Related to:
https://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/platform/commit/?h=lunar&id=349619d

See discussion in https://code.launchpad.net/~slyon/ubuntu-seeds/+git/platform/+merge/440372

canary-merge 2022-12-06 17:38:09 UTC
Merge canary-ship-live with ship-live as we prepare for making the new-instal...

Author: Łukasz Zemczak
Author Date: 2022-12-06 17:38:09 UTC

Merge canary-ship-live with ship-live as we prepare for making the new-installer the default for Ubuntu images. Mark canary-ship-live for deprecation.

impish 2021-10-13 19:02:55 UTC
Add ubuntu-server-minimal to its own seed

Author: Steve Langasek
Author Date: 2021-10-13 19:02:55 UTC

Add ubuntu-server-minimal to its own seed

bionic 2021-07-19 15:42:22 UTC
desktop: Add gnome-3-38-2004; some snaps have moved over to this

Author: Iain Lane
Author Date: 2021-07-19 15:42:22 UTC

desktop: Add gnome-3-38-2004; some snaps have moved over to this

hirsute 2021-04-12 00:43:29 UTC
Promote ubuntu-raspi-settings to raspi-common seed

Author: Dave Jones
Author Date: 2021-04-12 00:43:29 UTC

Promote ubuntu-raspi-settings to raspi-common seed

sil2100/raspi-server 2021-01-20 16:05:40 UTC
Add the server-raspi seed to be used for our raspi server images.

Author: Łukasz Zemczak
Author Date: 2021-01-20 16:05:40 UTC

Add the server-raspi seed to be used for our raspi server images.

groovy 2020-10-19 10:51:26 UTC
live: explicitely seed grub-pc

Author: Dimitri John Ledkov
Author Date: 2020-10-19 10:46:18 UTC

live: explicitely seed grub-pc

In Ubuntu, grub-pc is seeded because of supported-kernel-common having
unsinged kernel image which preffers grub-pc as a first
choice. Xubuntu, doesn't have supported-kernel-common, and shim-signed
lists grub-efi-amd64 as the first choise instead of grub-pc.

Imho we should be explicit. The installer ISO should have grub-pc &
shim-signed on amd64. This should resolve having grub-pc in rc state
on xubuntu live images which then fail to install.

xenial 2020-09-24 10:18:10 UTC
system-image: seed finalrd for core

Author: Dimitri John Ledkov
Author Date: 2020-09-24 10:18:10 UTC

system-image: seed finalrd for core

LP: #1895160

xnox/lrm 2020-04-21 00:10:39 UTC
ship-live: seed matching nvidia l-r-m modules, otherwise aws ones are pulled in

Author: Dimitri John Ledkov
Author Date: 2020-04-21 00:10:39 UTC

ship-live: seed matching nvidia l-r-m modules, otherwise aws ones are pulled in

LP: #1873867

eoan 2019-12-07 17:06:57 UTC
wsl: recommend show-motd to show MOTD in WSL terminal

Author: Balint Reczey
Author Date: 2019-12-07 16:39:30 UTC

wsl: recommend show-motd to show MOTD in WSL terminal

LP: #1855549

bionic.server-network-tools 2019-08-09 00:00:04 UTC
Include some networking tools in the pool

Author: Steve Langasek
Author Date: 2019-08-08 23:58:59 UTC

Include some networking tools in the pool

These might be wanted for manually setting up the network on a server even
though curtin and subiquity can't do this for us. If you need them to get
on the network, you don't want to have to get on the network to get copies
of them, so include them in the package pool.

eoan.server-network-tools 2019-08-08 23:58:59 UTC
Include some networking tools in the pool

Author: Steve Langasek
Author Date: 2019-08-08 23:58:59 UTC

Include some networking tools in the pool

These might be wanted for manually setting up the network on a server even
though curtin and subiquity can't do this for us. If you need them to get
on the network, you don't want to have to get on the network to get copies
of them, so include them in the package pool.

cosmic 2019-04-08 17:00:17 UTC
Merge branch lp:~rbalint/ubuntu-seeds/+git/ubuntu:cosmic

Author: Balint Reczey
Author Date: 2019-04-08 17:00:17 UTC

Merge branch lp:~rbalint/ubuntu-seeds/+git/ubuntu:cosmic

zesty 2017-11-07 00:53:59 UTC
Seed s390-tools into server

Author: Dimitri John Ledkov
Author Date: 2017-11-07 00:53:59 UTC

Seed s390-tools into server

artful 2017-11-07 00:53:48 UTC
Seed s390-tools into server

Author: Dimitri John Ledkov
Author Date: 2017-11-07 00:53:48 UTC

Seed s390-tools into server

yakkety 2016-10-04 15:57:26 UTC
Move non-free video drivers from platform/supported-hardware-desktop to ubunt...

Author: Adam Conrad
Author Date: 2016-10-04 15:57:26 UTC

Move non-free video drivers from platform/supported-hardware-desktop to ubuntu/supported-desktop-extra

trusty 2016-07-25 21:27:21 UTC
Switch to lts-xenial

Author: Adam Conrad
Author Date: 2016-07-25 21:27:21 UTC

Switch to lts-xenial

wily 2015-10-20 18:32:54 UTC
revert r2364 (libnss3 seeding for core)

Author: Michael Vogt
Author Date: 2015-10-20 18:32:54 UTC

revert r2364 (libnss3 seeding for core)

vivid 2015-06-22 19:18:37 UTC
system-image: move click-apparmor after ubuntu-core-security-apparmor to

Author: Jamie Strandboge
Author Date: 2015-06-22 19:18:37 UTC

system-image: move click-apparmor after ubuntu-core-security-apparmor to
avoid pulling in apparmor-easyprof-ubuntu (LP: #1464030)

utopic 2014-10-21 20:45:18 UTC
system-image: add missing debsig-verify,click-ubuntu-policy

Author: Michael Vogt
Author Date: 2014-10-21 20:45:18 UTC

system-image: add missing debsig-verify,click-ubuntu-policy

precise 2014-07-31 07:38:23 UTC
Move precise from lts-saucy to lts-trusty

Author: Adam Conrad
Author Date: 2014-07-31 07:38:23 UTC

Move precise from lts-saucy to lts-trusty

saucy 2013-10-16 18:10:14 UTC
remove ipxe from server CD.

Author: Scott Moser
Author Date: 2013-10-16 18:10:14 UTC

remove ipxe from server CD.

We were oversized, this cuts over 40M.
AFAIK, it was just added in order to be seeded (LP: #800340)

raring 2013-04-23 11:14:15 UTC
drop openssh-blacklist-extra from server-ship; no longer recommended by opens...

Author: Colin Watson
Author Date: 2013-04-23 11:14:15 UTC

drop openssh-blacklist-extra from server-ship; no longer recommended by openssh since the vulnerability in question is old enough that this is no longer likely to matter

quantal 2012-12-17 11:49:05 UTC
Add hv-kvp-daemon-init to supported

Author: Adam Conrad
Author Date: 2012-12-17 11:49:05 UTC

Add hv-kvp-daemon-init to supported

lucid 2012-02-14 10:04:01 UTC
dvd: only ship the oneriric backported kernel; it should be a superset of cov...

Author: Martin Pitt
Author Date: 2012-02-14 10:04:01 UTC

dvd: only ship the oneriric backported kernel; it should be a superset of coverage, and the other two cause CD overflow

warty 2012-01-05 15:33:14 UTC
multi-valued substitution variables need to be all on one line

Author: Colin Watson
Author Date: 2012-01-05 15:33:14 UTC

multi-valued substitution variables need to be all on one line

oneiric 2011-11-18 05:40:01 UTC
desktop: Require unity-greeter

Author: Robert Ancell
Author Date: 2011-11-18 05:40:01 UTC

desktop: Require unity-greeter

natty 2011-04-25 19:09:42 UTC
Put zh-hans back on i386 and remove fr from i386

Author: Stéphane Graber
Author Date: 2011-04-25 19:09:42 UTC

Put zh-hans back on i386 and remove fr from i386

maverick 2010-10-04 05:55:06 UTC
remove some langpacks, oversized

Author: Martin Pitt
Author Date: 2010-10-04 05:55:06 UTC

remove some langpacks, oversized

hardy 2010-02-09 20:24:54 UTC
move things into sysadmin-desktop seed to avoid 5-year support on gui

Author: Kees Cook
Author Date: 2010-02-09 20:24:54 UTC

move things into sysadmin-desktop seed to avoid 5-year support on gui

karmic 2009-10-26 15:06:08 UTC
shifting French to i386-only due to size constraints, put Bengali on amd64 in...

Author: Steve Langasek
Author Date: 2009-10-26 15:06:08 UTC

shifting French to i386-only due to size constraints, put Bengali on amd64 in its place

dapper 2009-06-16 20:23:06 UTC
more tweaking for final locations of dapper desktop/server split

Author: Kees Cook
Author Date: 2009-06-16 20:23:06 UTC

more tweaking for final locations of dapper desktop/server split

jaunty 2009-04-21 08:43:13 UTC
unseed kino from the dvd; this Recommends: ffmpeg, which is not allowed on the

Author: Steve Langasek
Author Date: 2009-04-21 08:43:13 UTC

unseed kino from the dvd; this Recommends: ffmpeg, which is not allowed on the
ISOs. LP: #364440

intrepid 2008-10-28 07:20:30 UTC
drop system-cleaner-gtk from desktop, not ready yet for prime-time; LP: #285746

Author: Steve Langasek
Author Date: 2008-10-28 07:20:30 UTC

drop system-cleaner-gtk from desktop, not ready yet for prime-time; LP: #285746

gutsy 2007-09-27 15:10:01 UTC
Add some games as recommends

Author: Tollef Fog Heen
Author Date: 2007-09-27 15:10:01 UTC

Add some games as recommends

feisty 2007-04-17 11:48:36 UTC
remove lsb-*, apache2-mpm-worker, ltsp-*, ldm, and language-support-en (!) fr...

Author: Colin Watson
Author Date: 2007-04-17 11:48:36 UTC

remove lsb-*, apache2-mpm-worker, ltsp-*, ldm, and language-support-en (!) from ship on powerpc to claw us back to within size limits; not for other derivatives, and revisit after feisty

edgy 2006-11-15 00:09:58 UTC
undo my changes to THE WRONG RELEASE

Author: Scott James Remnant (Canonical)
Author Date: 2006-11-15 00:09:58 UTC

undo my changes to THE WRONG RELEASE

breezy 2005-10-12 12:53:23 UTC
add binutils-static-udeb to casper so that nic-restricted-modules can be used...

Author: Colin Watson
Author Date: 2005-10-12 12:53:23 UTC

add binutils-static-udeb to casper so that nic-restricted-modules can be used by experts

hoary 2005-04-06 17:19:20 UTC
Add openoffice.org-l10n-xh to supported

Author: James Troup
Author Date: 2005-04-06 17:19:20 UTC

Add openoffice.org-l10n-xh to supported

159 of 59 results
This repository contains Public information 
Everyone can see this information.

Subscribers