mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Add Linux, libguestfs for building bootdisks within the Docker container. Add CPU_STRING to optionally override the whole CPU string. Unify variable names in ./custom.
This commit is contained in:
parent
4ffed54724
commit
9e5538c195
5 changed files with 75 additions and 62 deletions
|
@ -702,19 +702,19 @@
|
|||
<key>AdviseWindows</key>
|
||||
<false/>
|
||||
<key>MLB</key>
|
||||
<string>{{BOARD_SERIAL_OLD}}</string>
|
||||
<string>{{BOARD_SERIAL}}</string>
|
||||
<key>ROM</key>
|
||||
<data>
|
||||
{{ROM_OLD}}
|
||||
{{ROM}}
|
||||
</data>
|
||||
<key>SpoofVendor</key>
|
||||
<true/>
|
||||
<key>SystemProductName</key>
|
||||
<string>{{DEVICE_MODEL}}</string>
|
||||
<key>SystemSerialNumber</key>
|
||||
<string>{{SERIAL_OLD}}</string>
|
||||
<string>{{SERIAL}}</string>
|
||||
<key>SystemUUID</key>
|
||||
<string>{{SYSTEM_UUID_OLD}}</string>
|
||||
<string>{{UUID}}</string>
|
||||
</dict>
|
||||
<key>UpdateDataHub</key>
|
||||
<true/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue