mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
feat: Enable secure boot on multi-socket systems
This commit is contained in:
parent
0103d33042
commit
8d3180a2ff
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ finishInstall() {
|
|||
fi
|
||||
fi
|
||||
# Enable secure boot on multi-socket systems to workaround freeze
|
||||
if [[ "$SOCKETS" != "1" ]]; then
|
||||
if [ -n "$SOCKETS" ] && [[ "$SOCKETS" != "1" ]]; then
|
||||
BOOT_MODE="windows_secure"
|
||||
echo "$BOOT_MODE" > "$STORAGE/windows.mode"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue