[Bug 2044154] Re: Universe removed in cloud image builds since livecd-rootfs 24.04.4

Launchpad Bug Tracker 2044154 at bugs.launchpad.net
Tue Nov 21 16:35:58 UTC 2023


** Merge proposal linked:
   https://code.launchpad.net/~ankushpathak/livecd-rootfs/+git/livecd-rootfs/+merge/455996

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/2044154

Title:
  Universe removed in cloud image builds since livecd-rootfs  24.04.4

Status in livecd-rootfs package in Ubuntu:
  In Progress

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2044154/+subscriptions




More information about the foundations-bugs mailing list