On Sun, Dec 15, 2019 at 03:40:26AM -0000, Richard Laager wrote:
> Should it set KEYMAP=y too, like cryptsetup does?

KEYMAP is unused in Ubuntu, so this is harmless but unnecessary here.  It's
possible something in Debian uses it.

> I've created a PR upstream and done some light testing:
> https://github.com/zfsonlinux/zfs/pull/9723

> Are you able to confirm that this fixes the issue wherever you were
> seeing it?

Confirmed that this works as expected on 19.10.  Thanks!

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to zfs-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1856408

Title:
  zfs-initramfs needs to set FRAMEBUFFER=y

Status in zfs-linux package in Ubuntu:
  New

Bug description:
  The poorly-named 'FRAMEBUFFER' option in initramfs-tools controls
  whether the console_setup and plymouth scripts are included and used
  in the initramfs.  These are required for any initramfs which will be
  prompting for user input: console_setup because without it the user's
  configured keymap will not be set up, and plymouth because you are not
  guaranteed to have working video output in the initramfs without it
  (e.g. some nvidia+UEFI configurations with the default GRUB behavior).

  The zfs initramfs script may need to prompt the user for passphrases
  for encrypted zfs datasets, and we don't know definitively whether
  this is the case or not at the time the initramfs is constructed (and
  it's difficult to dynamically populate initramfs config variables
  anyway), therefore the zfs-initramfs package should just set
  FRAMEBUFFER=yes in a conf snippet the same way that the cryptsetup-
  initramfs package does (/usr/share/initramfs-tools/conf-
  hooks.d/cryptsetup).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1856408/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to