diff --git a/config-custom.plist b/config-custom.plist index 3d26e39..f4f0519 100644 --- a/config-custom.plist +++ b/config-custom.plist @@ -1064,10 +1064,8 @@ Security - AllowNvramReset - AllowSetDefault - + ApECID 0 AuthRestart @@ -1087,7 +1085,7 @@ PasswordSalt ScanPolicy - 13056 + 2687747 SecureBootModel Disabled Vault @@ -1221,8 +1219,6 @@ ForceDisplayRotationInEFI - LegacyEnable - LegacyOverwrite LegacySchema @@ -1273,9 +1269,7 @@ ProcessorType 0 ROM - - {{ROM}} - + {{ROM}} SpoofVendor SystemMemoryStatus @@ -1362,8 +1356,6 @@ SetupDelay 0 - VolumeAmplifier - 0 ConnectDrivers diff --git a/config-nopicker-custom.plist b/config-nopicker-custom.plist index 7033537..590e892 100644 --- a/config-nopicker-custom.plist +++ b/config-nopicker-custom.plist @@ -1064,10 +1064,8 @@ Security - AllowNvramReset - AllowSetDefault - + ApECID 0 AuthRestart @@ -1087,7 +1085,7 @@ PasswordSalt ScanPolicy - 13056 + 2687747 SecureBootModel Disabled Vault @@ -1221,8 +1219,6 @@ ForceDisplayRotationInEFI - LegacyEnable - LegacyOverwrite LegacySchema @@ -1273,9 +1269,7 @@ ProcessorType 0 ROM - - {{ROM}} - + {{ROM}} SpoofVendor SystemMemoryStatus @@ -1362,8 +1356,6 @@ SetupDelay 0 - VolumeAmplifier - 0 ConnectDrivers diff --git a/generate-specific-bootdisk.sh b/generate-specific-bootdisk.sh index 48070a0..21c2804 100755 --- a/generate-specific-bootdisk.sh +++ b/generate-specific-bootdisk.sh @@ -245,7 +245,7 @@ generate_bootdisk () { && [ "${UUID}" ] \ && [ "${MAC_ADDRESS}" ]; then ROM="${MAC_ADDRESS//\:/}" - ROM="${ROM,,}" + ROM="$(awk '{print tolower($0)}' <<< "${ROM}")" sed -e s/\{\{DEVICE_MODEL\}\}/"${DEVICE_MODEL}"/g \ -e s/\{\{SERIAL\}\}/"${SERIAL}"/g \ -e s/\{\{BOARD_SERIAL\}\}/"${BOARD_SERIAL}"/g \