* util/getroot.c (find_root_devices_from_libzfs): Fix compilation error.
(grub_guess_root_devices): Replace strlen with sizeof. Avoid crash. (find_root_devices_from_poolname): Remove unused variable. Handle raidzN.
This commit is contained in:
parent
cf5f7ee788
commit
e9084abefd
2 changed files with 23 additions and 8 deletions
|
@ -1,3 +1,11 @@
|
|||
2012-02-03 Richard Laager <rlaager@wiktel.com>
|
||||
|
||||
* util/getroot.c (find_root_devices_from_libzfs): Fix compilation error.
|
||||
(grub_guess_root_devices): Replace strlen with sizeof.
|
||||
Avoid crash.
|
||||
(find_root_devices_from_poolname): Remove unused variable.
|
||||
Handle raidzN.
|
||||
|
||||
2012-02-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Support install on multi-device filesystems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue