Universe removed in cloud image builds since livecd-rootfs 24.04.4

Bug #2044154 reported by Philip Roche
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
livecd-rootfs (Ubuntu)
Fix Released
Undecided
Ankush Pathak

Bug Description

We are seeing recent failures in noble cloud image builds due to universe no longer being enabled. https://git.launchpad.net/livecd-rootfs/commit/live-build/auto/config?id=8fb2180842c452ff08dd41a5746c00bfd69521cf appears to be the culprit `touch config/universe-enabled` as the `config/universe-enabled` is no longer being created. Was this your intention ?

The diff in the log

```
+ configure_universe
+ [ -f config/universe-enabled ]
+ cat
+ [ -d chroot/var/lib/preinstalled-pool ]
```
before the change vs

```
+ configure_universe
+ [ -f config/universe-enabled ]
+ [ -d chroot/var/lib/preinstalled-pool ]
```

After the change.

This bug is to track the work to revert the `touch config/universe-enabled` part for `$PREINSTALLED" = "true"` ? change in 8fb2180842c452ff08dd41a5746c00bfd69521cf

Related branches

Changed in livecd-rootfs (Ubuntu):
assignee: nobody → Ankush Pathak (ankushpathak)
status: New → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package livecd-rootfs - 24.04.6

---------------
livecd-rootfs (24.04.6) noble; urgency=medium

  * Re-enable universe for pre-installed images (LP: #2044154)

 -- Ankush Pathak <email address hidden> Tue, 21 Nov 2023 11:26:46 -0500

Changed in livecd-rootfs (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.