Is there an existing issue for this?
Current Behavior
Currently in "Make2023BootableMedia.ps1"
On line 725,
$runCommand = "-l$global:ISO_Lable -t$timestamp -bootdata:2#p0,e,b$global:Temp_Media_To_Update_Path\boot\etfsboot.com#pEF,e,b$global:Temp_Media_To_Update_Path\efi\microsoft\boot\efisys_ex.bin -u2 -udfver102 -o $global:Temp_Media_To_Update_Path `"$($ISOPath)`""
ISO_Lable should be ISO_Label
"
Expected Behavior
ISO_Lable should be correctly spelled "ISO_Label" and any other misspellings caught and corrected.
Steps To Reproduce
Look at the file and read the line and notice it's spelled incorrectly
Build Environment
- OS(s):
Windows
- Tool Chain(s):
Powershell
- Targets Impacted:
Version Information
Urgency
Low
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
Is there an existing issue for this?
Current Behavior
Currently in "Make2023BootableMedia.ps1"
On line 725,
ISO_Lableshould beISO_Label"
Expected Behavior
ISO_Lableshould be correctly spelled "ISO_Label" and any other misspellings caught and corrected.Steps To Reproduce
Look at the file and read the line and notice it's spelled incorrectly
Build Environment
Version Information
Urgency
Low
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response