https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0689455bb3e66f89b64aecefc2367efd454b9c16

commit 0689455bb3e66f89b64aecefc2367efd454b9c16
Author:     Adam Słaboń <[email protected]>
AuthorDate: Mon Oct 5 23:20:03 2020 +0200
Commit:     GitHub <[email protected]>
CommitDate: Mon Oct 5 23:20:03 2020 +0200

    [BOOTDATA] Comment out biosinfo.inf (#3266)
    
    This entry is unused as there is no biosinfo.inf anywhere yet, and it only 
breaks boot with NTLDR.
---
 boot/bootdata/hivesys.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/bootdata/hivesys.inf b/boot/bootdata/hivesys.inf
index e64bbb6bb11..eea43abf7a1 100644
--- a/boot/bootdata/hivesys.inf
+++ b/boot/bootdata/hivesys.inf
@@ -5,7 +5,7 @@ Signature = "$Windows NT$"
 
 HKLM,"SYSTEM\CurrentControlSet\Control","CurrentUser",2,"USERNAME"
 HKLM,"SYSTEM\CurrentControlSet\Control","WaitToKillServiceTimeout",2,"20000"
-HKLM,"SYSTEM\CurrentControlSet\Control\Biosinfo","InfName",2,"biosinfo.inf"
+;HKLM,"SYSTEM\CurrentControlSet\Control\Biosinfo","InfName",2,"biosinfo.inf"
 HKLM,"SYSTEM\CurrentControlSet\Control\PnP",,0x00000012
 HKLM,"SYSTEM\CurrentControlSet\Control\Video",,0x00000012
 

Reply via email to