[Bug 2140415] Re: zfs-dracut depends on systemd-cryptsetup

Benjamin Drung 2140415 at bugs.launchpad.net
Wed Feb 4 23:32:25 UTC 2026


In questing you can see crypt and systemd-cryptsetup. In resolute none
of them. I suspect this check() code to be relevant:

```
    [[ $hostonly ]] || [[ $mount_needs ]] && {
        for fs in "${host_fs_types[@]}"; do
            [[ $fs == "crypto_LUKS" ]] && return 0
        done
        return 255
    }
```

The only relevant change between 108 and 109 is:
https://github.com/dracut-ng/dracut-ng/pull/1673

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2140415

Title:
  zfs-dracut depends on systemd-cryptsetup

Status in dracut package in Ubuntu:
  Fix Committed
Status in zfs-linux package in Ubuntu:
  New
Status in dracut source package in Resolute:
  Fix Committed
Status in zfs-linux source package in Resolute:
  New

Bug description:
  With debian/patches/ubuntu/4001-dracut-Open-and-mount-luks-
  keystore.patch applied, systemd-cryptsetup is a requirement.

  Proceeding without goes poorly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dracut/+bug/2140415/+subscriptions




More information about the Ubuntu-sponsors mailing list