[Bug 1871421] Re: oem sources not updated, when installing oem-kernel-flavour in oem-config mode

Simon Quigley 1871421 at bugs.launchpad.net
Sat Feb 22 08:34:59 UTC 2025


** Changed in: ubiquity (Ubuntu)
       Status: New => Won't Fix

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

Title:
  oem sources not updated, when installing oem-kernel-flavour in oem-
  config mode

Status in ubiquity package in Ubuntu:
  Won't Fix

Bug description:
  oem kernel flavour is not installed when doing oem-config install

          if 'UBIQUITY_OEM_USER_CONFIG' in os.environ:
              self.install_oem_extras()
          else:
              self.install_extras()

  code in plugininstall.py means, that there are two codepaths when
  installing "extras" first one is taken when installing into 2stage
  oem-config mode; and the second one is used when installing regularly.

  The codepath that looks for oem packages:
          if self.db.get('ubiquity/install_oem') == 'true':

  is only done during normal install but not during "oem-config" mode.
  Arguably, oem-config mode installs can upgrade to the right oem
  metapackages and kernel flavours, during prepare stage. Not sure if we
  want to fix this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1871421/+subscriptions




More information about the foundations-bugs mailing list