From 35f16746113e3f539645c8866904fe2c4f48e85f Mon Sep 17 00:00:00 2001 From: Sergey Isakov Date: Wed, 9 Oct 2019 07:48:53 +0300 Subject: [PATCH] compare with network-root Signed-off-by: Sergey Isakov --- rEFIt_UEFI/Platform/kext_inject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rEFIt_UEFI/Platform/kext_inject.c b/rEFIt_UEFI/Platform/kext_inject.c index eb674e3446..f9846b303e 100644 --- a/rEFIt_UEFI/Platform/kext_inject.c +++ b/rEFIt_UEFI/Platform/kext_inject.c @@ -103,7 +103,7 @@ BOOLEAN checkOSBundleRequired(UINT8 loaderType, TagPtr dict) if (AsciiStrnCmp(osbundlerequired, "root", 4) && AsciiStrnCmp(osbundlerequired, "local", 5) && AsciiStrnCmp(osbundlerequired, "console", 7) && - AsciiStrnCmp(osbundlerequired, "network", 7)) { + AsciiStrnCmp(osbundlerequired, "network-root", 7)) { inject = FALSE; } } else if (OSTYPE_IS_OSX_INSTALLER(loaderType)) {