mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2024-12-28 18:36:32 +00:00
Increase sensibility
This commit is contained in:
parent
39cf783de0
commit
c7cc676ce1
|
@ -71,6 +71,8 @@ Example
|
|||
|
||||
Done!
|
||||
|
||||
CSV file and TSV file should be saved in your current working directory.
|
||||
|
||||
Slip those values into your config.plist and reboot!
|
||||
|
||||
## Extended options - Automation?
|
||||
|
@ -84,14 +86,14 @@ Slip those values into your config.plist and reboot!
|
|||
--model="iMacPro1,1"
|
||||
```
|
||||
|
||||
### Want me to make an OpenCore bootdisk AND output plists?
|
||||
### Want to make 50 OpenCore bootdisks AND 50 output plists?
|
||||
|
||||
```bash
|
||||
# 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 5 \
|
||||
-c 50 \
|
||||
--create-plists \
|
||||
--create-bootdisks
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue