Fix spaces handling in proc/self/mountinfo.

* util/getroot.c (unescape): New function.
	(grub_find_root_device_from_mountinfo): Use unescape.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-12 23:14:51 +01:00
parent ba102053ce
commit 9edd7be26a
2 changed files with 31 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2011-11-12 Vladimir Serbinenko <phcoder@gmail.com>
Fix spaces handling in proc/self/mountinfo.
* util/getroot.c (unescape): New function.
(grub_find_root_device_from_mountinfo): Use unescape.
2011-11-12 Vladimir Serbinenko <phcoder@gmail.com>
Support ZFS embedding.