made embedded constants defining disk into variables

This commit is contained in:
Paul Mansfield 2023-09-28 17:03:01 +01:00
parent 63e0b14032
commit ad47516207
1 changed files with 3 additions and 3 deletions

View File

@ -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=(