Updates MSRs alert comment to include windows
Adds windows to MSRs alert comment in addition to macOS
This commit is contained in:
parent
187da46c3b
commit
f20de00a30
2
quickemu
2
quickemu
@ -629,7 +629,7 @@ function vm_boot() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${guest_os}" == "macos" ] || [ "${guest_os}" == "windows" ]; then
|
if [ "${guest_os}" == "macos" ] || [ "${guest_os}" == "windows" ]; then
|
||||||
# Display MSRs alert if the guest is macOS
|
# Display MSRs alert if the guest is macOS or windows
|
||||||
ignore_msrs_alert
|
ignore_msrs_alert
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user