spruce up stages help

This commit is contained in:
img2tab
2019-05-30 16:20:11 +00:00
committed by GitHub
parent 98a9e9d05e
commit 3ba024f3e0
+4 -4
View File
@@ -2,7 +2,7 @@
# One-key semi-automatic installer of macOS on VirtualBox # One-key semi-automatic installer of macOS on VirtualBox
# (c) img2tab, licensed under GPL2.0 or higher # (c) img2tab, licensed under GPL2.0 or higher
# url: https://github.com/img2tab/macos-guest-virtualbox # url: https://github.com/img2tab/macos-guest-virtualbox
# version 0.62.0 # version 0.62.1
# Requirements: 37.5GB available storage on host # Requirements: 37.5GB available storage on host
# Dependencies: bash>=4.0, unzip, wget, dmg2img, # Dependencies: bash>=4.0, unzip, wget, dmg2img,
@@ -750,11 +750,11 @@ The script is divided into stages that run as separate functions.
Add one or more stage titles to the command line to run the corresponding Add one or more stage titles to the command line to run the corresponding
function. If the first argument is "stages" all others are ignored. function. If the first argument is "stages" all others are ignored.
Some examples: Some examples:
"'"${0}"' populate_virtual_disks install_the_installer" "'"${0}"' populate_virtual_disks prepare_the_installer_app"
These stages might be useful by themselves if the VDI files and the VM are These stages might be useful by themselves if the VDI files and the VM are
already set. already initialized.
"'"${0}"' configure_vm" "'"${0}"' configure_vm"
This stage might be useful after copying an existing VDI to a different This stage might be useful after copying an existing VM VDI to a different
VirtualBox installation and having the script automatically configure the VM. VirtualBox installation and having the script automatically configure the VM.
Available stage titles: Available stage titles: