diff options
| author | sickcodes <[email protected]> | 2021-02-25 08:52:56 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-25 08:52:56 +0000 |
| commit | 9e5538c195b30ad55d24e4976a0f9ad67f70a446 (patch) | |
| tree | 3176bec99c2c4398e7e28add815172fb2a1eedd8 /custom/config-nopicker-custom.plist | |
| parent | WIP generate-specific-bootdisk.sh (diff) | |
| download | docker-osx-9e5538c195b30ad55d24e4976a0f9ad67f70a446.tar.xz docker-osx-9e5538c195b30ad55d24e4976a0f9ad67f70a446.zip | |
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.
Diffstat (limited to 'custom/config-nopicker-custom.plist')
| -rw-r--r-- | custom/config-nopicker-custom.plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/custom/config-nopicker-custom.plist b/custom/config-nopicker-custom.plist index c93ee96..6166234 100644 --- a/custom/config-nopicker-custom.plist +++ b/custom/config-nopicker-custom.plist @@ -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/> |