search for: get_uefi_bootable_device

Displaying 1 result from an estimated 1 matches for "get_uefi_bootable_device".

2016 Jun 10
0
Re: [PATCH 1/2] v2v: fill the list of the EFI system partitions
...b/v2v/inspect_source.ml > @@ -68,7 +68,7 @@ let rec inspect_source root_choice g = > (* See if this guest could use UEFI to boot. It should use GPT and > * it should have an EFI System Partition (ESP). > *) > - let uefi = has_uefi_bootable_device g in > + let uefi = get_uefi_bootable_device g in > > let inspect = { > i_root = root; > @@ -153,10 +153,12 @@ and reject_if_not_installed_image g root = > if fmt <> "installed" then > error (f_"libguestfs thinks this is not an installed operating system (it might be, for example, an in...