mirror of
https://github.com/dockur/windows.git
synced 2026-01-25 20:33:15 +00:00
feat: Disable S3 and S4 standby modes (#434)
This commit is contained in:
@@ -28,7 +28,7 @@ ready() {
|
||||
[ -f "$STORAGE/windows.boot" ] && return 0
|
||||
[ ! -s "$QEMU_PTY" ] && return 1
|
||||
|
||||
if [ -f "$STORAGE/windows.old" ]; then
|
||||
if [[ "${BOOT_MODE,,}" == "windows_legacy" ]]; then
|
||||
local last
|
||||
local bios="Booting from Hard"
|
||||
last=$(grep "^Booting.*" "$QEMU_PTY" | tail -1)
|
||||
|
||||
Reference in New Issue
Block a user