docs(iso): Typo (#5)

This commit is contained in:
hygienic-books 2023-10-27 02:12:36 +02:00
parent e42e92874e
commit 04f206129f

View File

@ -36,7 +36,7 @@ If you're unsure nothing's stopping you from just giving it a go with a best gue
### UEFI
On a blank example disk `/dev/sda` you can fulfill the UEFI requirements (One `EF00` partition with a file system plus one `BF00` partition) for example like so:
On a blank example disk `/dev/sda` you can fulfill the UEFI requirements (one `EF00` partition with a file system plus one `BF00` partition) for example like so:
```
sgdisk --new '1::+512M' --new '2' --typecode '1:EF00' --typecode '2:BF00' /dev/sda
mkfs.vfat /dev/sda1