dasJ / sd-zfs

Compatibility between systemd and ZFS roots
MIT License
43 stars 13 forks source link

Make sd-zfs compatible with grub-mkconfig automatic ZFS detection. #31

Closed bkus-goog closed 3 years ago

bkus-goog commented 4 years ago

Modern grub-mkconfig auto-detects ZFS filesystems, and correctly sets root= cmdline in grub.cfg. However, it uses the "ZFS=" prefix, instead of the "zfs:" prefix traditionally used by sd-zfs. This change will make sd-zfs easier to use by eliminating the need for users to edit cmdlines, as they can rely on vanilla grub-mkconfig behavior to set the right root= by default.

bkus-goog commented 4 years ago

Janne, are you still maintaining this repo & taking patches?