2008-08-23 Robert Millan <rmh@aybabtu.com>

* util/getroot.c (find_root_device): Skip anything that starts with
        a dot, not just directories.  This avoids things like /dev/.tmp.md0.
This commit is contained in:
robertmh 2008-08-23 12:19:43 +00:00
parent d5a7dc5b74
commit 8415f2617c
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2008-08-23 Robert Millan <rmh@aybabtu.com>
* util/getroot.c (find_root_device): Skip anything that starts with
a dot, not just directories. This avoids things like /dev/.tmp.md0.
2008-08-22 Felix Zielcke <fzielcke@z-51.de>
* util/update-grub.in (GRUB_GFXMODE): Export variable.