mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Adjusted check values
https://github.com/quickemu-project/quickemu/pull/735 Co-authored-by: Alejandro <alejandro@criadoperez.com>
This commit is contained in:
parent
7f703b2801
commit
dee5224103
7 changed files with 12 additions and 12 deletions
4
quickemu
4
quickemu
|
@ -31,7 +31,7 @@ function ignore_msrs_alert() {
|
|||
echo
|
||||
echo " If you are unable to run macOS or Windows VMs then run the above 👆"
|
||||
echo " This will enable ignoring of unhandled MSRs until you reboot the host."
|
||||
echo " You can make this change permenant by running: 'quickemu --ignore-msrs-always'"
|
||||
echo " You can make this change permanent by running: 'quickemu --ignore-msrs-always'"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
@ -1013,7 +1013,7 @@ function vm_boot() {
|
|||
fi
|
||||
|
||||
if [ "${network}" == "none" ]; then
|
||||
# Disbale all networking
|
||||
# Disable all networking
|
||||
echo " - Network: Disabled"
|
||||
args+=(-nic none)
|
||||
elif [ "${network}" == "restrict" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue