fix typos
This commit is contained in:
parent
b36a53ca71
commit
aa3e4b5d1f
|
@ -46,7 +46,7 @@ set 1 boot on
|
||||||
set 1 lba on
|
set 1 lba on
|
||||||
q
|
q
|
||||||
|
|
||||||
mkfs.vat /dev/sda1
|
mkfs.fat /dev/sda1
|
||||||
mkfs.btrfs /dev/sda2
|
mkfs.btrfs /dev/sda2
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -70,7 +70,7 @@ rm ArchLinuxARM-rpi-4-latest.tar.gz
|
||||||
|
|
||||||
## Tweak Bootstrapped System
|
## 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
|
``` sh
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ parted /dev/sda
|
||||||
set 1 boot on
|
set 1 boot on
|
||||||
set 1 lba on
|
set 1 lba on
|
||||||
set 2 lba on
|
set 2 lba on
|
||||||
|
q
|
||||||
```
|
```
|
||||||
|
|
||||||
## Boot Arch Linux
|
## Boot Arch Linux
|
||||||
|
|
Loading…
Reference in a new issue