[Libguestfs] [PATCH] inspector: add /reactos as systemroot

Richard W.M. Jones rjones at redhat.com
Mon Feb 16 19:33:04 UTC 2015


On Fri, Feb 13, 2015 at 01:05:43PM +0100, Maros Zatko wrote:
> Fixes RHBZ#709326
> Related bug RHBZ#709327 seems to be already fixed in ReactOS 0.4.
> ---
>  src/inspect-fs-windows.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/inspect-fs-windows.c b/src/inspect-fs-windows.c
> index 421a5b1..7f0f13d 100644
> --- a/src/inspect-fs-windows.c
> +++ b/src/inspect-fs-windows.c
> @@ -107,7 +107,7 @@ guestfs___get_windows_systemroot (guestfs_h *g)
>  {
>    /* Check a predefined list of common windows system root locations */
>    static const char *systemroots[] =
> -    { "/windows", "/winnt", "/win32", "/win", NULL };
> +    { "/windows", "/winnt", "/win32", "/win", "/reactos", NULL };
>  
>    for (size_t i = 0; i < sizeof systemroots / sizeof systemroots[0]; ++i) {
>      char *systemroot =

ACK, I will push this later once I've fixed my local machine.

Thanks,

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html




More information about the Libguestfs mailing list