freebsd-dev/dracut/90zfs
Zachary Bedell c39b2786ac Fix boot failure in Dracut scripts.
mount-zfs.sh script incorrectly parsed results from zpool list.  Correct
bootfs attribute was only found on systems with a single pool or where
the bootable pool's name alphabetized to before all other pool names.
Boot failed when the bootable pool's name came after other pools
(IE 'rpool' and 'mypool' would fail to find bootfs on rpool.)

Patch correctly discards pools whose bootfs attribute is blank ('-').

Signed-off-by: Zachary Bedell <zac@thebedells.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #402
2011-09-26 09:29:51 -07:00
..
.gitignore Make dracut module-setup.sh an autoconf config file 2011-08-19 16:26:13 -07:00
Makefile.am Make dracut module-setup.sh an autoconf config file 2011-08-19 16:26:13 -07:00
Makefile.in Make dracut module-setup.sh an autoconf config file 2011-08-19 16:26:13 -07:00
module-setup.sh.in Make dracut module-setup.sh an autoconf config file 2011-08-19 16:26:13 -07:00
mount-zfs.sh.in Fix boot failure in Dracut scripts. 2011-09-26 09:29:51 -07:00
parse-zfs.sh.in Ensure FC15 boots when zfs isn't used for boot partition 2011-09-06 13:54:39 -07:00