[ubuntu/xenial-proposed] hw-detect 1.117ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Mon Apr 4 16:02:28 UTC 2016


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).

Date: Mon, 04 Apr 2016 14:37:02 +0100
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/hw-detect/1.117ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 04 Apr 2016 14:37:02 +0100
Source: hw-detect
Binary: hw-detect ethdetect disk-detect driver-injection-disk-detect archdetect archdetect-deb
Architecture: source
Version: 1.117ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description:
 archdetect - Hardware architecture detector (udeb)
 archdetect-deb - Hardware architecture detector
 disk-detect - Detect disk drives (udeb)
 driver-injection-disk-detect - Detect OEM driver injection disks (udeb)
 ethdetect  - Detect network hardware and load kernel drivers for it (udeb)
 hw-detect  - Detect hardware and load kernel drivers for it (udeb)
Closes: 818586
Launchpad-Bugs-Fixed: 1559193
Changes:
 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).
Checksums-Sha1:
 5f2f1bc6ceb30d977f310ae0230800daa86e349e 1909 hw-detect_1.117ubuntu1.dsc
 9343a73978301b1d1be09a9db0f830412b404496 192984 hw-detect_1.117ubuntu1.tar.xz
Checksums-Sha256:
 786a4baf6d5ee6103e43f91b9ed3e3d04e283341f4b9d99be38d53595eb623e8 1909 hw-detect_1.117ubuntu1.dsc
 32dedb08047fb8f95513c1a65d6ece97a165f103a7049d627d3e5fea2aeb8135 192984 hw-detect_1.117ubuntu1.tar.xz
Files:
 272ffd07e8ee59f88adbc44f5a2642fd 1909 debian-installer standard hw-detect_1.117ubuntu1.dsc
 0bef2de1ff9a1c1c051ba82febeff69d 192984 debian-installer standard hw-detect_1.117ubuntu1.tar.xz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>


More information about the Xenial-changes mailing list