Warning, /graphics/digikam/project/bundles/CD/macports/macos-guest-virtualbox.patch is written in an unsupported language. File is not indexed.
0001 diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh 0002 index d40a530..8d40b6c 100755 0003 --- a/macos-guest-virtualbox.sh 0004 +++ b/macos-guest-virtualbox.sh 0005 @@ -17,9 +17,9 @@ function set_variables() { 0006 # Customize the installation by setting these variables: 0007 vm_name="macOS" # name of the VirtualBox virtual machine 0008 macOS_release_name="Catalina" # install "HighSierra" "Mojave" or "Catalina" 0009 -storage_size=80000 # VM disk image size in MB, minimum 22000 0010 +storage_size=128000 # VM disk image size in MB, minimum 22000 0011 storage_format="vdi" # VM disk image file format, "vdi" or "vmdk" 0012 -cpu_count=2 # VM CPU cores, minimum 2 0013 +cpu_count=8 # VM CPU cores, minimum 2 0014 memory_size=4096 # VM RAM in MB, minimum 2048 0015 gpu_vram=128 # VM video RAM in MB, minimum 34, maximum 128 0016 resolution="1280x800" # VM display resolution 0017 @@ -888,6 +888,7 @@ if [[ ! -e "${vm_name}.${storage_format}" ]]; then 0018 VBoxManage closemedium "${vm_name}.${storage_format}" >/dev/null 2>&1 0019 VBoxManage createmedium --size="${storage_size}" \ 0020 --format "${storage_format}" \ 0021 + --variant Fixed \ 0022 --filename "${vm_name}.${storage_format}" \ 0023 --variant standard 2>/dev/tty 0024 fi