aboutsummaryrefslogtreecommitdiffstats
path: root/main/mkinitfs/0002-init-fix-root-ZFS.-from-grub.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/mkinitfs: fix zfs root with grubNatanael Copa2019-01-261-0/+59
grub-mkconfig will generate a root=ZFS=pool/path line. Fix nlplug-findfs to deal with search device ZFS=... and fix initramfs to also deal with a missing rootfstype=zfs A side-effect of this is that it is faster to boot zfs root since we no longer need to wait for nlplug-findfs timeout of 5 seconds.