Want to make 50 OpenCore bootdisks AND 50 output plists?
# make 5 serial sets
# but also make config.plist for each set
# and OpenCore-nopicker.qcow2 for each serial set.
./generate-unique-machine-values.sh \ -c 50 \ create-plists \ create-bootdisks
Already have your own
config.plist?
If you want to automate creating the qcow bootdisk each time, you can use placeholders and let this script build the image each time you change anything.
If you want to use placeholders, you can supply that to either of the scripts in this repo and use: custom-plist=./my config.plist
# make 5 serial sets
# but also use my config.plist for each set