Comment 6 for bug 1834095

Revision history for this message
David R. Bergstein (dbergst) wrote : Re: update-grub fails on zfs with root and boot datasets

Additional information:

cat /etc/systemd/system/zfs-import.target.wants/zfs-import-bpool.service
[Unit]
DefaultDependencies=no
Before=zfs-import-scan.service
Before=zfs-import-cache.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/sbin/zpool import -N -o cachefile=none bpool

[Install]
WantedBy=zfs-import.target