mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2025-12-16 04:09:11 +00:00
Increase sensibility
This commit is contained in:
parent
39cf783de0
commit
c7cc676ce1
@ -71,6 +71,8 @@ Example
|
|||||||
|
|
||||||
Done!
|
Done!
|
||||||
|
|
||||||
|
CSV file and TSV file should be saved in your current working directory.
|
||||||
|
|
||||||
Slip those values into your config.plist and reboot!
|
Slip those values into your config.plist and reboot!
|
||||||
|
|
||||||
## Extended options - Automation?
|
## Extended options - Automation?
|
||||||
@ -84,14 +86,14 @@ Slip those values into your config.plist and reboot!
|
|||||||
--model="iMacPro1,1"
|
--model="iMacPro1,1"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Want me to make an OpenCore bootdisk AND output plists?
|
### Want to make 50 OpenCore bootdisks AND 50 output plists?
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# make 5 serial sets
|
# make 5 serial sets
|
||||||
# but also make config.plist for each set
|
# but also make config.plist for each set
|
||||||
# and OpenCore-nopicker.qcow2 for each serial set.
|
# and OpenCore-nopicker.qcow2 for each serial set.
|
||||||
./generate-unique-machine-values.sh \
|
./generate-unique-machine-values.sh \
|
||||||
-c 5 \
|
-c 50 \
|
||||||
--create-plists \
|
--create-plists \
|
||||||
--create-bootdisks
|
--create-bootdisks
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user