mirror of https://github.com/kholia/OSX-KVM.git
made embedded constants defining disk into variables
This commit is contained in:
parent
63e0b14032
commit
ad47516207
|
@ -9,9 +9,6 @@
|
||||||
#
|
#
|
||||||
# echo 1 > /sys/module/kvm/parameters/ignore_msrs (this is required)
|
# echo 1 > /sys/module/kvm/parameters/ignore_msrs (this is required)
|
||||||
|
|
||||||
DISK_IMAGE=mac_hdd_ng.img
|
|
||||||
DISK_FORMAT=qcow2
|
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# NOTE: Tweak the "MY_OPTIONS" line in case you are having booting problems!
|
# NOTE: Tweak the "MY_OPTIONS" line in case you are having booting problems!
|
||||||
############################################################################
|
############################################################################
|
||||||
|
@ -28,6 +25,9 @@ CPU_THREADS="4"
|
||||||
|
|
||||||
REPO_PATH="."
|
REPO_PATH="."
|
||||||
OVMF_DIR="."
|
OVMF_DIR="."
|
||||||
|
DISK_IMAGE="$REPO_PATH/mac_hdd_ng.img"
|
||||||
|
DISK_FORMAT="qcow2"
|
||||||
|
|
||||||
|
|
||||||
# shellcheck disable=SC2054
|
# shellcheck disable=SC2054
|
||||||
args=(
|
args=(
|
||||||
|
|
Loading…
Reference in New Issue