Change logs for hw-detect source package in Xenial

  • hw-detect (1.117ubuntu2.3) xenial; urgency=medium
    
      * hw-detect.sh: install opal-prd on OpenPOWER machines. LP: #1555904
      * Drop hw-detect.pre-pkgsel.d/20install-hwpackages, as it installs
        universe package, which is probably in itself not useful on
        Ubuntu. LP: #1577833
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 21 Feb 2018 15:36:54 +0000
  • hw-detect (1.117ubuntu2.2) xenial; urgency=medium
    
      * disk-detect.sh: unconditionally modprobe dm-service-time and
        dm-queue-length multipath path selector modules alongside dm-round-robin.
        (LP: #1673350)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 14 Jun 2017 16:15:14 -0400
  • hw-detect (1.117ubuntu2.1) xenial; urgency=medium
    
      * {hw-,disk-,net}detect.sh, check-missing-firmware.sh: use 'modprobe -b'
        in order to honor module blacklisting from kernel cmdline parameters.
        (LP: #1602717)
    
     -- Mauricio Faria de Oliveira <email address hidden>  Thu, 29 Sep 2016 09:52:10 -0400
  • hw-detect (1.117ubuntu2) xenial; urgency=medium
    
      * Enable disk-detect/multipath/enable by default on s390x.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 14 Apr 2016 14:16:02 +0100
  • hw-detect (1.117ubuntu1) xenial; urgency=low
    
      * Merge 1.117 from debian to pick up fix for LP: #1559193.
    
      * Resynchronise with Debian.  Remaining changes:
        - Add an 'archdetect-deb' package, containing /usr/bin/archdetect.  Add
          an archdetect(1) manual page.
        - Add support for activating fakeraid devices with mdadm.
        - disk-detect.sh: Do not check the kernel command line for any option
          to enable dmraid support. If functional dmraid arrays are found, the
          user will be asked if they wish to activate them.
        - 'dmraid -c -s' changed its output format; cope with both old and new.
        - Make dmraid logging a bit neater.
        - Offer iSCSI targets for preseeding if partman-iscsi is available and
          no disk devices are found.
        - disk-detect.sh: Use mpath[a-z] now rather than mpath[0-9] to identify
          multipath devices and thus know to install partman-multipath.
        - disk-detect.sh: run update-dev after installing multipath and sg3.
        - debian/control: Depends on multipath-udeb (>= 0.5.0), which introduces
          the multipath device naming changes above.
        - Remove dm-emc from the multipath modules, since it's gone since
          2.6.27.
        - Improve checks for dm-* drivers being present to avoid relying on them
          being built as modules.
        - Bump question to load driver injection disk from medium to high, and
          raise driver-injection-disk package priority to standard. Thus the
          udeb will be loaded by default, but before installing any debs from
          the OEMDRV a confirmation question will be asked (default true, can be
          pre-seeded)
        - Drop priorities of a couple of ethdetect questions to medium.
        - Exit zero if you continue all the way through ethdetect's errors about
          having no network interfaces.
        - Remove FireWire Ethernet support.
        - disk-detect.sh: multipath: reload udev rules before re-add devices
          to guarantee all devices may get new udev properties
        - disk-detect.sh: multipath: deactivate LVM volumes before multipath
          discovery to unlock individual paths
        - disk-detect.sh: multipath: deactivate md arrays before multipath
          discovery to unlock individual paths
        - disk-detect.sh: use iscsi-start wrapper in partman-iscsi to be able to set
          a custom iSCSI initiatorName from the installer.
        - disk-detect.sh: load SCSI device handlers before SCSI low-level
          device drivers.
    
    hw-detect (1.117) unstable; urgency=medium
    
      * Team upload
    
      [ Hendrik Brueckner ]
      * Improve and split harddrive detection into DASD and SCSI dependency
        on s390x (Closes: #818586)
    
    hw-detect (1.116) unstable; urgency=medium
    
      [ Colin Watson ]
      * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
    
    hw-detect (1.115) unstable; urgency=medium
    
      [ Colin Watson ]
      * Compress devnames-static.gz using "gzip -n" (Lintian).
    
     -- Dimitri John Ledkov <email address hidden>  Mon, 04 Apr 2016 14:37:02 +0100
  • hw-detect (1.114ubuntu4) xenial; urgency=medium
    
      [ Mauricio Faria de Oliveira ]
      * disk-detect.sh: multipath: reload udev rules before re-add devices
        to guarantee all devices may get new udev properties (LP: #1549456)
      * disk-detect.sh: multipath: deactivate LVM volumes before multipath
        discovery to unlock individual paths (LP: #1549504)
      * disk-detect.sh: multipath: deactivate md arrays before multipath
        discovery to unlock individual paths (LP: #1549506)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 21 Mar 2016 14:24:03 -0400
  • hw-detect (1.114ubuntu3) xenial; urgency=medium
    
      * disk-detect.sh: use iscsi-start wrapper in partman-iscsi to be able to set
        a custom iSCSI initiatorName from the installer.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 01 Mar 2016 16:39:30 -0500
  • hw-detect (1.114ubuntu2) xenial; urgency=medium
    
      * disk-detect.sh: load SCSI device handlers before SCSI low-level
        device drivers (LP: #1546606).
    
     -- Mauricio Faria de Oliveira <email address hidden>  Wed, 17 Feb 2016 10:19:45 -0200
  • hw-detect (1.114ubuntu1) xenial; urgency=medium
    
      * Resynchronise with Debian.  Remaining changes:
        - Add an 'archdetect-deb' package, containing /usr/bin/archdetect.  Add
          an archdetect(1) manual page.
        - Add support for activating fakeraid devices with mdadm.
        - disk-detect.sh: Do not check the kernel command line for any option
          to enable dmraid support. If functional dmraid arrays are found, the
          user will be asked if they wish to activate them.
        - 'dmraid -c -s' changed its output format; cope with both old and new.
        - Make dmraid logging a bit neater.
        - Offer iSCSI targets for preseeding if partman-iscsi is available and
          no disk devices are found.
        - disk-detect.sh: Use mpath[a-z] now rather than mpath[0-9] to identify
          multipath devices and thus know to install partman-multipath.
        - disk-detect.sh: run update-dev after installing multipath and sg3.
        - debian/control: Depends on multipath-udeb (>= 0.5.0), which introduces
          the multipath device naming changes above.
        - Remove dm-emc from the multipath modules, since it's gone since
          2.6.27.
        - Improve checks for dm-* drivers being present to avoid relying on them
          being built as modules.
        - Bump question to load driver injection disk from medium to high, and
          raise driver-injection-disk package priority to standard. Thus the
          udeb will be loaded by default, but before installing any debs from
          the OEMDRV a confirmation question will be asked (default true, can be
          pre-seeded)
        - Drop priorities of a couple of ethdetect questions to medium.
        - Exit zero if you continue all the way through ethdetect's errors about
          having no network interfaces.
        - Remove FireWire Ethernet support.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 04 Dec 2015 12:19:18 -0500
  • hw-detect (1.95ubuntu7) wily; urgency=medium
    
      * disk-detect.sh: run update-dev after installing multipath and sg3.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 03 Aug 2015 09:41:46 -0400