search for: 210c273

Displaying 1 result from an estimated 1 matches for "210c273".

Did you mean: 210273
2016 Oct 31
0
Re: [PATCH] v2v: bootloaders: search grub config for all distributions
...ff-by: Pavel Butsykin <pbutsykin@virtuozzo.com> > --- > v2v/linux_bootloaders.ml | 56 +++++++++++++++++++++++++++++------------------- > 1 file changed, 34 insertions(+), 22 deletions(-) > > diff --git a/v2v/linux_bootloaders.ml b/v2v/linux_bootloaders.ml > index e03d22b..210c273 100644 > --- a/v2v/linux_bootloaders.ml > +++ b/v2v/linux_bootloaders.ml > @@ -335,32 +335,44 @@ end > > let detect_bootloader (g : G.guestfs) inspect = > let config_file, typ = > - let locations = [ > - "/boot/grub2/grub.cfg", Grub2; > - &quo...