Skip to content

Commit 6852bd3

Browse files
committed
dont restart automatically after F11 it can be done manually
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
1 parent c822eef commit 6852bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rEFIt_UEFI/refit/main.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1752,11 +1752,11 @@ VOID ResetNvram ()
17521752
ResetNativeNvram ();
17531753
}
17541754
// Attempt warm reboot
1755-
gRS->ResetSystem(EfiResetWarm, EFI_SUCCESS, 0, NULL);
1755+
// gRS->ResetSystem(EfiResetWarm, EFI_SUCCESS, 0, NULL);
17561756
// Warm reboot may not be supported attempt cold reboot
1757-
gRS->ResetSystem(EfiResetCold, EFI_SUCCESS, 0, NULL);
1757+
// gRS->ResetSystem(EfiResetCold, EFI_SUCCESS, 0, NULL);
17581758
// Terminate the screen and just exit
1759-
TerminateScreen();
1759+
// TerminateScreen();
17601760
}
17611761

17621762
VOID SetOEMPath(CHAR16 *ConfName)

0 commit comments

Comments
 (0)