fix typos

This commit is contained in:
sundog 2020-08-01 16:50:38 +00:00
parent b36a53ca71
commit aa3e4b5d1f

View file

@ -46,7 +46,7 @@ set 1 boot on
set 1 lba on
q
mkfs.vat /dev/sda1
mkfs.fat /dev/sda1
mkfs.btrfs /dev/sda2
```
@ -70,7 +70,7 @@ rm ArchLinuxARM-rpi-4-latest.tar.gz
## Tweak Bootstrapped System
The following commands will tweak the base Arch Linux distro to facilitate the needs of a photo fram as well as tune some of the debugging that's present in the default setup.
The following commands will tweak the base Arch Linux distro to facilitate the needs of a photo frame as well as tune some of the debugging that's present in the default setup.
``` sh
@ -97,7 +97,7 @@ parted /dev/sda
set 1 boot on
set 1 lba on
set 2 lba on
q
```
## Boot Arch Linux