docs(iso): Typo (#5)
This commit is contained in:
parent
e42e92874e
commit
04f206129f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user