chore: fix typos

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-09-23 08:04:40 +02:00
parent 98963e4c94
commit 2661db5458

View file

@ -28,8 +28,10 @@ innoextract -d setup-extract /path/to/downloaded/update/utility.exe
Using the partitioning tool of your choise, format a USB drive in GPT and create a single FAT32 formatted 0700 (Microsoft basic data) partition.
Probably, other partition options will work too, but about those it's sure they work at the time of writing these instructions.
```shell
# run fdisk on your pen drive of choise. Attention: All data on it will get lost
# run gdisk on your pen drive of choise. Attention: All data on it will get lost
gdisk /dev/sdX
p # check you are really using the drive you want to
o # create new GPT layout
@ -51,7 +53,7 @@ Now, finally mount the formatted flash drive at a point of choise and copy the r
Assuming we are still in our working directory, the required files are:
- `setup-extract/Rfs/Usb/Bootaa64.efi` -> `$MOUNTPOINT/Boot/Bootaa64.efi`
- `setup-extract/Rfs/Usb/Bootaa64.efi` -> `$MOUNTPOINT/EFI/Boot/Bootaa64.efi`
- `setup-extract/Rfs/Fw/*` -> `$MOUNTPOINT/Flash/`
```shell