]> git.proxmox.com Git - grub2.git/commit
Tell zpool to emit full device names
authorChad MILLER <chad.miller@canonical.com>
Thu, 27 Oct 2016 21:15:07 +0000 (17:15 -0400)
committerColin Watson <cjwatson@debian.org>
Tue, 1 Nov 2016 10:44:32 +0000 (10:44 +0000)
commitd12648bb627663bd3540c0ac59a383e2f04a13f6
treebc021fe522d0be1629bf1f2e7c5533dcbdc31733
parent52fe7e7ada869f93864200deb5e0ee081baf7296
Tell zpool to emit full device names

zfs-initramfs currently provides extraneous, undesired symlinks to
devices directly underneath /dev/ to satisfy zpool's historical output
of unqualified device names. By including this environment variable to
signal our intent to zpool, zfs-linux packages can drop the symlink
behavior when updating to its upstream or backported output behavior.

Bug: https://savannah.gnu.org/bugs/?43653
Bug-Debian: https://bugs.debian.org/824974
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1527727
Last-Update: 2016-11-01

Patch-Name: zpool_full_device_name.patch
grub-core/osdep/unix/getroot.c