docs(iso): EFI System Partition capitalized (#5)
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -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
|
||||
|
Reference in New Issue
Block a user