]> git.ipfire.org Git - thirdparty/grub.git/commit
Add btrfs probing support, currently only in the single-device case.
authorColin Watson <cjwatson@ubuntu.com>
Tue, 18 May 2010 12:01:59 +0000 (13:01 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 18 May 2010 12:01:59 +0000 (13:01 +0100)
commit4db50964ad0e96ce4bae73d589160a4b9bd0bd44
tree8975f35958f324c3b68719a481db755f26fd5b86
parent74cbf5bdcbb0aae255c40d130a79f706d1e2a30f
Add btrfs probing support, currently only in the single-device case.
* kern/emu/getroot.c (find_root_device_from_mountinfo): New
function.
(grub_guess_root_device): Call find_root_device_from_mountinfo
before looking in /dev.
ChangeLog.btrfs-probe [new file with mode: 0644]
kern/emu/getroot.c