Skip to content

Commit 35f1674

Browse files
committed
compare with network-root
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
1 parent d139fa4 commit 35f1674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rEFIt_UEFI/Platform/kext_inject.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ BOOLEAN checkOSBundleRequired(UINT8 loaderType, TagPtr dict)
103103
if (AsciiStrnCmp(osbundlerequired, "root", 4) &&
104104
AsciiStrnCmp(osbundlerequired, "local", 5) &&
105105
AsciiStrnCmp(osbundlerequired, "console", 7) &&
106-
AsciiStrnCmp(osbundlerequired, "network", 7)) {
106+
AsciiStrnCmp(osbundlerequired, "network-root", 7)) {
107107
inject = FALSE;
108108
}
109109
} else if (OSTYPE_IS_OSX_INSTALLER(loaderType)) {

0 commit comments

Comments
 (0)