raised default storage size for compatibility with Catalina

This commit is contained in:
Jack
2019-09-20 14:01:05 +03:00
committed by GitHub
parent 5827dc76a8
commit 3ac0ef190a
+2 -2
View File
@@ -2,7 +2,7 @@
# Semi-automatic installer of macOS on VirtualBox # Semi-automatic installer of macOS on VirtualBox
# (c) myspaghetti, licensed under GPL2.0 or higher # (c) myspaghetti, licensed under GPL2.0 or higher
# url: https://github.com/img2tab/macos-guest-virtualbox # url: https://github.com/img2tab/macos-guest-virtualbox
# version 0.75.3 # version 0.75.4
# Requirements: 40GB available storage on host # Requirements: 40GB available storage on host
# Dependencies: bash >= 4.0, unzip, wget, dmg2img, # Dependencies: bash >= 4.0, unzip, wget, dmg2img,
@@ -11,7 +11,7 @@
function set_variables() { function set_variables() {
# Customize the installation by setting these variables: # Customize the installation by setting these variables:
vmname="macOS" # name of the VirtualBox virtual machine vmname="macOS" # name of the VirtualBox virtual machine
storagesize=22000 # VM disk image size in MB. minimum 22000 storagesize=25000 # VM disk image size in MB. minimum 22000
cpucount=2 # VM CPU cores, minimum 2 cpucount=2 # VM CPU cores, minimum 2
memorysize=4096 # VM RAM in MB, minimum 2048 memorysize=4096 # VM RAM in MB, minimum 2048
gpuvram=128 # VM video RAM in MB, minimum 34, maximum 128 gpuvram=128 # VM video RAM in MB, minimum 34, maximum 128