~smoser/ubuntu/+source/initramfs-tools:fix/1737592-add-zfs

Last commit made on 2017-12-11
Get this branch:
git clone -b fix/1737592-add-zfs https://git.launchpad.net/~smoser/ubuntu/+source/initramfs-tools
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
fix/1737592-add-zfs
Repository:
lp:~smoser/ubuntu/+source/initramfs-tools

Recent commits

5f7241f... by Scott Moser

update changelog

91e6741... by Scott Moser

add zfs module to 'base' modules.

This will get zfs module included in initramfs by default.

LP: #1737592

91831ee... by Seth Forshee

Import patches-unapplied version 0.125ubuntu12 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: 9f473ce57fc209e76962c33bfdb0c287097b3a0e

New changelog entries:
  * hook-functions: include vmd driver. (LP: #1703339)

9f473ce... by Scott Moser

Import patches-unapplied version 0.125ubuntu11 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Publish parent: 48b52ea2b8d6699c5c09e01967bae4e276bc3ca9

New changelog entries:
  * hook-functions, mkinitramfs, scripts/functions: support usage of dns
    after configure_networking. (LP: #1714308)

48b52ea... by Andy Whitcroft

Import patches-unapplied version 0.125ubuntu10 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Publish parent: c210559c01d5a59930831f5509d061b566c3458f

New changelog entries:
  * hook-functions: include backported bnxt driver. (LP: #1712491)

c210559... by LaMont Jones

Import patches-unapplied version 0.125ubuntu9 to ubuntu/artful

Imported using usd-importer.

Publish parent: e0f307c4463f01c2ce92a76bb96d4c6f2226c75e

e0f307c... by LaMont Jones

Import patches-unapplied version 0.125ubuntu9 to ubuntu/zesty

Imported using usd-importer.

Publish parent: 9fcb9e51603f604f2e621d9db90d5c986aaef1a9
Changelog parent: 59cf727709343de7314164e01370850136c19f95

59cf727... by LaMont Jones

Import patches-unapplied version 0.125ubuntu9 to ubuntu/zesty-proposed

Imported using usd-importer.

Publish parent: 15a3e4b44a9af92961b05d87adc20fde799bcc00

New changelog entries:
  [ Mathieu Trudel-Lapierre ]
  * Use configure_networking from yakkety-proposed (SRU), addressing various
    review feedback. dhclient -4 will be reconsidered later. LP: #1621507

9fcb9e5... by Mathieu Trudel-Lapierre

Import version 0.125ubuntu8 to ubuntu/zesty

Imported using usd-importer.

Publish parent: 00498ef510bc7da3a09165b933c91d526ffc2615
Changelog parent: 15a3e4b44a9af92961b05d87adc20fde799bcc00

15a3e4b... by Mathieu Trudel-Lapierre

Import version 0.125ubuntu8 to ubuntu/zesty-proposed

Imported using usd-importer.

Publish parent: dececb3bf75af74acf8303f40387b611c6a5a0a1
Changelog parent: eea16e3171d335cb97ac8dab3e1d62d73f5bda00

New changelog entries:
  [ LaMont Jones ]
  * Only source ipv4 config in configure_networking() if it exists.
  [ Mathieu Trudel-Lapierre ]
  * init: hey, we also need to actually will in IP6 with what someone passes
    at the command-line in ip6=.
  * scripts/functions: for configure_networking:
    - split out IPv6 options in its own cmdline parameter: ip6= ; always use
      dhclient in this case if the value set is anything other than 'off' or
      'none'. Furthermore, parse anything other than 'on', 'dhcp' or 'any' as
      the name of an interface. (LP: #1621507)
    - rework the stop conditions so that we properly handle the ROUNDTTT loop,
      timing out after a short period of time and trying again after a short
      sleep.
    - add a 'done' parameter for both ip= and ip6= so that we can properly
      exit the ROUNDTTT loop once we know that either there is no work to do,
      or that we've achieved what we wanted (that is, to bring up IPv4, IPv6,
      or possibly both).
    - return ip=dhcp to the ipconfig use case; if set, then ipconfig will be
      run using any interface available, or the BOOTIF if it was set.