[Desktop-packages] [Bug 1866035] Re: [FFe] List and install OEM enablement packages

2021-04-14 Thread Iain Lane
The grub2 work was descoped.

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1866035

Title:
  [FFe] List and install OEM enablement packages

Status in grub2 package in Ubuntu:
  Won't Fix
Status in ubiquity package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  [ Description ]

  We have a project underway at the minute to install any hardware-
  specific tweaks that are needed for the currently running machine, and
  to select a different kernel on those machines: the OEM kernel. This
  requires changes in grub, ubiquity and ubuntu-drivers common. We'd
  like to land those changes.

  grub
  

  On a live session, construct a DMI modalias and match it against the
  packages on the CD to see if we need to boot the OEM kernel.

  ubuntu-drivers-common
  =

  List the oem-*meta packages which apply to the running machine, and
  install those with 'install'.

  ubiquity
  

  Use the information that ubuntu-drivers provides to show some UI if
  there is a matching package, and also install the package if the user
  selects it.

  [ Testing ]

  We have a package "oem-qemu-meta" in Focal which you can use to test
  this inn a VM. If you're using libvirt, edit the XML for a Focal VM
  and add

  In the  section: 

  Under :

    
  
    UBUNTUQEMUTEST
  
    

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866035] Re: [FFe] List and install OEM enablement packages

2020-10-02 Thread Steve Langasek
Was there still work to be done on this bug in the grub2 package?

** Changed in: grub2 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1866035

Title:
  [FFe] List and install OEM enablement packages

Status in grub2 package in Ubuntu:
  Incomplete
Status in ubiquity package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  [ Description ]

  We have a project underway at the minute to install any hardware-
  specific tweaks that are needed for the currently running machine, and
  to select a different kernel on those machines: the OEM kernel. This
  requires changes in grub, ubiquity and ubuntu-drivers common. We'd
  like to land those changes.

  grub
  

  On a live session, construct a DMI modalias and match it against the
  packages on the CD to see if we need to boot the OEM kernel.

  ubuntu-drivers-common
  =

  List the oem-*meta packages which apply to the running machine, and
  install those with 'install'.

  ubiquity
  

  Use the information that ubuntu-drivers provides to show some UI if
  there is a matching package, and also install the package if the user
  selects it.

  [ Testing ]

  We have a package "oem-qemu-meta" in Focal which you can use to test
  this inn a VM. If you're using libvirt, edit the XML for a Focal VM
  and add

  In the  section: 

  Under :

    
  
    UBUNTUQEMUTEST
  
    

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866035] Re: [FFe] List and install OEM enablement packages

2020-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 20.04.7

---
ubiquity (20.04.7) focal; urgency=medium

  [ Sebastien Bacher ]
  * debian/control:
- don't build-depends on xkb-data-i18n which has been merged back
  to xkb-data now

  [ Hugh Chao ]
  * Add a preseed option which can let oem project reboot before OOBE i
(LP: #1867711)

  [ Rik Mills ]
  * bin/ubiquity-dm: Switch the default KDE Plasma wallpaper looked for
from .png to .jpg, as Plasma 5.18 switched default extension for
that release. Fixes no background on the Try/Install screen for
Kubuntu. (LP: #1863073)

  [ Iain Lane ]
  * In GNOME 3.36 the `gnome-session-x11-services.target` unit gained some
dependencies that aren't satisfied in the ubiquity-dm environment. So
GNOME Shell starting up this unit doesn't work any more: go back to the
old way of starting it directly. (LP: #1869331)
  * ubiquity-dm: gnome-settings-daemon binaries have moved under /usr/libexec
and adjust the paths accordingly.
  * ubiquity.json: Specify the path to the new theme GResource used by GNOME
Shell
  * simple-plugins: Clean up the ubuntu-drivers.autoinstall file before each
run.  This file is only ever appended to. The list is computed (passing
--free-only and/or --no-oem) when leaving the prepare page. So we
currently have the situation that if you revisit the page after having
left it, the file is not updated with any new choices but is only appended
to. Make sure it is written fresh each time, by removing it before running
ubuntu-drivers.
  * prepare: Detect whether there are OEM enablement package for the system.
Record this so that it can be used later on when actually installing.
Installation can be disabled by preseeding ubiquity/install_oem.
  * plugininstall: If we've installed any OEM metapackages, update & upgrade 
them.
This is the same as what `ubuntu-drivers autoinstall' is doing. We need
this to try to ensure that the metapackage is upgraded in the target -
if we're online when installing. (LP: #1866035)

  [ Jean-Baptiste Lallement ]
  * Updated changelog
  * Automatic update of included source packages: console-setup
1.194ubuntu3.

 -- Iain Lane   Mon, 30 Mar 2020 12:46:20 +0100

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1866035

Title:
  [FFe] List and install OEM enablement packages

Status in grub2 package in Ubuntu:
  Confirmed
Status in ubiquity package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  [ Description ]

  We have a project underway at the minute to install any hardware-
  specific tweaks that are needed for the currently running machine, and
  to select a different kernel on those machines: the OEM kernel. This
  requires changes in grub, ubiquity and ubuntu-drivers common. We'd
  like to land those changes.

  grub
  

  On a live session, construct a DMI modalias and match it against the
  packages on the CD to see if we need to boot the OEM kernel.

  ubuntu-drivers-common
  =

  List the oem-*meta packages which apply to the running machine, and
  install those with 'install'.

  ubiquity
  

  Use the information that ubuntu-drivers provides to show some UI if
  there is a matching package, and also install the package if the user
  selects it.

  [ Testing ]

  We have a package "oem-qemu-meta" in Focal which you can use to test
  this inn a VM. If you're using libvirt, edit the XML for a Focal VM
  and add

  In the  section: 

  Under :

    
  
    UBUNTUQEMUTEST
  
    

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866035] Re: [FFe] List and install OEM enablement packages

2020-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.8

---
ubuntu-drivers-common (1:0.8) focal; urgency=medium

  [ Iain Lane ]
  * tests:
- Rename ubuntu_drivers.py to test_ubuntu_drivers.py.
  * UbuntuDrivers/detect.py:
- Update oem-*-meta packages after we install them.
- Offer oem-*-meta for installation with "ubuntu-drivers install".
- Check for 'Modaliases' first when building modalias -> package map.
  * ubuntu-drivers:
- Add a new 'list-oem' command.
- Add a --no-oem flag.
- Allow installing device specific metapackages (LP: #1866035).

 -- Alberto Milone   Thu, 05 Mar 2020
17:06:28 +0100

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1866035

Title:
  [FFe] List and install OEM enablement packages

Status in grub2 package in Ubuntu:
  Confirmed
Status in ubiquity package in Ubuntu:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  [ Description ]

  We have a project underway at the minute to install any hardware-
  specific tweaks that are needed for the currently running machine, and
  to select a different kernel on those machines: the OEM kernel. This
  requires changes in grub, ubiquity and ubuntu-drivers common. We'd
  like to land those changes.

  grub
  

  On a live session, construct a DMI modalias and match it against the
  packages on the CD to see if we need to boot the OEM kernel.

  ubuntu-drivers-common
  =

  List the oem-*meta packages which apply to the running machine, and
  install those with 'install'.

  ubiquity
  

  Use the information that ubuntu-drivers provides to show some UI if
  there is a matching package, and also install the package if the user
  selects it.

  [ Testing ]

  We have a package "oem-qemu-meta" in Focal which you can use to test
  this inn a VM. If you're using libvirt, edit the XML for a Focal VM
  and add

  In the  section: 

  Under :

    
  
    UBUNTUQEMUTEST
  
    

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866035] Re: [FFe] List and install OEM enablement packages

2020-03-04 Thread Steve Langasek
+1 for the FFe.

I would expect this framework to be landed by beta.

** Changed in: grub2 (Ubuntu)
   Status: New => Confirmed

** Changed in: ubiquity (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1866035

Title:
  [FFe] List and install OEM enablement packages

Status in grub2 package in Ubuntu:
  Confirmed
Status in ubiquity package in Ubuntu:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Confirmed

Bug description:
  [ Description ]

  We have a project underway at the minute to install any hardware-
  specific tweaks that are needed for the currently running machine, and
  to select a different kernel on those machines: the OEM kernel. This
  requires changes in grub, ubiquity and ubuntu-drivers common. We'd
  like to land those changes.

  grub
  

  On a live session, construct a DMI modalias and match it against the
  packages on the CD to see if we need to boot the OEM kernel.

  ubuntu-drivers-common
  =

  List the oem-*meta packages which apply to the running machine, and
  install those with 'install'.

  ubiquity
  

  Use the information that ubuntu-drivers provides to show some UI if
  there is a matching package, and also install the package if the user
  selects it.

  [ Testing ]

  We have a package "oem-qemu-meta" in Focal which you can use to test
  this inn a VM. If you're using libvirt, edit the XML for a Focal VM
  and add

  In the  section: 

  Under :

    
  
    UBUNTUQEMUTEST
  
    

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp