From 1f2ee627f4269aede0a3af9085996a2214853414 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Thu, 16 Dec 2021 15:01:14 -0700 Subject: [PATCH] cli_menu.py: Fix wording --- resources/cli_menu.py | 5 ++--- resources/validation.py | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/cli_menu.py b/resources/cli_menu.py index 8299f0fdb..c3989e6b1 100644 --- a/resources/cli_menu.py +++ b/resources/cli_menu.py @@ -101,17 +101,16 @@ option is for those patching on a different machine or OCLP cannot detect. utilities.header(["Set SMBIOS Spoof Level"]) print( """This section is for setting how OpenCore generates the SMBIOS -Recommended for adanced users who want control how serials are handled +Recommended for advanced users who want control how serials are handled Valid options: -0. None:\tOnly update FirmwareFeatures +0. None:\tUse stock SMBIOS (VMM Masking) 1. Minimal:\tUse original serials and minimally update SMBIOS 2. Moderate:\tReplace entire SMBIOS but keep original serials 3. Advanced:\tReplace entire SMBIOS and generate new serials Q. Return to previous menu -Note: For new users we recommend leaving as default(1. Minimal) """ ) change_menu = input("Set SMBIOS Spoof Level(ie. 1): ") diff --git a/resources/validation.py b/resources/validation.py index 3130cb028..50b428321 100644 --- a/resources/validation.py +++ b/resources/validation.py @@ -13,6 +13,7 @@ def validate(settings): example_data.iMac.iMac81_Stock, example_data.iMac.iMac112_Stock, example_data.iMac.iMac122_Upgraded, + example_data.iMac.iMac151_Stock, example_data.MacPro.MacPro31_Stock, example_data.MacPro.MacPro31_Upgrade, example_data.MacPro.MacPro31_Modern_AMD,