Skip to content

Commit 9e69be7

Browse files
committed
make auto choose smbios
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent e852a0e commit 9e69be7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rEFIt_UEFI/refit/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ void LOADER_ENTRY::StartLoader()
16091609
if (LoadedImage && !BooterPatch((UINT8*)LoadedImage->ImageBase, LoadedImage->ImageSize)) {
16101610
DBG("Will not patch boot.efi\n");
16111611
}
1612-
//gConf.ReloadSmbios(OSName);
1612+
gConf.ReloadSmbios(OSName);
16131613
DelegateKernelPatches();
16141614

16151615
// Set boot argument for kernel if no caches, this should force kernel loading

0 commit comments

Comments
 (0)