~woodrow-shen/hw-detect/+git/focal-devel:ubuntu/focal-devel

Last commit made on 2020-02-27
Get this branch:
git clone -b ubuntu/focal-devel https://git.launchpad.net/~woodrow-shen/hw-detect/+git/focal-devel
Only Woodrow Shen can upload to this branch. If you are Woodrow Shen please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/focal-devel
Repository:
lp:~woodrow-shen/hw-detect/+git/focal-devel

Recent commits

a71c052... by Woodrow Shen

Add Intel RAID/RST detection with NVMe devices to the installer

* disk-detect.templates: add option 'disk-detect/activate_remapped_nvme' for preseeding.
* disk-detect.sh: detect NVMe devices with 'disk-detect/activate_remapped_nvme=true'.

be712be... by Mauricio Faria de Oliveira

Import patches-unapplied version 1.117ubuntu7 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: 13c18f9e13f3f016de8f12f1a3d5f0a2220a1d10

New changelog entries:
  * Add iSCSI iBFT support to the installer (LP: #1817321)
    - disk-detect.templates: add option 'disk-detect/ibft/enable' for preseeding.
    - disk-detect.sh: detect iSCSI iBFT disks with 'disk-detect/ibft/enable=true'.

13c18f9... by Dimitri John Ledkov

Import patches-unapplied version 1.117ubuntu6 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 810605e0a52b0d845a64a75729614f7576abd736

New changelog entries:
  * Drop hw-detect.pre-pkgsel.d/20install-hwpackages, as it installs
    universe package, which is probably in itself not useful on
    Ubuntu. LP: #1577833

810605e... by Dimitri John Ledkov

Import patches-unapplied version 1.117ubuntu5 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 73c6868f937fd509337191dbe7e805cba12494b8

New changelog entries:
  * hw-detect.sh: install opal-prd on OpenPOWER machines. LP: #1555904

73c6868... by Mathieu Trudel-Lapierre

Import patches-unapplied version 1.117ubuntu4 to ubuntu/zesty-proposed

Imported using git-ubuntu import.

Changelog parent: 453d5fe76ad28108c0f87859b12653abfadc4dc7

New changelog entries:
  * disk-detect.sh: unconditionally modprobe dm-service-time and
    dm-queue-length multipath path selector modules alongside dm-round-robin.
    (LP: #1673350)

453d5fe... by Mauricio Faria de Oliveira

Import patches-unapplied version 1.117ubuntu3 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: a2a3b6e19fd749277f700c45c8529963bc596dd4

New changelog entries:
  * {hw-,disk-,net}detect.sh, check-missing-firmware.sh: use 'modprobe -b'
    in order to honor module blacklisting from kernel cmdline parameters.
    (LP: #1602717)

a2a3b6e... by Dimitri John Ledkov

Import patches-unapplied version 1.117ubuntu2 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 3ce34b49760349fdf5855e96c0139dc60747c8c6

New changelog entries:
  * Enable disk-detect/multipath/enable by default on s390x.

3ce34b4... by Dimitri John Ledkov

Import patches-unapplied version 1.117ubuntu1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 5878e8fea72948e0d8fb982aecdf8cc77ef508f5

New changelog entries:
  * 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.

5878e8f... by Philipp Kern

Import patches-unapplied version 1.117 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 12943b9bfea60fd9532f80d16cbec83c43d1415c

New changelog entries:
  * Team upload
  [ Hendrik Brueckner ]
  * Improve and split harddrive detection into DASD and SCSI dependency
    on s390x (Closes: #818586)

12943b9... by Christian Perrier

Import patches-unapplied version 1.116 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 7822566ccc397378badefc048ab9492c828dadf7

New changelog entries:
  [ Colin Watson ]
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.