docs(iso): EFI System Partition capitalized (#5)

This commit is contained in:
2023-10-27 02:14:36 +02:00
parent 04f206129f
commit 0b3f5b75dd
2 changed files with 4 additions and 4 deletions

View File

@@ -220,7 +220,7 @@ function select_part () {
if [[ ! "${parts}" ]]; then
case "${part_type}" in
efi)
part_type_human_readable='EFI system partition (ESP) with partition type code EF00'
part_type_human_readable='EFI System Partition (ESP) with partition type code EF00'
;;
zfs)
if [[ "${part_schema}" = 'mbr' ]]; then